[mono/el6] rebuild against mono-core

leigh123linux leigh123linux at fedoraproject.org
Mon Jun 27 17:05:36 UTC 2011


commit e9af0be863864c56c21639eb54bee67daf2c3ae6
Author: Leigh Scott <leigh123linux at googlemail.com>
Date:   Mon Jun 27 18:05:24 2011 +0100

    rebuild against mono-core

 mono.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mono.spec b/mono.spec
index be1bb01..5de5967 100644
--- a/mono.spec
+++ b/mono.spec
@@ -2,7 +2,7 @@
 
 Name:           mono
 Version:        2.4.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -39,7 +39,7 @@ Obsoletes:     monodoc, monodoc-devel
 # need to bootstrap mono, comment out this BuildRequires
 # and don't delete the binaries in %%prep.
 
-#BuildRequires: mono-core
+BuildRequires: mono-core
 
 # JIT only availible on these:
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparcv9 alpha s390 s390x ppc ppc64
@@ -318,7 +318,7 @@ autoreconf -f -i -s
 sed -i "61a #define ARG_MAX     _POSIX_ARG_MAX" mono/io-layer/wapi_glob.h
 
 # Remove prebuilt binaries
-#rm -rf mcs/class/lib/monolite/*
+rm -rf mcs/class/lib/monolite/*
 
 %build
 %ifarch ia64 s390 s390x
@@ -752,6 +752,9 @@ install -m 755 %{SOURCE3} %{buildroot}%{_bindir}/
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Mon Jun 27 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.4.3.1-3
+- rebuild against mono-core
+
 * Mon Jun 27 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.4.3.1-2
 - bootstrap build as mono-core doesn't exist in el6 yet
 


More information about the scm-commits mailing list