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