update to 2.68
This commit is contained in:
parent
30b20e217d
commit
40b80754e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
autoconf-2.66.tar.xz
|
||||
/autoconf-2.68.tar.xz
|
||||
|
@ -1,11 +1,10 @@
|
||||
Summary: A GNU tool for automatically configuring source code
|
||||
Name: autoconf
|
||||
Version: 2.66
|
||||
Release: 2%{?dist}
|
||||
Version: 2.68
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Development/Tools
|
||||
Source: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
|
||||
Patch0: autoconf-2.66-611661.patch
|
||||
URL: http://www.gnu.org/software/autoconf/
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -55,7 +54,6 @@ their use.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -101,6 +99,9 @@ fi
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Mon Dec 06 2010 Karsten Hopp <karsten@redhat.com> 2.68-1
|
||||
- update to 2.68
|
||||
|
||||
* Tue Jul 06 2010 Karsten Hopp <karsten@redhat.com> 2.66-2
|
||||
- add 2 upstream patches (#611661)
|
||||
- allow rpmbuild --without check
|
||||
|
Loading…
Reference in New Issue
Block a user