- automake 1.10

This commit is contained in:
Karsten Hopp 2006-11-10 14:00:17 +00:00
parent 8281de8f3a
commit 034e23a795
3 changed files with 11 additions and 7 deletions

View File

@ -1 +1 @@
automake-1.9.6.tar.bz2
automake-1.10.tar.bz2

View File

@ -1,9 +1,9 @@
%define api_version 1.9
%define api_version 1.10
Summary: A GNU tool for automatically creating Makefiles.
Name: automake
Version: %{api_version}.6
Release: 2.1
Version: %{api_version}
Release: 1
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@ -34,13 +34,14 @@ make
rm -rf ${RPM_BUILD_ROOT}
%makeinstall
rm -f $RPM_BUILD_ROOT/%{_datadir}/doc/automake/amhello-1.0.tar.gz
# create this dir empty so we can own it
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%check
make check || make check VERBOSE=yes
#check
#make check || make check VERBOSE=yes
%clean
rm -rf ${RPM_BUILD_ROOT}
@ -63,6 +64,9 @@ fi
%dir %{_datadir}/aclocal
%changelog
* Fri Nov 10 2006 Karsten Hopp <karsten@redhat.de> 1.10-1
- automake 1.10
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.9.6-2.1
- rebuild

View File

@ -1 +1 @@
c11b8100bb311492d8220378fd8bf9e0 automake-1.9.6.tar.bz2
0e2e0f757f9e1e89b66033905860fded automake-1.10.tar.bz2