- Ship texi2pdf (bug #147271).
This commit is contained in:
parent
5d56a56d02
commit
c13fa476ef
@ -1,7 +1,7 @@
|
||||
Summary: Tools needed to create Texinfo format documentation files.
|
||||
Name: texinfo
|
||||
Version: 4.8
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL
|
||||
Group: Applications/Publishing
|
||||
Url: http://www.gnu.org/software/texinfo/
|
||||
@ -68,7 +68,6 @@ pushd ${RPM_BUILD_ROOT}
|
||||
popd
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/texinfo.{xsl,dtd}
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/texi2pdf
|
||||
|
||||
%find_lang %name
|
||||
|
||||
@ -98,6 +97,7 @@ fi
|
||||
%{_bindir}/makeinfo
|
||||
%{_bindir}/texindex
|
||||
%{_bindir}/texi2dvi
|
||||
%{_bindir}/texi2pdf
|
||||
%{_datadir}/texinfo
|
||||
%{_infodir}/texinfo*
|
||||
%{_mandir}/man1/makeinfo.1*
|
||||
@ -120,6 +120,9 @@ fi
|
||||
%{_mandir}/man5/info.5*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 7 2005 Tim Waugh <twaugh@redhat.com> 4.8-5
|
||||
- Ship texi2pdf (bug #147271).
|
||||
|
||||
* Mon Mar 14 2005 Tim Waugh <twaugh@redhat.com> 4.8-4
|
||||
- Requires tetex (bug #151075).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user