- update to 1.82

This commit is contained in:
Jindrich Novy 2009-01-09 07:58:54 +00:00
parent f3a3446483
commit 9a14ab5cda
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
texi2html-1.80.tar.gz
texi2html-1.82.tar.bz2

View File

@ -1 +1 @@
4eec3730f39ba64534062483b174795d texi2html-1.80.tar.gz
a8a9193c0ac1bec2f3ca7be40a5a82eb texi2html-1.82.tar.bz2

View File

@ -1,5 +1,5 @@
Name: texi2html
Version: 1.80
Version: 1.82
Release: 1%{?dist}
# GPLv2+ is for the code
# OFSFDL (Old FSF Documentation License) for the documentation
@ -7,7 +7,7 @@ Release: 1%{?dist}
License: GPLv2+ and OFSFDL and (CC-BY-SA or GPLv2)
Group: Applications/Text
Summary: A highly customizable texinfo to HTML and other formats translator
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
URL: http://www.nongnu.org/texi2html/
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
@ -30,8 +30,6 @@ output not specified in the Texinfo input file to be specified.
%setup -q
%build
# upstream configure script doesn't have executable bit set
chmod +x ./configure
%configure
make %{?_smp_mflags}
@ -74,6 +72,9 @@ fi
%dir %{_sysconfdir}/texinfo
%changelog
* Fri Jan 9 2009 Jindrich Novy <jnovy@redhat.com> 1.82-1
- update to 1.82
* Tue Jan 6 2009 Jindrich Novy <jnovy@redhat.com> 1.80-1
- update to 1.80