- Update to texi2html-5.0
This commit is contained in:
parent
1da3e644a8
commit
06be27a0dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
texi2html-1.82.tar.bz2
|
||||
/texi2html-5.0.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
a8a9193c0ac1bec2f3ca7be40a5a82eb texi2html-1.82.tar.bz2
|
||||
f15ac876fcdc8be865b16535f480aa54 texi2html-5.0.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: texi2html
|
||||
Version: 1.82
|
||||
Release: 12%{?dist}
|
||||
Version: 5.0
|
||||
Release: 1%{?dist}
|
||||
# GPLv2+ is for the code
|
||||
# OFSFDL (Old FSF Documentation License) for the documentation
|
||||
# CC-BY-SA or GPLv2 for the images
|
||||
@ -13,7 +13,8 @@ Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
Requires: perl >= 5.004
|
||||
Requires: latex2html
|
||||
BuildRequires: perl(Text::Unidecode) latex2html tetex-tex4ht
|
||||
BuildRequires: latex2html tetex-tex4ht gettext
|
||||
BuildRequires: perl(Data::Dumper) perl(Text::Unidecode)
|
||||
# not detected automatically because it is required at runtime based on
|
||||
# user configuration
|
||||
Requires: perl(Text::Unidecode)
|
||||
@ -42,6 +43,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
# config files, like htmlxref.cnf
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinfo
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang %{name}_document
|
||||
|
||||
%check
|
||||
#make check
|
||||
|
||||
@ -56,24 +60,27 @@ if [ $1 = 0 ]; then
|
||||
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir > /dev/null 2>&1 || :
|
||||
fi
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang -f %{name}_document.lang
|
||||
%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
|
||||
%{_datadir}/texinfo/init/*.init
|
||||
%dir %{_datadir}/%{name}/i18n/
|
||||
%{_datadir}/%{name}/i18n/*
|
||||
%dir %{_datadir}/%{name}/images/
|
||||
%{_datadir}/%{name}/images/*
|
||||
%dir %{_datadir}/%{name}/lib
|
||||
%{_datadir}/%{name}/lib/*
|
||||
%dir %{_datadir}/texinfo
|
||||
%dir %{_sysconfdir}/texinfo
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 2014 Phil Knirsch <pknirsch@redhat.com> - 5.0-1
|
||||
- Update to texi2html-5.0 (#820697)
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.82-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user