rpms/automake/devel automake.spec,1.42,1.43

Štěpán Kasal kasal at fedoraproject.org
Mon May 25 15:59:15 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/automake/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8137

Modified Files:
	automake.spec 
Log Message:
- re-enable make check
- Automake 1.11 requires autoconf 2.62 or later


Index: automake.spec
===================================================================
RCS file: /cvs/extras/rpms/automake/devel/automake.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- automake.spec	25 May 2009 11:41:38 -0000	1.42
+++ automake.spec	25 May 2009 15:58:45 -0000	1.43
@@ -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}/ac
 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 at 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 at redhat.com> 1.11-1
 - update to automake 1.11
 




More information about the scm-commits mailing list