- update to 1.77 release candidate (#226487)

This commit is contained in:
Jindrich Novy 2007-02-14 11:39:32 +00:00
parent 657807ebc2
commit 846c741c07
3 changed files with 13 additions and 29 deletions

View File

@ -1 +1,2 @@
texi2html-1.76.tar.bz2
texi2html-1.77-20070214cvs.tar.bz2

View File

@ -1 +1 @@
e8286fc0c07ce684fcc3793a98832038 texi2html-1.76.tar.bz2
be35e35e5f003ea69eca28fcc00c681a texi2html-1.77-20070214cvs.tar.bz2

View File

@ -1,13 +1,12 @@
%define date 20070214
Name: texi2html
Version: 1.76
Release: 6%{?dist}
Version: 1.77
Release: 0.1.%{date}cvs%{?dist}
License: GPL
Group: Applications/Text
Summary: A highly customizable texinfo to HTML and other formats translator
Source0: http://download.savannah.gnu.org/releases/texi2html/%{name}-%{version}.tar.bz2
Source1: texi2html-1.7-ja
Patch0: texi2html-1.74-Makefile.am.patch
Patch1: texi2html-1.74-UTF-8.patch
Source0: %{name}-%{version}-%{date}cvs.tar.bz2
URL: http://www.nongnu.org/texi2html/
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
@ -23,35 +22,15 @@ output not specified in the Texinfo input file to be specified.
%prep
%setup -q
%patch0 -p1 -b .makefileam
%patch1 -p1 -b .utf8
install -m 644 %{SOURCE1} i18n/ja
%build
./configure --program-prefix=%{?_program_prefix} \
--prefix=%{_prefix} \
--exec-prefix=%{_exec_prefix} \
--bindir=%{_bindir} \
--sbindir=%{_sbindir} \
--sysconfdir=%{_sysconfdir} \
--datadir=%{_datadir} \
--includedir=%{_includedir} \
--libdir=%{_libdir} \
--libexecdir=%{_libexecdir} \
--localstatedir=%{_localstatedir} \
--sharedstatedir=%{_sharedstatedir} \
--mandir=%{_mandir} \
--infodir=%{_infodir}
make clean
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%clean
rm -rf $RPM_BUILD_ROOT
@ -65,19 +44,23 @@ fi
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog INTRODUCTION NEWS README TODO %{name}.init
%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/*
%changelog
* Wed Feb 14 2007 Jindrich Novy <jnovy@redhat.com> 1.77-0.1.20070214cvs
- update to 1.77 release candidate (#226487)
* Fri Jan 5 2007 Jindrich Novy <jnovy@redhat.com> 1.76-6
- fix post/preun scriptlets so that they won't fail with docs disabled
(thanks to Ville Skyttä)