From 9e36cde73bd54c1eea912222a92db09b2e0bd88c Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Thu, 27 Aug 2009 14:00:20 +0000 Subject: [PATCH] provide symlink manpage for docbook2txt --- docbook-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docbook-utils.spec b/docbook-utils.spec index 5d144ce..9f2885b 100644 --- a/docbook-utils.spec +++ b/docbook-utils.spec @@ -1,6 +1,6 @@ Name: docbook-utils Version: 0.6.14 -Release: 19%{?dist} +Release: 20%{?dist} Group: Applications/Text Summary: Shell scripts for managing DocBook documents @@ -77,6 +77,7 @@ do ln -s docbook2$util $RPM_BUILD_ROOT%{_bindir}/db2$util ln -s jw.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/db2$util.1 done +ln -s jw.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/docbook2txt.1 # db2html is not just a symlink, as it has to create the output directory rm -f $RPM_BUILD_ROOT%{_bindir}/db2html install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/db2html @@ -112,6 +113,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/docbook2man.* %{_mandir}/*/docbook2tex.* %{_mandir}/*/docbook2texi.* +%{_mandir}/*/docbook2txt.* %{_mandir}/*/jw.* %{_mandir}/*/sgmldiff.* %{_mandir}/*/*-spec.* @@ -130,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/docbook2ps.* %changelog +* Thu Aug 27 2009 Ondrej Vasik 0.6.14-20 +- provide symlink manpage for docbook2txt + * Thu Aug 13 2009 Ondrej Vasik 0.6.14-19 - add note about openjade limitation in rtf section of jw manpage(#516942)