provide symlink manpage for docbook2txt

This commit is contained in:
Ondrej Vasik 2009-08-27 14:00:20 +00:00
parent b07b76561b
commit 9e36cde73b

View File

@ -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 <ovasik@redhat.com> 0.6.14-20
- provide symlink manpage for docbook2txt
* Thu Aug 13 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-19
- add note about openjade limitation in rtf section of jw
manpage(#516942)