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