From 2bd838b20efa33687abd8f44ba712a137a4e385f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Nov 2013 10:43:12 +0100 Subject: php-phpunit-DbUnit: cleanups --- php-phpunit-DbUnit.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec index 982ce69..d7060c2 100644 --- a/php-phpunit-DbUnit.spec +++ b/php-phpunit-DbUnit.spec @@ -21,14 +21,18 @@ BuildRequires: php-channel(%{channel}) Requires(post): %{__pear} Requires(postun): %{__pear} +# From package.xml Requires: php(language) >= 5.3.3 -Requires: php-libxml Requires: php-pdo -Requires: php-reflection Requires: php-simplexml -Requires: php-spl +Requires: php-pear(PEAR) >= 1.9.4 +Requires: php-channel(%{channel}) Requires: php-pear(%{channel}/PHPUnit) >= 3.7.0 Requires: php-pear(pear.symfony.com/Yaml) >= 2.1.0 +# From phpcompatinfo report for version 1.3.0 +Requires: php-libxml +Requires: php-reflection +Requires: php-spl Provides: php-pear(%{channel}/%{pear_name}) = %{version} -- cgit