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