SPECS: template-php-pear.spec, php-pear-PEAR.spec - use install fo...

glen glen at pld-linux.org
Fri Dec 9 22:13:49 CET 2005


Author: glen                         Date: Fri Dec  9 21:13:49 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use install for executables

---- Files affected:
SPECS:
   template-php-pear.spec (1.22 -> 1.23) , php-pear-PEAR.spec (1.94 -> 1.95) 

---- Diffs:

================================================================
Index: SPECS/template-php-pear.spec
diff -u SPECS/template-php-pear.spec:1.22 SPECS/template-php-pear.spec:1.23
--- SPECS/template-php-pear.spec:1.22	Thu Dec  8 18:01:34 2005
+++ SPECS/template-php-pear.spec	Fri Dec  9 22:13:44 2005
@@ -83,7 +83,7 @@
 %pear_package_install
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{php_pear_dir}}
-cp -a ./%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
+install ./%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -113,6 +113,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2005/12/09 21:13:44  glen
+- use install for executables
+
 Revision 1.22  2005/12/08 17:01:34  glen
 - add bindir files
 

================================================================
Index: SPECS/php-pear-PEAR.spec
diff -u SPECS/php-pear-PEAR.spec:1.94 SPECS/php-pear-PEAR.spec:1.95
--- SPECS/php-pear-PEAR.spec:1.94	Mon Nov 28 07:47:55 2005
+++ SPECS/php-pear-PEAR.spec	Fri Dec  9 22:13:44 2005
@@ -124,7 +124,7 @@
 cp $D/pearrc $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf
 
 %pear_package_install
-cp -a ./%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
+install ./%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
 
 sed -e '/^\$''Log: /,$d' %{SOURCE1} > $RPM_BUILD_ROOT%{php_pear_dir}/data/%{_class}/template.spec
 echo '$''Log: $' >> $RPM_BUILD_ROOT%{php_pear_dir}/data/%{_class}/template.spec
@@ -163,6 +163,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.95  2005/12/09 21:13:44  glen
+- use install for executables
+
 Revision 1.94  2005/11/28 06:47:55  glen
 - updated to 1.4.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template-php-pear.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-PEAR.spec?r1=1.94&r2=1.95&f=u




More information about the pld-cvs-commit mailing list