Summary: A highly customizable texinfo to HTML and other formats translator
Summary(ja): 高度にカスタマイズ可能な、texinfoからHTMLや他の形式への変換器
Name: texi2html
Version: 1.82
Release: 2%{?_dist_release}
# GPLv2+ is for the code
# OFSFDL (Old FSF Documentation License) for the documentation
# CC-BY-SA or GPLv2 for the images
License: GPLv2+ and OFSFDL and (CC-BY-SA or GPLv2)
Group: Applications/Text
URL: http://www.nongnu.org/texi2html/
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
Requires: perl >= 5.004
Requires: latex2html
BuildRequires: perl(Text::Unidecode)
# not detected automatically because it is required at runtime based on
# user configuration
Requires: perl(Text::Unidecode)
Vendor: Project Vine
Distribution: Vine Linux
%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 %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_infodir}/dir
# directories shared by all the texinfo implementations for common
# config files, like htmlxref.cnf
mkdir -p %{buildroot}%{_datadir}/texinfo %{buildroot}%{_sysconfdir}/texinfo
%clean
rm -rf %{buildroot}
%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
%preun
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README TODO %{name}.init
%{_bindir}/%{name}
%{_datadir}/texinfo/html/%{name}.html
%{_mandir}/man*/%{name}*
%{_infodir}/%{name}.info*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.init
%{_datadir}/%{name}/*.texi
%dir %{_datadir}/%{name}/i18n/
%{_datadir}/%{name}/i18n/*
%dir %{_datadir}/%{name}/images/
%{_datadir}/%{name}/images/*
%dir %{_datadir}/texinfo
%dir %{_sysconfdir}/texinfo
%changelog
* Wed Mar 21 2012 MATSUBAYASHI Kohji - 1.82-2
- rebuild
* Wed Apr 21 2010 Shu KONNO 1.82-1
- new upstream release, and rebuilt with new environment
- added japanese summary
* Sun Oct 12 2008 Shu KONNO 1.78-4vl5
- applied new versioning policy
* Fri Jan 11 2008 Kazutaka HARADA 1.78-3vl1
- fix Release number.
* Thu Nov 01 2007 Daisuke SUZUKI 1.78-0vl1
- initial build for Vine Linux
* Tue Aug 28 2007 Patrice Dumas 1.78-3
- use the right license tag for the documentation
* Tue Aug 28 2007 Patrice Dumas 1.78-2
- Requires latex2html and perl(Text::Unidecode)
- add ownership for directories common for the texinfo implementations
- correct license
* Wed Jun 6 2007 Jindrich Novy 1.78-1
- update to 1.78
* Wed Feb 14 2007 Jindrich Novy 1.77-0.1.20070214cvs
- update to 1.77 release candidate (#226487)
* Fri Jan 5 2007 Jindrich Novy 1.76-6
- fix post/preun scriptlets so that they won't fail with docs disabled
(thanks to Ville Skyttä)
* Wed Nov 29 2006 Jindrich Novy 1.76-5
- replace PreReq, fix BuildRoot
* Thu Aug 24 2006 Jindrich Novy 1.76-4.fc6
- correct URLs, name patch backups correctly
* Wed Jul 12 2006 Jesse Keating - 1.76-3.1
- rebuild
* Sat Feb 25 2006 Jindrich Novy 1.76-3
- PreReq info (#182888)
* Fri Dec 09 2005 Jesse Keating
- rebuilt
* Tue Mar 08 2005 Jindrich Novy 1.76-2
- replace %%configure with ./configure to prevent definition of
target, build and host for noarch package
* Fri Feb 18 2005 Jindrich Novy 1.76-1
- we have separate texi2html package now (#121889)
- fix Source0
- BuildArchitectures -> BuildArch
- create backups for patches
* Thu Feb 10 2005 MATSUURA Takanori - 1.76-0
- updated to 1.76
* Mon Jan 10 2005 MATSUURA Takanori - 1.72-1.fc3
- initial build for Fedora Core 3 based on spec file in source tarball
* Mon Mar 23 2004 Patrice Dumas 0:1.69-0.fdr.1
- Initial build.