[mono/f16] more fixes for doc exclusion on ppc

Karsten Hopp karsten at fedoraproject.org
Tue Sep 20 15:46:48 UTC 2011


commit 8d4ca80bae68d20a0241461ffeb4f5fbeaf62fe4
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Sep 20 17:47:46 2011 +0200

    more fixes for doc exclusion on ppc

 mono.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mono.spec b/mono.spec
index 5bc13ed..49f893b 100644
--- a/mono.spec
+++ b/mono.spec
@@ -251,6 +251,8 @@ Requires: mono-core = %{version}-%{release}
 %description -n monodoc-devel
 Development file for monodoc
 
+%endif
+
 %define monodir %{_libdir}/mono
 %define gac_dll(dll)  %{monodir}/gac/%{1} \
   %{monodir}/?.?/%{1}.dll \
@@ -260,8 +262,6 @@ Development file for monodoc
   %{monodir}/?.0/%{1}.exe.* \
   %{nil}
 
-%endif
-
 %prep
 %setup -q
 
@@ -297,6 +297,9 @@ gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\"
 %configure --with-ikvm-native=yes --with-jit=yes --with-xen_opt=yes \
            --with-moonlight=no --with-profile2=yes --with-monotouch=no \
            --with-libgdiplus=installed --with-sgen=no \
+%ifarch ppc
+           --with-mcs-docs=no \
+%endif
            --with-profile4=yes
 
 make 


More information about the scm-commits mailing list