diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index c82a7d4..12fa1be 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -1,6 +1,6 @@ Name: docbook-style-xsl Version: 1.65.1 -Release: 1 +Release: 2 Group: Applications/Text Summary: Norman Walsh's XSL stylesheets for DocBook XML. @@ -35,6 +35,10 @@ other formats, such as HTML, FO, and XHMTL. They are highly customizable. %patch2 -p1 -b .marginleft %patch3 -p1 -b .listblock cp %{SOURCE1} Makefile +for f in $(find -name "*'*") +do + mv -v "$f" $(echo "$f" | tr -d "'") +done %build @@ -89,6 +93,9 @@ CATALOG=/etc/xml/catalog %changelog +* Fri Jun 4 2004 Tim Waugh 1.65.1-2 +- Fix strange filenames (bug #125311). + * Tue Mar 9 2004 Tim Waugh 1.65.1-1 - 1.65.1.