- Do not allow rpm to replace config.guess and config.sub.
This commit is contained in:
parent
ea504e615e
commit
be0db5ab76
@ -1,7 +1,7 @@
|
||||
Summary: A GNU tool for automatically configuring source code.
|
||||
Name: autoconf
|
||||
Version: 2.60
|
||||
Release: 0.br
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
|
||||
@ -32,8 +32,15 @@ their use.
|
||||
%prep
|
||||
%setup -q -n autoconf-%{version}
|
||||
%patch
|
||||
# Hide these files from the eager find at the beginning of %build
|
||||
cp -p config/config{.,-}guess
|
||||
cp -p config/config{.,-}sub
|
||||
|
||||
|
||||
%build
|
||||
# ... restore them:
|
||||
cp -p config/config{-,.}guess
|
||||
cp -p config/config{-,.}sub
|
||||
%configure
|
||||
make
|
||||
|
||||
@ -69,6 +76,12 @@ fi
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-1
|
||||
- Do not allow rpm to replace config.guess and config.sub.
|
||||
|
||||
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-0.br
|
||||
- fix a typo
|
||||
|
||||
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-0
|
||||
- Try Autoconf 2.60
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user