removed patch for manpages-charmap(included in new version other way

This commit is contained in:
Ondrej Vasik 2007-08-30 13:45:43 +00:00
parent 3daeeafc79
commit 34a38db96b
2 changed files with 4 additions and 13 deletions

View File

@ -1,6 +1,6 @@
Name: docbook-style-xsl Name: docbook-style-xsl
Version: 1.73.1 Version: 1.73.1
Release: 1%{?dist} Release: 2%{?dist}
Group: Applications/Text Group: Applications/Text
Summary: Norman Walsh's XSL stylesheets for DocBook XML. Summary: Norman Walsh's XSL stylesheets for DocBook XML.
@ -25,7 +25,6 @@ Source2: http://prdownloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.t
Patch1: docbook-xsl-pagesetup.patch Patch1: docbook-xsl-pagesetup.patch
Patch2: docbook-xsl-marginleft.patch Patch2: docbook-xsl-marginleft.patch
Patch3: docbook-xsl-newmethods.patch Patch3: docbook-xsl-newmethods.patch
Patch4: docbook-xsl-manpages-charmap.patch
%description %description
@ -41,7 +40,6 @@ popd
%patch1 -p1 -b .pagesetup %patch1 -p1 -b .pagesetup
%patch2 -p1 -b .marginleft %patch2 -p1 -b .marginleft
%patch3 -p1 -b .newmethods %patch3 -p1 -b .newmethods
%patch4 -p1 -b .charmap
cp %{SOURCE1} Makefile cp %{SOURCE1} Makefile
for f in $(find -name "*'*") for f in $(find -name "*'*")
do do
@ -101,6 +99,9 @@ CATALOG=/etc/xml/catalog
%changelog %changelog
* Thu Jul 30 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.1-2
- removed patch for #249294(included in new version other way)
* Wed Jul 29 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.1-1 * Wed Jul 29 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.1-1
- new upstream version(fixing some bugs) - new upstream version(fixing some bugs)
- small new-methods patch change - small new-methods patch change

View File

@ -1,10 +0,0 @@
--- 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 -->