Name: texi2html Version: 1.70 Release: 0.fdr.1 Epoch: 0 Summary: A highly customizable texinfo to HTML and other formats translator Source0: %{name}-%{version}.tar.bz2 #Source: http://texi2html.cvshome.org/servlets/ProjectDownloadList?action=download&dlID=456 URL: http://texi2html.cvshome.org/ License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl >= 5.004 #BuildRequires: Group: Applications/Text %description The basic purpose of texi2html is to convert Texinfo documents into HTML, and other formats. Configuration files written in perl provide fine degree of control over the final output, allowing most every aspect of the final output not specified in the Texinfo input file to be specified. %prep %setup -q %build %configure make clean make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT #%find_lang %{name} rm -f $RPM_BUILD_ROOT%{_infodir}/dir %clean rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || : %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info \ %{_infodir}/dir 2>/dev/null || : fi %files %defattr(-,root,root) %doc AUTHORS NEWS README ChangeLog TODO %{name}.init %{_bindir}/%{name} %{_datadir}/texinfo/html/%{name}.html %{_mandir}/man*/%{name}* %{_infodir}/%{name}.info* %dir %{_datadir}/%{name} %{_datadir}/%{name}/*.init %dir %{_datadir}/%{name}/i18n/ %{_datadir}/%{name}/i18n/* %dir %{_datadir}/%{name}/images/ %{_datadir}/%{name}/images/* %changelog * Mon Mar 23 2004 Patrice Dumas 0:1.69-0.fdr.1 - Initial build.