- Do not mention rpm macro in a comment, rpm expands it!
This commit is contained in:
parent
162dbcd1e4
commit
e0420574e8
@ -1,7 +1,7 @@
|
||||
Summary: A GNU tool for automatically configuring source code.
|
||||
Name: autoconf
|
||||
Version: 2.60
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
|
||||
@ -35,7 +35,7 @@ their use.
|
||||
|
||||
|
||||
%build
|
||||
# Hide these files from the eager find in %configure:
|
||||
# Hide these files from the eager find run before configure:
|
||||
cp -p config/config{.,-}guess
|
||||
cp -p config/config{.,-}sub
|
||||
%configure
|
||||
@ -76,6 +76,9 @@ fi
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-3
|
||||
- Do not mention rpm macro in a comment, rpm expands it!
|
||||
|
||||
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-2
|
||||
- Second attempt to keep original config.guess and config.sub.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user