diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-30 08:16:16 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-30 08:16:16 +0100 |
commit | 1ea3cb1f517ad32668fac4ff01c3ddf33f24ed78 (patch) | |
tree | 59aa129d50dd5b0f69a187956a402d7ac2b5aaf6 | |
parent | c283352895e88ad83fddff68d214e0e2734473a6 (diff) |
php-pear-Console-CommandLine: clean requires
-rw-r--r-- | php-pear-Console-CommandLine.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-pear-Console-CommandLine.spec b/php-pear-Console-CommandLine.spec index 82a6a1c..4de0292 100644 --- a/php-pear-Console-CommandLine.spec +++ b/php-pear-Console-CommandLine.spec @@ -24,9 +24,12 @@ BuildArch: noarch BuildRequires: php-pear BuildRequires: php-pear(pear.phpunit.de/PHPUnit) +Requires: php-dom +Requires: php-pcre Requires: php-spl Requires(post): %{__pear} Requires(postun): %{__pear} + Provides: php-pear(%{pear_name}) = %{version} %description @@ -108,6 +111,7 @@ fi columnWrap() in Default Renderer eats up lines with only a EOL - fix for https://pear.php.net/bugs/19683 Unit tests are broken +- clean requires * Thu Oct 25 2012 Remi Collet <remi@fedoraproject.org> - 1.2.0-1 - Version 1.2.0 (stable) - API 1.2.0 (stable) |