diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-18 19:16:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-18 19:16:51 +0200 |
commit | 858f50b59704ddcd5eb55c3aa74dac52da5816f5 (patch) | |
tree | 5cdcb59603a9a76e5ec16a7abe24f18eb73599fc | |
parent | b2aa99b0512c200c0e8a774883df08fa5ed4e2fb (diff) |
php-symfony2-Intl: cleanups
-rw-r--r-- | php-symfony2-Intl.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-symfony2-Intl.spec b/php-symfony2-Intl.spec index 56282f0..327d951 100644 --- a/php-symfony2-Intl.spec +++ b/php-symfony2-Intl.spec @@ -22,6 +22,7 @@ BuildRequires: php-channel(%{pear_channel}) # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) +BuildRequires: php-pear(%{pear_channel}/Filesystem) > 2.1 Requires(post): %{__pear} Requires(postun): %{__pear} @@ -34,6 +35,7 @@ Requires: php-pcre Requires: php-simplexml Requires: php-spl Requires: php-reflection +Requires: php-pear(%{pear_channel}/Filesystem) > 2.1 Provides: php-pear(pear.symfony.com/Intl) = %{version} |