rpms/wine-docs/FC-4 wine-docs.spec,1.10,1.11

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Mar 22 00:04:33 UTC 2006


Author: mschwendt

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

Modified Files:
	wine-docs.spec 
Log Message:
* Wed Mar 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.10-0.1
- make this release 0.1 as to not move the old tag
- insert docbook2txt wrapper script in %build to get strace output
  and work around FC-4 elinks FE-4 buildsys problem (#179852)



Index: wine-docs.spec
===================================================================
RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wine-docs.spec	15 Mar 2006 22:27:32 -0000	1.10
+++ wine-docs.spec	22 Mar 2006 00:04:33 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           wine-docs
 Version:        0.9.10
-Release:        1%{?dist}
+Release:        0.1%{?dist}
 Summary:        Documentation for wine
 
 Group:          Documentation
@@ -22,6 +22,15 @@
 
 %build
 ./configure
+
+cat<<EOT > docbook2txt
+#!/bin/sh
+strace -f /usr/bin/docbook2txt \$*
+exit 0
+EOT
+chmod +x docbook2txt
+PATH=$(pwd):$PATH make
+
 make
 
 
@@ -37,6 +46,11 @@
 %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB
 
 %changelog
+* Wed Mar 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.10-0.1
+- make this release 0.1 as to not move the old tag
+- insert docbook2txt wrapper script in %%build to get strace output
+  and work around FC-4 elinks FE-4 buildsys problem (#179852)
+
 * Wed Mar 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.10-1
 - version upgrade




More information about the fedora-extras-commits mailing list