SPECS: php-pear-Validate_BE.spec - fixed tests packaging

glen glen at pld-linux.org
Thu Jun 21 17:00:47 CEST 2007


Author: glen                         Date: Thu Jun 21 15:00:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed tests packaging

---- Files affected:
SPECS:
   php-pear-Validate_BE.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/php-pear-Validate_BE.spec
diff -u SPECS/php-pear-Validate_BE.spec:1.7 SPECS/php-pear-Validate_BE.spec:1.8
--- SPECS/php-pear-Validate_BE.spec:1.7	Mon Feb 12 23:09:11 2007
+++ SPECS/php-pear-Validate_BE.spec	Thu Jun 21 17:00:42 2007
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	%{_pearname} - Klasa sprawdzająca poprawność dla Belgii
 Name:		php-pear-%{_pearname}
 Version:	0.1.3
-Release:	1
+Release:	2
 License:	New BSD
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -65,6 +65,9 @@
 
 %prep
 %pear_package_setup
+# pear/tests/pearname/tests -> pear/tests/pearname
+mv ./%{php_pear_dir}/tests/%{_pearname}/{tests/*,}
+rmdir ./%{php_pear_dir}/tests/%{_pearname}/tests
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -84,7 +87,7 @@
 
 %files tests
 %defattr(644,root,root,755)
-%{php_pear_dir}/tests/Validate_BE/tests
+%{php_pear_dir}/tests/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -92,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/06/21 15:00:42  glen
+- fixed tests packaging
+
 Revision 1.7  2007/02/12 22:09:11  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pear-Validate_BE.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list