revert previous change, workaround the mandir links issue in buildroot (#727251)

This commit is contained in:
Ondřej Vašík 2011-09-06 17:43:39 +02:00
parent 095f4c8199
commit 504a8b16da

View File

@ -1,6 +1,6 @@
Name: docbook-style-xsl
Version: 1.76.1
Release: 3%{?dist}
Release: 4%{?dist}
Group: Applications/Text
Summary: Norman Walsh's XSL stylesheets for DocBook XML
@ -35,8 +35,8 @@ Patch3: docbook-xsl-newmethods.patch
Patch4: docbook-xsl-non-constant-expressions.patch
#added fixes for passivetex extension and list-item-body(#161371)
Patch5: docbook-xsl-list-item-body.patch
#changed default parameters
Patch6: docbook-xsl-defaultparams.patch
#workaround missing mandir section problem (#727251)
Patch6: docbook-xsl-mandir.patch
%description
@ -54,7 +54,7 @@ popd
%patch3 -p1 -b .newmethods
%patch4 -p1 -b .nonconstant
%patch5 -p1 -b .listitembody
%patch6 -p1 -b .default
%patch6 -p1 -b .mandir
cp -p %{SOURCE1} Makefile
@ -125,6 +125,10 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Tue Sep 6 2011 Ondrej Vasik <ovasik@redhat.com> 1.76.1-4
- revert previous change, workaround the mandir links issue
in buildroot (#727251)
* Mon Aug 29 2011 Ondrej Vasik <ovasik@redhat.com> 1.76.1-3
- make man.output.in.separate.dir "on" by default (#727251)