diff --git a/.cvsignore b/.cvsignore index 806dc25..acdaf77 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -automake-1.9.1.tar.bz2 +automake-1.9.2.tar.bz2 diff --git a/automake.spec b/automake.spec index ceb7bbe..52f6ba3 100644 --- a/automake.spec +++ b/automake.spec @@ -1,22 +1,18 @@ %define api_version 1.9 -Summary: A GNU tool for automatically creating Makefiles. -Name: automake -Version: %{api_version}.1 -Release: 1 -License: GPL -Group: Development/Tools -Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 -URL: http://sources.redhat.com/automake -Requires: perl, autoconf >= 2.58 -Buildrequires: autoconf >= 2.58 -Prereq: /sbin/install-info -BuildArchitectures: noarch -Buildroot: %{_tmppath}/%{name}-%{version}-root - -# run "make check" by default -%{?_without_check: %define _without_check 1} -%{!?_without_check: %define _without_check 0} +Summary: A GNU tool for automatically creating Makefiles. +Name: automake +Version: %{api_version}.2 +Release: 2 +License: GPL +Group: Development/Tools +Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 +URL: http://sources.redhat.com/automake +Requires: perl, autoconf >= 2.58 +Buildrequires: autoconf >= 2.58 +Prereq: /sbin/install-info +BuildArchitectures: noarch +Buildroot: %{_tmppath}/%{name}-%{version}-root %description Automake is a tool for automatically generating `Makefile.in' @@ -33,17 +29,13 @@ GNU's Autoconf package. %build ./configure --prefix=%{_prefix} make -%if ! %{_without_check} - make check # VERBOSE=x -%endif +make check || make check VERBOSE=yes %install rm -rf ${RPM_BUILD_ROOT} %makeinstall -#gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/automake* - # create this dir empty so we can own it mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal rm -f $RPM_BUILD_ROOT%{_infodir}/dir @@ -69,6 +61,14 @@ fi %dir %{_datadir}/aclocal %changelog +* Mon Sep 20 2004 Daniel Reed - 1.9.2-1 +- version bump + - Sort rm commands output for mostlyclean-generic, clean-generic, distclean-generic and maintainer-clean-generic, so that the produced Makefile is not sensitive to the way Perl sorts its hashes. + - Support `+' in the name of directories given to `include'. + - Preserve spaces in the arguments of `compile'. + - `missing' will no longer try to emulate a tool that is run with `--version' or `--help' as argument. + - There is a new chapter about the history of Automake. + * Wed Aug 11 2004 Daniel Reed - 1.9.1-1 - version bump - Adjust #line directives in `parser.h' (when ylwrap is not used). (PR/432) diff --git a/sources b/sources index 94ae1f4..69c1f4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65143af82931c2c4d703d3a17c1c9d15 automake-1.9.1.tar.bz2 +b5799f983d0a062ec59810f6b289cd27 automake-1.9.2.tar.bz2