- update to 1.80

This commit is contained in:
Jindrich Novy 2009-01-06 14:16:32 +00:00
parent 9d48a944b5
commit f3a3446483
3 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1 @@
texi2html-1.76.tar.bz2
texi2html-1.77-20070214cvs.tar.bz2
texi2html-1.78.tar.bz2
texi2html-1.80.tar.gz

View File

@ -1 +1 @@
40df77a1b84b5ef4ce9238f5ffd5346d texi2html-1.78.tar.bz2
4eec3730f39ba64534062483b174795d texi2html-1.80.tar.gz

View File

@ -1,13 +1,13 @@
Name: texi2html
Version: 1.78
Release: 3%{?dist}
Version: 1.80
Release: 1%{?dist}
# 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
Summary: A highly customizable texinfo to HTML and other formats translator
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
URL: http://www.nongnu.org/texi2html/
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
@ -30,6 +30,8 @@ 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}
@ -72,6 +74,9 @@ fi
%dir %{_sysconfdir}/texinfo
%changelog
* Tue Jan 6 2009 Jindrich Novy <jnovy@redhat.com> 1.80-1
- update to 1.80
* Tue Aug 28 2007 Patrice Dumas <pertusus@free.fr> 1.78-3
- use the right license tag for the documentation