ship new version of docbook2man-spec.pl to avoid issues with the old one (#460921)

This commit is contained in:
Ondrej Vasik 2008-09-08 18:34:27 +00:00
parent 6b2674ed04
commit 5aad9b2415
2 changed files with 1558 additions and 2 deletions

View File

@ -1,12 +1,12 @@
Name: docbook-utils
Version: 0.6.14
Release: 13%{?dist}
Release: 14%{?dist}
Group: Applications/Text
Summary: Shell scripts for managing DocBook documents
URL: ftp://sources.redhat.com/pub/docbook-tools/new-trials/
License: GPL+
License: GPLv2+
Requires: docbook-style-dsssl >= 1.72
Requires: docbook-dtds
@ -21,6 +21,9 @@ BuildArch: noarch
Source0: ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%{name}-%{version}.tar.gz
Source1: db2html
Source2: gdp-both.dsl
#We will ship newer version of docbook2man-spec.pl for better handling of docbook2man conversion
#You could check it at http://sourceforge.net/projects/docbook2x/
Source3: docbook2man-spec.pl
Obsoletes: stylesheets <= %{version}-%{release}
Provides: stylesheets = %{version}-%{release}
@ -74,6 +77,7 @@ done
rm -f $RPM_BUILD_ROOT%{_bindir}/db2html
install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/db2html
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{version}/docbook-utils.dsl
install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{version}/helpers/docbook2man-spec.pl
rm -rf $RPM_BUILD_ROOT/tmp
@ -122,6 +126,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/docbook2ps.*
%changelog
* Mon Sep 08 2008 Ondrej Vasik <ovasik@redhat.com> 0.6-14-14
- ship new version of docbook2man-spec.pl to avoid issues
with the old one
- dropped funcsynopsis patch - docbook2man-spec.pl from
tarball used no longer
* Thu Nov 22 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.14-13
- fix of w3m params while converting to txt

1546
docbook2man-spec.pl Normal file

File diff suppressed because it is too large Load Diff