packages: automake/automake.spec - swap bootstrap order, more logical - nee...

glen glen at pld-linux.org
Tue Aug 31 20:33:43 CEST 2010


Author: glen                         Date: Tue Aug 31 18:33:43 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- swap bootstrap order, more logical
- needs ac 2.62 with regeneration mode

---- Files affected:
packages/automake:
   automake.spec (1.144 -> 1.145) 

---- Diffs:

================================================================
Index: packages/automake/automake.spec
diff -u packages/automake/automake.spec:1.144 packages/automake/automake.spec:1.145
--- packages/automake/automake.spec:1.144	Tue Aug 31 17:14:22 2010
+++ packages/automake/automake.spec	Tue Aug 31 20:33:38 2010
@@ -27,11 +27,11 @@
 Patch2:		%{name}-no_versioned_dir.patch
 Patch3:		%{name}-morearchs.patch
 URL:		http://sources.redhat.com/automake/
-%if %{without bootstrap}
-BuildRequires:	autoconf >= 2.60
-BuildRequires:	automake >= 1:1.10a
-%else
+%if %{with bootstrap}
 BuildRequires:	autoconf >= 2.63
+%else
+BuildRequires:	autoconf >= 2.62
+BuildRequires:	automake >= 1:1.10a
 %endif
 BuildRequires:	help2man
 BuildRequires:	rpm-perlprov
@@ -191,6 +191,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.145  2010/08/31 18:33:38  glen
+- swap bootstrap order, more logical
+- needs ac 2.62 with regeneration mode
+
 Revision 1.144  2010/08/31 15:14:22  glen
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/automake/automake.spec?r1=1.144&r2=1.145&f=u



More information about the pld-cvs-commit mailing list