From 00cae7be2f4ba00d9b7a730d62b63fc1e8e22ad5 Mon Sep 17 00:00:00 2001 From: Štěpán Kasal Date: May 25 2009 15:58:45 +0000 Subject: - re-enable make check - Automake 1.11 requires autoconf 2.62 or later --- diff --git a/automake.spec b/automake.spec index 78c32ef..0598f92 100644 --- a/automake.spec +++ b/automake.spec @@ -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 1.11-2 +- re-enable make check +- Automake 1.11 requires autoconf 2.62 or later + * Mon May 25 2009 Karsten Hopp 1.11-1 - update to automake 1.11