- Do not mention rpm macro in a comment, rpm expands it!

This commit is contained in:
skasal 2006-06-27 12:57:52 +00:00
parent 162dbcd1e4
commit e0420574e8

View File

@ -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.