rpms/autoconf/devel autoconf.spec,1.24,1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 27 12:07:00 UTC 2006


Author: skasal

Update of /cvs/dist/rpms/autoconf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7701

Modified Files:
	autoconf.spec 
Log Message:
- Do not allow rpm to replace config.guess and config.sub.


Index: autoconf.spec
===================================================================
RCS file: /cvs/dist/rpms/autoconf/devel/autoconf.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- autoconf.spec	27 Jun 2006 10:19:25 -0000	1.24
+++ autoconf.spec	27 Jun 2006 12:06:57 -0000	1.25
@@ -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 @@
 %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 @@
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
 
 %changelog
+* Tue Jun 27 2006 Stepan Kasal <skasal at redhat.com> 2.60-1
+- Do not allow rpm to replace config.guess and config.sub.
+
+* Tue Jun 27 2006 Stepan Kasal <skasal at redhat.com> 2.60-0.br
+- fix a typo
+
 * Tue Jun 27 2006 Stepan Kasal <skasal at redhat.com> 2.60-0
 - Try Autoconf 2.60
 




More information about the fedora-cvs-commits mailing list