From 11434f7e57b1edce0b3b7fd8c68b09a0ef68adde Mon Sep 17 00:00:00 2001 From: dreed Date: Sep 21 2004 15:50:55 +0000 Subject: - rebuilt for dist-fc3 --- diff --git a/autoconf.spec b/autoconf.spec index 66112ab..499aff6 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,20 +1,16 @@ -Summary: A GNU tool for automatically configuring source code. -Name: autoconf -Version: 2.59 -Release: 3 -Copyright: GPL -Group: Development/Tools -Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.bz2 -URL: http://www.gnu.org/software/autoconf/ -BuildRequires: sed, m4, emacs -Prereq(post,preun): /sbin/install-info -Requires: gawk, m4, mktemp, perl, textutils -BuildArchitectures: noarch -BuildRoot: %{_tmppath}/%{name}-root - -# run "make check" by default -%{?_without_check: %define _without_check 1} -%{!?_without_check: %define _without_check 0} +Summary: A GNU tool for automatically configuring source code. +Name: autoconf +Version: 2.59 +Release: 4 +License: GPL +Group: Development/Tools +Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2 +URL: http://www.gnu.org/software/autoconf/ +BuildRequires: sed, m4, emacs +Prereq(post,preun): /sbin/install-info +Requires: gawk, m4, mktemp, perl, textutils +BuildArchitectures: noarch +BuildRoot: %{_tmppath}/%{name}-root %description GNU's Autoconf is a tool for configuring source code and Makefiles. @@ -38,9 +34,7 @@ their use. %build %configure make -%if ! %{_without_check} - make check -%endif +make check || make check VERBOSE=yes %install rm -rf ${RPM_BUILD_ROOT} @@ -71,6 +65,9 @@ fi %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %changelog +* Tue Sep 21 2004 Daniel Reed - 2.59-4 +- rebuilt for dist-fc3 + * Fri Feb 13 2004 Elliot Lee - rebuilt