From e0420574e8367a1e85b2961c442f5876a97cc094 Mon Sep 17 00:00:00 2001 From: skasal Date: Jun 27 2006 12:57:52 +0000 Subject: - Do not mention rpm macro in a comment, rpm expands it! --- diff --git a/autoconf.spec b/autoconf.spec index eaf5efe..4f5a851 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: 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 2.60-3 +- Do not mention rpm macro in a comment, rpm expands it! + * Tue Jun 27 2006 Stepan Kasal 2.60-2 - Second attempt to keep original config.guess and config.sub.