[docbook-style-xsl] revert previous change, workaround the mandir links issue in buildroot (#727251)

Ondrej Vasik ovasik at fedoraproject.org
Tue Sep 6 15:43:52 UTC 2011


commit 504a8b16da1af9862cbc8357f79d0927e1b08a5a
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Tue Sep 6 17:43:39 2011 +0200

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

 docbook-style-xsl.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
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 <ovasik at redhat.com> 1.76.1-4
+- revert previous change, workaround the mandir links issue
+  in buildroot (#727251)
+
 * Mon Aug 29 2011 Ondrej Vasik <ovasik at redhat.com> 1.76.1-3
 - make man.output.in.separate.dir "on" by default (#727251)
 


More information about the scm-commits mailing list