- 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.
|
Summary: A GNU tool for automatically configuring source code.
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
Version: 2.60
|
Version: 2.60
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -35,7 +35,7 @@ their use.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%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{.,-}guess
|
||||||
cp -p config/config{.,-}sub
|
cp -p config/config{.,-}sub
|
||||||
%configure
|
%configure
|
||||||
@ -76,6 +76,9 @@ 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-3
|
||||||
|
- Do not mention rpm macro in a comment, rpm expands it!
|
||||||
|
|
||||||
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-2
|
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-2
|
||||||
- Second attempt to keep original config.guess and config.sub.
|
- Second attempt to keep original config.guess and config.sub.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user