manpages/docbook.xsl fail fix
This commit is contained in:
parent
2f1d3b657d
commit
4d0182a3de
@ -1,6 +1,6 @@
|
||||
Name: docbook-style-xsl
|
||||
Version: 1.73.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Norman Walsh's XSL stylesheets for DocBook XML.
|
||||
@ -25,6 +25,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
|
||||
Patch4: docbook-xsl-manpages-charmap.patch
|
||||
|
||||
|
||||
%description
|
||||
@ -40,6 +41,7 @@ popd
|
||||
%patch1 -p1 -b .pagesetup
|
||||
%patch2 -p1 -b .marginleft
|
||||
%patch3 -p1 -b .newmethods
|
||||
%patch4 -p1 -b .charmap
|
||||
cp %{SOURCE1} Makefile
|
||||
for f in $(find -name "*'*")
|
||||
do
|
||||
@ -99,6 +101,9 @@ CATALOG=/etc/xml/catalog
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 23 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.0-2
|
||||
- fixed manpages/docbook.xsl failure(Tim Waugh,#249294)
|
||||
|
||||
* Mon Jul 23 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.0-1
|
||||
- update to latest upstream version
|
||||
- patch changes because of rejects
|
||||
|
10
docbook-xsl-manpages-charmap.patch
Normal file
10
docbook-xsl-manpages-charmap.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- docbook-xsl-1.73.0/manpages/docbook.xsl.manpages-charmap 2007-07-23 16:24:23.000000000 +0100
|
||||
+++ docbook-xsl-1.73.0/manpages/docbook.xsl 2007-07-23 16:25:16.000000000 +0100
|
||||
@@ -37,6 +37,7 @@
|
||||
<xsl:include href="lists.xsl"/>
|
||||
<xsl:include href="endnotes.xsl"/>
|
||||
<xsl:include href="table.xsl"/>
|
||||
+ <xsl:include href="../common/charmap.xsl"/>
|
||||
|
||||
<!-- * we rename the following just to avoid using params with "man" -->
|
||||
<!-- * prefixes in the table.xsl stylesheet (because that stylesheet -->
|
Loading…
Reference in New Issue
Block a user