[packages/php-phpunit-DbUnit] - use virtual php extension deps (to be independant of php version) - release 2 (by relup.sh)
glen
glen at pld-linux.org
Tue Aug 7 16:13:03 CEST 2012
commit a8af480395be58ff4dccf6a24cb813a6f463e03e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Aug 7 17:13:02 2012 +0300
- use virtual php extension deps (to be independant of php version)
- release 2 (by relup.sh)
php-phpunit-DbUnit.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index d3d9374..972f61b 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -4,7 +4,7 @@
Summary: %{pearname} - DbUnit port for PHP/PHPUnit
Name: php-phpunit-DbUnit
Version: 1.1.2
-Release: 1
+Release: 2
License: BSD License
Group: Development/Languages/PHP
Source0: http://pear.phpunit.de/get/%{pearname}-%{version}.tgz
@@ -15,13 +15,13 @@ BuildRequires: php-packagexml2cl
BuildRequires: php-pear-PEAR >= 1:1.9.4
BuildRequires: rpm-php-pearprov >= 4.4.2-11
BuildRequires: rpmbuild(macros) >= 1.580
+Requires: php(pdo)
+Requires: php(simplexml)
+Requires: php(spl)
Requires: php-channel(pear.phpunit.de)
-Requires: php-pdo
Requires: php-pear
Requires: php-phpunit-PHPUnit >= 3.6.0
Requires: php-reflection
-Requires: php-simplexml
-Requires: php-spl
Requires: php-symfony-YAML >= 1.0.2
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
More information about the pld-cvs-commit
mailing list