rpms/wine-docs/FC-4 wine-docs.spec,1.19,1.20

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Aug 1 10:48:24 UTC 2006


Author: mschwendt

Update of /cvs/extras/rpms/wine-docs/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26270

Modified Files:
	wine-docs.spec 
Log Message:
still fails due to mysterious buildsys problem


Index: wine-docs.spec
===================================================================
RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- wine-docs.spec	1 Aug 2006 10:26:25 -0000	1.19
+++ wine-docs.spec	1 Aug 2006 10:48:24 -0000	1.20
@@ -23,13 +23,16 @@
 %build
 ./configure
 #
-#cat<<EOT > docbook2txt
-##!/bin/sh
-#strace -f /usr/bin/docbook2txt \$*
-#exit 0
-#EOT
-#chmod +x docbook2txt
-#PATH=$(pwd):$PATH make
+# Work around a mysterious problem with the Fedora Extras buildsys
+# (bug 179852).
+#
+cat<<EOT > docbook2txt
+#!/bin/sh
+strace -f /usr/bin/docbook2txt \$*
+exit 0
+EOT
+chmod +x docbook2txt
+PATH=$(pwd):$PATH make
 #
 make
 




More information about the fedora-extras-commits mailing list