rpms/mono/devel import.log,1.26,1.27 mono.spec,1.99,1.100

Paul F. Johnson pfj at fedoraproject.org
Fri Dec 19 17:34:00 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/mono/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3313/devel

Modified Files:
	import.log mono.spec 
Log Message:

Let ppc build itself 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- import.log	19 Dec 2008 10:55:23 -0000	1.26
+++ import.log	19 Dec 2008 17:33:29 -0000	1.27
@@ -24,3 +24,4 @@
 mono-2_2-11_pre3_20081216svn121605_fc11:HEAD:mono-2.2-11.pre3.20081216svn121605.fc11.src.rpm:1229509237
 mono-2_2-12_pre3_20081217svn121664_fc11:HEAD:mono-2.2-12.pre3.20081217svn121664.fc11.src.rpm:1229517354
 mono-2_2-13_pre3_20081219svn121833_fc11:HEAD:mono-2.2-13.pre3.20081219svn121833.fc11.src.rpm:1229684067
+mono-2_2-14_pre3_20081219svn121833_fc11:HEAD:mono-2.2-14.pre3.20081219svn121833.fc11.src.rpm:1229707958


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- mono.spec	19 Dec 2008 10:55:23 -0000	1.99
+++ mono.spec	19 Dec 2008 17:33:29 -0000	1.100
@@ -2,7 +2,7 @@
 
 Name:		mono
 Version:        2.2
-Release:        13.pre3.20081219svn%{svnver}%{?dist}
+Release:        14.pre3.20081219svn%{svnver}%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -30,7 +30,10 @@
 # we deleted the bootstrapping binaries. If you
 # need to bootstrap mono, comment out this BuildRequires
 # and don't delete the binaries in %%prep.
+
+%ifarch !ppc
 BuildRequires: mono-core
+%endif
 
 # JIT only availible on these:
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha s390 s390x ppc
@@ -295,8 +298,10 @@
 # Add undeclared Arg
 sed -i "61a #define ARG_MAX	_POSIX_ARG_MAX" mono/io-layer/wapi_glob.h
 
+%ifarch !ppc
 # Remove prebuilt binaries
 rm -rf mcs/class/lib/monolite/*
+%endif
 
 %build
 %ifarch ia64 s390 s390x
@@ -696,6 +701,9 @@
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Fri Dec 19 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-14.pre3.20081219svn121833
+- Get PPC to build itself, will be disabled from the next build
+
 * Fri Dec 19 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-13.pre3.20081219svn121833
 - Lots more fixes
 - New patch for ppc archs




More information about the fedora-extras-commits mailing list