diff --git a/autoconf.spec b/autoconf.spec index 0f91d97..a2bcaff 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code. Name: autoconf Version: 2.13 -Release: 13 +Release: 14 Copyright: GPL Group: Development/Tools Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz @@ -20,18 +20,18 @@ BuildRoot: %{_tmppath}/%{name}-root %description GNU's Autoconf is a tool for configuring source code and Makefiles. Using Autoconf, programmers can create portable and configurable -packages, since the person building the package is allowed to -specify various configuration options. +packages, since the person building the package is allowed to specify +various configuration options. -You should install Autoconf if you are developing software and you'd -like to use it to create shell scripts which will configure your +You should install Autoconf if you are developing software and you +would like to use it to create shell scripts that will configure your source code packages. If you are installing Autoconf, you will also need to install the GNU m4 package. -Note that the Autoconf package is not required for the end user who +Note that the Autoconf package is not required for the end-user who may be configuring software with an Autoconf-generated script; -Autoconf is only required for the generation of the scripts, not -their use. +Autoconf is only required for the generation of the scripts, not their +use. %prep %setup -q @@ -79,6 +79,9 @@ fi %{_datadir}/autoconf %changelog +* Mon Aug 6 2001 Tim Powers +- rebuilt to fix bug #50761 + * Thu Jul 26 2001 Than Ngo - add patch to fix exit status