update to autoconf-2.60

This commit is contained in:
Karsten Hopp 2006-11-09 15:32:30 +00:00
parent 1886a05471
commit 6af49dee36
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1,2 @@
autoconf-2.59.tar.bz2
autoconf-2.60.tar.bz2

View File

@ -1,14 +1,13 @@
Summary: A GNU tool for automatically configuring source code.
Name: autoconf
Version: 2.59
Release: 12
Version: 2.60
Release: 1
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
Patch0: autoconf-2.59-intrinsic.patch
Patch1: autoconf-2.59-lock.patch
Patch0: autoconf-2.60-linkX11.patch
URL: http://www.gnu.org/software/autoconf/
BuildRequires: sed, m4, emacs
BuildRequires: sed, m4, emacs, help2man
Prereq(post,preun): /sbin/install-info
Requires: gawk, m4, mktemp, perl, textutils, imake
BuildArchitectures: noarch
@ -32,8 +31,7 @@ their use.
%prep
%setup -q -n autoconf-%{version}
%patch0 -p1 -b .mod-x
%patch1 -p1 -b .lock
%patch0 -p1 -b .linkX11
%build
%configure
@ -71,6 +69,9 @@ fi
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%changelog
* Thu Nov 09 2006 Karsten Hopp <karsten@redhat.com> 2.60-1
- autoconf-2.60
* Fri Oct 13 2006 Stepan Kasal <skasal@redhat.com> 2.59-12
- Add autoconf-2.59-lock.patch to eliminate a perl warning (#210653).

View File

@ -1 +1,2 @@
1ee40f7a676b3cfdc0e3f7cd81551b5f autoconf-2.59.tar.bz2
019609c29d0cbd9110c38480304aafc8 autoconf-2.60.tar.bz2