rpms/fontconfig/devel fontconfig.spec,1.45,1.46

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 17 20:30:50 UTC 2005


Author: notting

Update of /cvs/dist/rpms/fontconfig/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15619

Modified Files:
	fontconfig.spec 
Log Message:
actually, do it that way



Index: fontconfig.spec
===================================================================
RCS file: /cvs/dist/rpms/fontconfig/devel/fontconfig.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- fontconfig.spec	17 Nov 2005 20:26:59 -0000	1.45
+++ fontconfig.spec	17 Nov 2005 20:30:34 -0000	1.46
@@ -14,7 +14,6 @@
 
 Patch1: fontconfig-2.3.91-defaultconfig.patch
 Patch2: fontconfig-2.3.91-crosscheck.patch
-Patch3: fontconfig-nodocs.patch
 
 BuildRequires: freetype-devel >= %{freetype_version}
 BuildRequires: expat-devel
@@ -52,13 +51,14 @@
 
 %patch1 -p1 -b .defaultconfig
 %patch2 -p1 -b .crosscheck
-%ifarch ppc
-%patch3 -p1
-%endif
 
 %build
 
+%ifnarch ppc
 %configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF
+%else
+%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF --disable-docs
+%endif
 
 # Work around weird elinks bug where elinks refuses to open the
 # temporary html file generated by jade because it thinks it's a




More information about the fedora-cvs-commits mailing list