- 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.
This commit is contained in:
dreed 2004-09-20 20:35:57 +00:00
parent 94115c0c14
commit 6f75b8d9f6
3 changed files with 24 additions and 24 deletions

View File

@ -1 +1 @@
automake-1.9.1.tar.bz2 automake-1.9.2.tar.bz2

View File

@ -1,22 +1,18 @@
%define api_version 1.9 %define api_version 1.9
Summary: A GNU tool for automatically creating Makefiles. Summary: A GNU tool for automatically creating Makefiles.
Name: automake Name: automake
Version: %{api_version}.1 Version: %{api_version}.2
Release: 1 Release: 2
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
URL: http://sources.redhat.com/automake URL: http://sources.redhat.com/automake
Requires: perl, autoconf >= 2.58 Requires: perl, autoconf >= 2.58
Buildrequires: autoconf >= 2.58 Buildrequires: autoconf >= 2.58
Prereq: /sbin/install-info Prereq: /sbin/install-info
BuildArchitectures: noarch BuildArchitectures: noarch
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
# run "make check" by default
%{?_without_check: %define _without_check 1}
%{!?_without_check: %define _without_check 0}
%description %description
Automake is a tool for automatically generating `Makefile.in' Automake is a tool for automatically generating `Makefile.in'
@ -33,17 +29,13 @@ GNU's Autoconf package.
%build %build
./configure --prefix=%{_prefix} ./configure --prefix=%{_prefix}
make make
%if ! %{_without_check} make check || make check VERBOSE=yes
make check # VERBOSE=x
%endif
%install %install
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%makeinstall %makeinstall
#gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/automake*
# create this dir empty so we can own it # create this dir empty so we can own it
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal
rm -f $RPM_BUILD_ROOT%{_infodir}/dir rm -f $RPM_BUILD_ROOT%{_infodir}/dir
@ -69,6 +61,14 @@ fi
%dir %{_datadir}/aclocal %dir %{_datadir}/aclocal
%changelog %changelog
* Mon Sep 20 2004 Daniel Reed <djr@redhat.com> - 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 <djr@redhat.com> - 1.9.1-1 * Wed Aug 11 2004 Daniel Reed <djr@redhat.com> - 1.9.1-1
- version bump - version bump
- Adjust #line directives in `parser.h' (when ylwrap is not used). (PR/432) - Adjust #line directives in `parser.h' (when ylwrap is not used). (PR/432)

View File

@ -1 +1 @@
65143af82931c2c4d703d3a17c1c9d15 automake-1.9.1.tar.bz2 b5799f983d0a062ec59810f6b289cd27 automake-1.9.2.tar.bz2