rpms/fontconfig/devel fontconfig.spec,1.34,1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 26 03:42:19 UTC 2005


Author: krh

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

Modified Files:
	fontconfig.spec 
Log Message:
- Add workaround from hell to make elinks cooperate so we can build
  txt documentation.




Index: fontconfig.spec
===================================================================
RCS file: /cvs/dist/rpms/fontconfig/devel/fontconfig.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- fontconfig.spec	26 Jul 2005 02:44:46 -0000	1.34
+++ fontconfig.spec	26 Jul 2005 03:42:15 -0000	1.35
@@ -58,6 +58,14 @@
 %build
 
 %configure --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/OTF
+
+# Work around weird elinks bug where elinks refuses to open the
+# temporary html file generated by jade because it thinks it's a
+# special file.  Only happens in beehive.
+export ELINKS_CONFDIR=$PWD/elinks-conf
+mkdir -p $ELINKS_CONFDIR
+echo "set protocol.file.allow_special_files = 1" > $ELINKS_CONFDIR/elinks.conf
+
 make
 
 %install
@@ -152,6 +160,9 @@
 - Drop code to iconv and custom install man pages, upstream does the
   right thing now.
 
+- Add workaround from hell to make elinks cooperate so we can build
+  txt documentation.
+
 * Tue Apr 19 2005 David Zeuthen <davidz at redhat.com> - 2.2.3-13
 - Add another font family name Sazanami Gothic/Mincho (#148748)
 




More information about the fedora-cvs-commits mailing list