- re-enable make check

- Automake 1.11 requires autoconf 2.62 or later
This commit is contained in:
Štěpán Kasal 2009-05-25 15:58:45 +00:00
parent 7b7258efc0
commit 00cae7be2f
1 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+ and GFDL and MIT
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@ -12,8 +12,8 @@ Source2: filter-requires-automake.sh
Source3: automake.man
Source4: aclocal.man
URL: http://sources.redhat.com/automake
Requires: autoconf >= 2.60
Buildrequires: autoconf >= 2.60
Requires: autoconf >= 2.62
Buildrequires: autoconf >= 2.62
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildArch: noarch
@ -56,7 +56,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%check
#make check || make check VERBOSE=yes
make check
%clean
rm -rf ${RPM_BUILD_ROOT}
@ -80,6 +80,10 @@ fi
%dir %{_datadir}/aclocal
%changelog
* Mon May 25 2009 Stepan Kasal <skasal@redhat.com> 1.11-2
- re-enable make check
- Automake 1.11 requires autoconf 2.62 or later
* Mon May 25 2009 Karsten Hopp <karsten@redhat.com> 1.11-1
- update to automake 1.11