provide symlink manpage for docbook2txt
This commit is contained in:
parent
b07b76561b
commit
9e36cde73b
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-utils
|
Name: docbook-utils
|
||||||
Version: 0.6.14
|
Version: 0.6.14
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: Shell scripts for managing DocBook documents
|
Summary: Shell scripts for managing DocBook documents
|
||||||
@ -77,6 +77,7 @@ do
|
|||||||
ln -s docbook2$util $RPM_BUILD_ROOT%{_bindir}/db2$util
|
ln -s docbook2$util $RPM_BUILD_ROOT%{_bindir}/db2$util
|
||||||
ln -s jw.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/db2$util.1
|
ln -s jw.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/db2$util.1
|
||||||
done
|
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
|
# db2html is not just a symlink, as it has to create the output directory
|
||||||
rm -f $RPM_BUILD_ROOT%{_bindir}/db2html
|
rm -f $RPM_BUILD_ROOT%{_bindir}/db2html
|
||||||
install -p -m 755 %{SOURCE1} $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}/*/docbook2man.*
|
||||||
%{_mandir}/*/docbook2tex.*
|
%{_mandir}/*/docbook2tex.*
|
||||||
%{_mandir}/*/docbook2texi.*
|
%{_mandir}/*/docbook2texi.*
|
||||||
|
%{_mandir}/*/docbook2txt.*
|
||||||
%{_mandir}/*/jw.*
|
%{_mandir}/*/jw.*
|
||||||
%{_mandir}/*/sgmldiff.*
|
%{_mandir}/*/sgmldiff.*
|
||||||
%{_mandir}/*/*-spec.*
|
%{_mandir}/*/*-spec.*
|
||||||
@ -130,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/docbook2ps.*
|
%{_mandir}/*/docbook2ps.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 13 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-19
|
||||||
- add note about openjade limitation in rtf section of jw
|
- add note about openjade limitation in rtf section of jw
|
||||||
manpage(#516942)
|
manpage(#516942)
|
||||||
|
Loading…
Reference in New Issue
Block a user