devel/automake17 automake17.spec,1.13,1.14

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Tue Sep 18 13:16:40 UTC 2007


Author: karsten

Update of /cvs/extras/devel/automake17
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32428

Modified Files:
	automake17.spec 
Log Message:
- fix obsoletes
- mv check into %%check




Index: automake17.spec
===================================================================
RCS file: /cvs/extras/devel/automake17/automake17.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- automake17.spec	17 Sep 2007 12:03:45 -0000	1.13
+++ automake17.spec	18 Sep 2007 13:16:08 -0000	1.14
@@ -3,7 +3,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake17
 Version:    %{api_version}.9
-Release:    9
+Release:    10
 License:    GPLv2+ and MIT and OFSFDL
 Group:      Development/Tools
 Source:     ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@@ -13,8 +13,8 @@
 Patch1:     automake-1.7.9-check.patch
 Patch2:     automake-1.7.9-info.patch
 URL:        http://sources.redhat.com/automake
-Conflicts:  automake = 1.7.8
-Obsoletes:  automake = 1.7.8
+Conflicts:  automake = 1.7.9
+Obsoletes:  automake = 1.7.9
 Requires:   autoconf >= 2.54
 Buildrequires:  autoconf >= 2.54, texinfo
 # Required for 'make check':
@@ -65,9 +65,10 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal
 rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
 
+%check
 # KH: FIXME  This needs to be looked at, exdir2 gettext gettext2 subcond fail
 # gettext probably because the gettext.m4 isn't compatible with automake <1.9
-##if ! %{_without_check}
+#if ! %{_without_check}
 # make check  # VERBOSE=x
 #endif
 
@@ -94,6 +95,10 @@
 %dir %{_datadir}/aclocal
 
 %changelog
+* Tue Sep 18 2007 Karsten Hopp <karsten at redhat.com> 1.7.9-10
+- fix obsoletes
+- mv check into %%check
+
 * Mon Sep 17 2007 Karsten Hopp <karsten at redhat.com> 1.7.9-9
 - fix licenses
 - add README AUTHORS THANKS  to %%doc




More information about the fedora-extras-commits mailing list