- 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,10 +1,10 @@
Summary: A GNU tool for automatically configuring source code.
Name: autoconf
Version: 2.59
Release: 3
Copyright: GPL
Release: 4
License: GPL
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/
BuildRequires: sed, m4, emacs
Prereq(post,preun): /sbin/install-info
@ -12,10 +12,6 @@ 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}
%description
GNU's Autoconf is a tool for configuring source code and Makefiles.
Using Autoconf, programmers can create portable and configurable
@ -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 <djr@redhat.com> - 2.59-4
- rebuilt for dist-fc3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt