packages: automake/automake.spec - --host/--build compatible with rpm both ...

glen glen at pld-linux.org
Fri Jun 18 20:25:41 CEST 2010


Author: glen                         Date: Fri Jun 18 18:25:41 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- --host/--build compatible with rpm both 4.4/4.5

---- Files affected:
packages/automake:
   automake.spec (1.142 -> 1.143) 

---- Diffs:

================================================================
Index: packages/automake/automake.spec
diff -u packages/automake/automake.spec:1.142 packages/automake/automake.spec:1.143
--- packages/automake/automake.spec:1.142	Fri Feb 19 17:05:16 2010
+++ packages/automake/automake.spec	Fri Jun 18 20:25:36 2010
@@ -124,10 +124,10 @@
 %endif
 
 # NOTE: _target macro becames "noarch" if ./builder passes --target=noarch, so
-# use plain /usr/bin/rpmbuild.
+# be sure use plain /usr/bin/rpmbuild.
 %configure \
-	--host=%{_target} \
-	--build=%{_target}
+	--host=%{_host} \
+	--build=%{_host}
 %{__make}
 
 %install
@@ -138,7 +138,7 @@
 	DESTDIR=$RPM_BUILD_ROOT \
 	pkgvdatadir=%{_datadir}/automake
 
-install aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
+cp -a aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
 
@@ -191,6 +191,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.143  2010/06/18 18:25:36  glen
+- --host/--build compatible with rpm both 4.4/4.5
+
 Revision 1.142  2010/02/19 16:05:16  glen
 - pass --build and --host params to configure so we can itself be noarch package; rel 2
 
================================================================

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



More information about the pld-cvs-commit mailing list