- rebuilt for dist-fc3

This commit is contained in:
dreed 2004-09-21 15:50:55 +00:00
parent 9cacb7d2b2
commit 11434f7e57

View File

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