SPECS: template-php-pear.spec - make sure same format is used in -...

glen glen at pld-linux.org
Wed Feb 6 20:04:44 CET 2008


Author: glen                         Date: Wed Feb  6 19:04:44 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make sure same format is used in -tests subdir

---- Files affected:
SPECS:
   template-php-pear.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/template-php-pear.spec
diff -u SPECS/template-php-pear.spec:1.32 SPECS/template-php-pear.spec:1.33
--- SPECS/template-php-pear.spec:1.32	Thu Nov 15 01:23:44 2007
+++ SPECS/template-php-pear.spec	Wed Feb  6 20:04:39 2008
@@ -89,6 +89,10 @@
 install -d ./%{php_pear_dir}/tests/%{_pearname}
 mv docs/%{_pearname}/tests/* ./%{php_pear_dir}/tests/%{_pearname}
 
+# tests -> tests/%{_pearname}
+install -d ./%{php_pear_dir}/tests/%{_pearname}
+mv ./%{php_pear_dir}/tests/{*,%{_pearname}}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
@@ -117,7 +121,7 @@
 
 %files tests
 %defattr(644,root,root,755)
-%{php_pear_dir}/tests/*
+%{php_pear_dir}/tests/%{_pearname}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -125,6 +129,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2008-02-06 19:04:39  glen
+- make sure same format is used in -tests subdir
+
 Revision 1.32  2007-11-15 00:23:44  glen
 - adapter?
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-php-pear.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list