diff --git a/autoconf.spec b/autoconf.spec index 0576d74..e4cc753 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -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 @@ their use. %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 @@ fi %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %changelog +* Tue Jun 27 2006 Stepan Kasal 2.60-1 +- Do not allow rpm to replace config.guess and config.sub. + +* Tue Jun 27 2006 Stepan Kasal 2.60-0.br +- fix a typo + * Tue Jun 27 2006 Stepan Kasal 2.60-0 - Try Autoconf 2.60