summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-30 17:26:00 +0100
committerRemi Collet <fedora@famillecollet.com>2012-10-30 17:26:00 +0100
commitcf0bf177809df55674f21b469678644eeddec3ac (patch)
tree9f0d6225371d54d91754b7a2ab7544c061c825c1
parent0accf3efe0fd0e5f5281ccaab4e010100c84d857 (diff)
php-symfony2-Config: sync with rawhide, update to 2.1.3
-rw-r--r--php-symfony2-Yaml.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/php-symfony2-Yaml.spec b/php-symfony2-Yaml.spec
index 08cf2fe..ae6f8d0 100644
--- a/php-symfony2-Yaml.spec
+++ b/php-symfony2-Yaml.spec
@@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: php-pear(PEAR)
BuildRequires: php-channel(%{pear_channel})
# Test requires
-BuildRequires: php-common >= %{php_min_ver}
+BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
# Test requires: phpci
BuildRequires: php-ctype
@@ -112,7 +112,8 @@ cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}
%postun
if [ $1 -eq 0 ] ; then
- %{__pear} uninstall --nodeps --ignore-errors --register-only \
+ %{__pear} uninstalBuildRequires: php(language) >= %{php_min_ver}
+l --nodeps --ignore-errors --register-only \
%{pear_channel}/%{pear_name} >/dev/null || :
fi