diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-10-19 08:03:07 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-10-19 08:03:07 +0200 | 
| commit | 42740a864fdcb1f77826bfc6c805524d28d7dfd6 (patch) | |
| tree | 8855a49a45f627895b63818332fa6f253722e55b | |
| parent | 67ace680979e867c61760466529ed271e318d292 (diff) | |
| -rw-r--r-- | php-symfony2-BrowserKit.spec | 15 | 
1 files changed, 5 insertions, 10 deletions
diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec index 3f9b686..9f43fe9 100644 --- a/php-symfony2-BrowserKit.spec +++ b/php-symfony2-BrowserKit.spec @@ -22,12 +22,9 @@ 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}/CssSelector) > 2.3 -BuildRequires:    php-pear(%{pear_channel}/CssSelector) < 2.4 -BuildRequires:    php-pear(%{pear_channel}/DomCrawler)  > 2.3 -BuildRequires:    php-pear(%{pear_channel}/DomCrawler)  < 2.4 -BuildRequires:    php-pear(%{pear_channel}/Process)     > 2.3 -BuildRequires:    php-pear(%{pear_channel}/Process)     < 2.4 +BuildRequires:    php-pear(%{pear_channel}/CssSelector) > 2.0 +BuildRequires:    php-pear(%{pear_channel}/DomCrawler)  > 2.0 +BuildRequires:    php-pear(%{pear_channel}/Process)     > 2.0  # For tests: phpci  BuildRequires:    php-date  BuildRequires:    php-pcre @@ -37,8 +34,7 @@ BuildRequires:    php-spl  Requires:         php(language) >= %{php_min_ver}  Requires:         php-pear(PEAR)  Requires:         php-channel(%{pear_channel}) -Requires:         php-pear(%{pear_channel}/DomCrawler) > 2.3 -Requires:         php-pear(%{pear_channel}/DomCrawler) < 2.4 +Requires:         php-pear(%{pear_channel}/DomCrawler) > 2.0  Requires(post):   %{__pear}  Requires(postun): %{__pear}  # phpci @@ -47,8 +43,7 @@ Requires:         php-pcre  Requires:         php-reflection  Requires:         php-spl  # Optional -Requires:         php-pear(%{pear_channel}/Process) > 2.3 -Requires:         php-pear(%{pear_channel}/Process) < 2.4 +Requires:         php-pear(%{pear_channel}/Process) > 2.0  Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}  | 
