- 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.
|
Summary: A GNU tool for automatically configuring source code.
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
Version: 2.60
|
Version: 2.60
|
||||||
Release: 0.br
|
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
|
||||||
@ -32,8 +32,15 @@ their use.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n autoconf-%{version}
|
%setup -q -n autoconf-%{version}
|
||||||
%patch
|
%patch
|
||||||
|
# Hide these files from the eager find at the beginning of %build
|
||||||
|
cp -p config/config{.,-}guess
|
||||||
|
cp -p config/config{.,-}sub
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# ... restore them:
|
||||||
|
cp -p config/config{-,.}guess
|
||||||
|
cp -p config/config{-,.}sub
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -69,6 +76,12 @@ fi
|
|||||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-0
|
||||||
- Try Autoconf 2.60
|
- Try Autoconf 2.60
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user