rpms/php-pear-DB/devel php-pear-DB.spec,1.3,1.4

Tim Jackson (timj) fedora-extras-commits at redhat.com
Wed Jun 28 10:27:40 UTC 2006


Author: timj

Update of /cvs/extras/rpms/php-pear-DB/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15380

Modified Files:
	php-pear-DB.spec 
Log Message:
Fix bug #196764 - tests installed in wrong directory


Index: php-pear-DB.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-DB/devel/php-pear-DB.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-pear-DB.spec	17 May 2006 21:49:03 -0000	1.3
+++ php-pear-DB.spec	28 Jun 2006 10:27:39 -0000	1.4
@@ -4,7 +4,7 @@
 Summary: PEAR: Database Abstraction Layer
 Name: php-pear-DB
 Version: 1.7.6
-Release: 5
+Release: 6
 License: The PHP License
 Group: Development/Libraries
 Source0: http://pear.php.net/get/DB-%{version}.tgz
@@ -44,7 +44,7 @@
         -d doc_dir=/docs \
         -d bin_dir=%{_bindir} \
         -d data_dir=%{peardir}/data \
-        -d test_dir=%{peardir}/tests \
+        -d test_dir=%{peardir}/test \
         -d ext_dir=%{_libdir} \
         -s
 
@@ -87,11 +87,14 @@
 %defattr(-,root,root)
 %doc doc/IDEAS doc/MAINTAINERS doc/STATUS doc/TESTERS
 %{xmldir}/DB.xml
-%{peardir}/tests/DB
+%{peardir}/test/DB
 %{peardir}/DB.php
 %{peardir}/DB
 
 %changelog
+* Wed Jun 28 2006 Tim Jackson <rpm at timj.co.uk> 1.7.6-6
+- Move tests to peardir/test instead of peardir/tests (bug #196764)
+
 * Wed May 17 2006 Tim Jackson <rpm at timj.co.uk> 1.7.6-5
 - Moved package XML file to %{peardir}/.pkgxml (see bug #190252)
 - Abstracted package XML directory




More information about the fedora-extras-commits mailing list