From 3d4c99a9d96c404171778f8f642808eac1227e54 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Apr 20 2009 16:08:12 +0000 Subject: - And turn off bootstrapping and make sure it rebuilds on all platforms. --- diff --git a/mono.spec b/mono.spec index 5cda250..ee3d2cd 100644 --- a/mono.spec +++ b/mono.spec @@ -1,6 +1,6 @@ Name: mono Version: 2.4 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A .NET runtime environment Group: Development/Languages @@ -31,7 +31,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 @@ -305,7 +305,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 @@ -720,6 +720,9 @@ install monodir %{buildroot}%{_bindir} %{_libdir}/pkgconfig/monodoc.pc %changelog +* Wed Apr 15 2009 Toshio Kuratomi 2.4-19 +- And turn off bootstrapping and make sure it rebuilds on all platforms. + * Wed Apr 15 2009 Toshio Kuratomi 2.4-18 - Enable bootstrap code and ppc64. If this succeeds we'll build -19 right afterwards with bootstrap code turned off.