packages: mono-moonlight/mono-moonlight.spec - mono build does not need to ...

glen glen at pld-linux.org
Fri Sep 17 10:32:35 CEST 2010


Author: glen                         Date: Fri Sep 17 08:32:35 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- mono build does not need to be installed

---- Files affected:
packages/mono-moonlight:
   mono-moonlight.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/mono-moonlight/mono-moonlight.spec
diff -u packages/mono-moonlight/mono-moonlight.spec:1.12 packages/mono-moonlight/mono-moonlight.spec:1.13
--- packages/mono-moonlight/mono-moonlight.spec:1.12	Fri Sep 17 08:31:42 2010
+++ packages/mono-moonlight/mono-moonlight.spec	Fri Sep 17 10:32:30 2010
@@ -8,6 +8,7 @@
 # - ubuntu 2.3 https://launchpad.net/ubuntu/+source/moon/2.3-0ubuntu1
 # - not compatible with our libunwind (missing demangle.h)
 # - patch to be able to disable libunwind instead of BC
+# - http://lists.xensource.com/archives/html/xen-devel/2009-05/msg00075.html
 Summary:	Free Software clone of Silverlight
 Name:		mono-moonlight
 Version:	2.3
@@ -155,7 +156,7 @@
 topdir=$(pwd)
 # build mono first
 # The plugin requires a complete build of it's own mono
-if [ ! -f mono.installed ]; then
+if [ ! -f mono.built ]; then
 	cd mono
 	# We have not determined which --enable-minimal options might be safe
 	# so please do not use any of them
@@ -164,11 +165,8 @@
 		--with-mcs-docs=no \
 		--with-ikvm-native=no
 	%{__make} -j1
-	# This gets installed in the build dir so that it gets wiped away
-	# and not installed on the system
-	%{__make} install
 	cd ..
-	touch mono.installed
+	touch mono.built
 fi
 
 if [ ! -f configure ]; then
@@ -342,6 +340,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2010/09/17 08:32:30  glen
+- mono build does not need to be installed
+
 Revision 1.12  2010/09/17 06:31:42  glen
 - BR: mono-compat-links
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mono-moonlight/mono-moonlight.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list