diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-01 10:43:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-01 10:43:12 +0100 |
commit | 2bd838b20efa33687abd8f44ba712a137a4e385f (patch) | |
tree | 7d32f1d1cc1943ac340655dfe285881d4461a3e8 | |
parent | 3fd6731573f37aba1f85162ccff80e58422502ef (diff) |
php-phpunit-DbUnit: cleanups
-rw-r--r-- | php-phpunit-DbUnit.spec | 10 |
1 files 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} |