diff --git a/docbook-style-xsl.Makefile b/docbook-style-xsl.Makefile index 640317b..2b74184 100644 --- a/docbook-style-xsl.Makefile +++ b/docbook-style-xsl.Makefile @@ -17,7 +17,7 @@ install-xsl: cp html/*.xsl $(DESTDIR)/html cp htmlhelp/*.xsl $(DESTDIR)/htmlhelp cp javahelp/*.xsl $(DESTDIR)/javahelp - cp lib/lib.xsl $(DESTDIR)/lib + cp lib/*.xsl $(DESTDIR)/lib cp template/*.xsl $(DESTDIR)/template cp xhtml/*.xsl $(DESTDIR)/xhtml cp manpages/*.xsl $(DESTDIR)/manpages diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index 59492df..11a7ec0 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -1,6 +1,6 @@ Name: docbook-style-xsl Version: 1.72.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Text Summary: Norman Walsh's XSL stylesheets for DocBook XML. @@ -24,6 +24,7 @@ Source2: http://prdownloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.t Patch1: docbook-xsl-pagesetup.patch Patch2: docbook-xsl-marginleft.patch +Patch3: docbook-xsl-newmethods.patch %description @@ -38,6 +39,7 @@ tar jxf %{SOURCE2} popd %patch1 -p1 -b .pagesetup %patch2 -p1 -b .marginleft +%patch3 -p1 -b .newmethods cp %{SOURCE1} Makefile for f in $(find -name "*'*") do @@ -97,6 +99,9 @@ CATALOG=/etc/xml/catalog %changelog +* Mon Jun 18 2007 Ondrej Vasik 1.72.0-3 +- patch fixing #161619 taken from upstream + * Wed Jan 24 2007 Tomas Mraz 1.72.0-2 - Install missing *.ent from common. diff --git a/docbook-xsl-newmethods.patch b/docbook-xsl-newmethods.patch new file mode 100644 index 0000000..30e0ac8 --- /dev/null +++ b/docbook-xsl-newmethods.patch @@ -0,0 +1,400 @@ +diff -urNp docbook-xsl-1.72.0/html/docbook.xsl devel/html/docbook.xsl +--- docbook-xsl-1.72.0/html/docbook.xsl 2007-01-21 18:39:03.000000000 +0100 ++++ devel/html/docbook.xsl 2007-06-18 13:19:45.000000000 +0200 +@@ -25,6 +25,7 @@ + + + ++ + + + +@@ -42,6 +43,7 @@ + + + ++ + + + +diff -urNp docbook-xsl-1.72.0/html/dtbl.xsl devel/html/dtbl.xsl +--- docbook-xsl-1.72.0/html/dtbl.xsl 1970-01-01 01:00:00.000000000 +0100 ++++ devel/html/dtbl.xsl 2007-06-18 14:00:05.000000000 +0200 +@@ -0,0 +1,292 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ " ++ ++ " is not a known unit. Applying scaling factor of 1 instead. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ entering adjustColumnWidths( ++ ++ ++ ++ ) ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ total relative widths = ( ++ ++ ) ++ ++ ++ total absolute widths = ( ++ ++ ) ++ ++ ++ ++ ++ ++ ++ ++ all widths are absolute ++ ++ ++ ++ ++ ++ all widths are relative ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ result = ( ++ ++ ++ ++ ) ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ first.bad.column = ( ++ ++ ) ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ 1* ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -urNp docbook-xsl-1.72.0/html/param.xsl devel/html/param.xsl +--- docbook-xsl-1.72.0/html/param.xsl 2007-01-23 13:33:37.000000000 +0100 ++++ devel/html/param.xsl 2007-06-18 13:26:41.000000000 +0200 +@@ -64,6 +64,7 @@ div.annotation-close { position: absolut + right: 2px; + } + ++ + + + +@@ -397,4 +398,4 @@ set toc,title + + + +- +\ Chybí znak konce řádku na konci souboru ++ +diff -urNp docbook-xsl-1.72.0/html/table.xsl devel/html/table.xsl +--- docbook-xsl-1.72.0/html/table.xsl 2006-12-06 10:28:33.000000000 +0100 ++++ devel/html/table.xsl 2007-06-18 13:30:00.000000000 +0200 +@@ -5,7 +5,8 @@ + xmlns:xtbl="xalan://com.nwalsh.xalan.Table" + xmlns:lxslt="http://xml.apache.org/xslt" + xmlns:ptbl="http://nwalsh.com/xslt/ext/xsltproc/python/Table" +- exclude-result-prefixes="doc stbl xtbl lxslt ptbl" ++ xmlns:dtbl="http://docbook.sourceforge.net/dtbl" ++ exclude-result-prefixes="doc stbl xtbl lxslt ptbl dtbl" + version='1.0'> + + +@@ -373,6 +374,9 @@ + + ++ ++ ++ + + + +@@ -397,6 +401,9 @@ + + ++ ++ ++ + + + +diff -urNp docbook-xsl-1.72.0/lib/dumpfragment.xsl devel/lib/dumpfragment.xsl +--- docbook-xsl-1.72.0/lib/dumpfragment.xsl 1970-01-01 01:00:00.000000000 +0100 ++++ devel/lib/dumpfragment.xsl 2007-06-18 14:00:52.000000000 +0200 +@@ -0,0 +1,30 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ =" ++ ++ " ++ ++ ++ ++ < ++ ++ > ++ ++ </ ++ > ++ ++ ++