packages: automake/automake.spec - rename regeneration bcond to bootstrap

glen glen at pld-linux.org
Fri Feb 19 12:31:55 CET 2010


Author: glen                         Date: Fri Feb 19 11:31:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rename regeneration bcond to bootstrap

---- Files affected:
packages/automake:
   automake.spec (1.139 -> 1.140) 

---- Diffs:

================================================================
Index: packages/automake/automake.spec
diff -u packages/automake/automake.spec:1.139 packages/automake/automake.spec:1.140
--- packages/automake/automake.spec:1.139	Sun Dec 20 20:23:26 2009
+++ packages/automake/automake.spec	Fri Feb 19 12:31:50 2010
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	regeneration	# without full regeneration
+%bcond_with		bootstrap	# without full regeneration
 #
 %include	/usr/lib/rpm/macros.perl
 Summary:	GNU automake - Makefile configuration tools
@@ -27,7 +27,7 @@
 Patch2:		%{name}-no_versioned_dir.patch
 Patch3:		%{name}-morearchs.patch
 URL:		http://sources.redhat.com/automake/
-%if %{with regeneration}
+%if %{without bootstrap}
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake >= 1:1.10a
 %else
@@ -105,7 +105,7 @@
 %patch2 -p1
 %patch3 -p1
 
-%if %{with regeneration}
+%if %{without bootstrap}
 # prepare temporary copy of m4 dir without amversion.m4 (which causes automake version check)
 mkdir m4-tmp
 cd m4-tmp
@@ -113,11 +113,11 @@
 %endif
 
 %build
-%if %{with regeneration}
+%if %{without bootstrap}
 %{__aclocal} -I m4-tmp
 %endif
 %{__autoconf}
-%if %{with regeneration}
+%if %{without bootstrap}
 %{__automake}
 %endif
 %configure
@@ -184,6 +184,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.140  2010/02/19 11:31:50  glen
+- rename regeneration bcond to bootstrap
+
 Revision 1.139  2009/12/20 19:23:26  adamg
 - updated to 1.11.1
 
================================================================

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



More information about the pld-cvs-commit mailing list