replace PreReq, fix BuildRoot
This commit is contained in:
parent
ab412b34bb
commit
3a26205be9
@ -1,6 +1,6 @@
|
||||
Name: texi2html
|
||||
Version: 1.76
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Text
|
||||
Summary: A highly customizable texinfo to HTML and other formats translator
|
||||
@ -9,9 +9,10 @@ Source1: texi2html-1.7-ja
|
||||
Patch0: texi2html-1.74-Makefile.am.patch
|
||||
Patch1: texi2html-1.74-UTF-8.patch
|
||||
URL: http://www.nongnu.org/texi2html/
|
||||
PreReq: info
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
Requires: perl >= 5.004
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -78,6 +79,9 @@ fi
|
||||
%{_datadir}/%{name}/images/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 29 2006 Jindrich Novy <jnovy@redhat.com> 1.76-5
|
||||
- replace PreReq, fix BuildRoot
|
||||
|
||||
* Thu Aug 24 2006 Jindrich Novy <jnovy@redhat.com> 1.76-4.fc6
|
||||
- correct URLs, name patch backups correctly
|
||||
|
||||
@ -91,7 +95,7 @@ fi
|
||||
- rebuilt
|
||||
|
||||
* Tue Mar 08 2005 Jindrich Novy <jnovy@redhat.com> 1.76-2
|
||||
- replace %configure with ./configure to prevent definition of
|
||||
- replace %%configure with ./configure to prevent definition of
|
||||
target, build and host for noarch package
|
||||
|
||||
* Fri Feb 18 2005 Jindrich Novy <jnovy@redhat.com> 1.76-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user