rpms/gegl/devel gegl.spec,1.3,1.4

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Sat Feb 9 07:41:09 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/gegl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11898

Modified Files:
	gegl.spec 
Log Message:
Disable building docs on ppc64



Index: gegl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/devel/gegl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gegl.spec	9 Feb 2008 05:56:40 -0000	1.3
+++ gegl.spec	9 Feb 2008 07:40:34 -0000	1.4
@@ -43,7 +43,11 @@
 
 %build
 ./autogen.sh
+%ifnarch ppc64
 %configure --disable-static --enable-workshop
+%else
+%configure --disable-static --enable-workshop --disable-docs
+%endif
 make %{?_smp_mflags}
 										
 %install
@@ -74,12 +78,15 @@
 %{_includedir}/gegl-1.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
+%ifnarch ppc64
 %doc %{_datadir}/gtk-doc/html/gegl/
+%endif
 
 %changelog
 * Thu Jan 17 2008 Deji Akingunola <dakingun at gmail.com> - 0.0.15-1.svn20080117
 - Update to a svn snapshot for gnome-scan
 - Apply patch to fix extensions loading on 64bit systems
+- Building the docs on ppc64 segfaults, avoid it for now.
 
 * Sat Dec 08 2007 Deji Akingunola <dakingun at gmail.com> - 0.0.14-1
 - Update to 0.0.14 release




More information about the fedora-extras-commits mailing list