From 42740a864fdcb1f77826bfc6c805524d28d7dfd6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 19 Oct 2013 08:03:07 +0200 Subject: symfony2: cleanups (dep from composer) --- php-symfony2-BrowserKit.spec | 15 +++++---------- 1 file 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} -- cgit