- Apply patch to fix simpara manpage output, which asciidoc tends to use

(bug #175592).
This commit is contained in:
Tim Waugh 2006-01-19 12:09:11 +00:00
parent 295a7a0666
commit ba11d66c35

View File

@ -1,6 +1,6 @@
Name: docbook-style-xsl
Version: 1.69.1
Release: 2
Release: 3
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-lists.patch
Patch4: docbook-xsl-sp.patch
%description
@ -40,6 +41,7 @@ popd
%patch1 -p1 -b .pagesetup
%patch2 -p1 -b .marginleft
%patch3 -p1 -b .lists
%patch4 -p1 -b .sp
cp %{SOURCE1} Makefile
for f in $(find -name "*'*")
do
@ -98,6 +100,10 @@ CATALOG=/etc/xml/catalog
%changelog
* Thu Jan 19 2006 Tim Waugh <twaugh@redhat.com> 1.69.1-3
- Apply patch to fix simpara manpage output, which asciidoc tends to use
(bug #175592).
* Tue Jan 3 2006 Tim Waugh <twaugh@redhat.com> 1.69.1-2
- Patches from W. Michael Petullo:
- Fix lists blocking (bug #161371).