From 504a8b16da1af9862cbc8357f79d0927e1b08a5a Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Sep 06 2011 15:43:39 +0000 Subject: revert previous change, workaround the mandir links issue in buildroot (#727251) --- diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index e41a156..9c0d315 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -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 1.76.1-4 +- revert previous change, workaround the mandir links issue + in buildroot (#727251) + * Mon Aug 29 2011 Ondrej Vasik 1.76.1-3 - make man.output.in.separate.dir "on" by default (#727251)