diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-10 09:44:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-10 09:44:12 +0100 |
commit | 39df67b11115e13e5edeeba558382934234b6a18 (patch) | |
tree | f9358526eb781659079af5e1eb78a580d9284e12 | |
parent | 32ae3b285106844a7096b0418c32d1377f58c1d9 (diff) |
php-horde-*: minor cleanup
-rw-r--r-- | php-horde-Horde-Controller.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-horde-Horde-Controller.spec b/php-horde-Horde-Controller.spec index 997aac9..fc2befb 100644 --- a/php-horde-Horde-Controller.spec +++ b/php-horde-Horde-Controller.spec @@ -23,7 +23,8 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: php-pear >= 1.7.0 +BuildRequires: php(language) >= 5.3.0 +BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) # To run unit tests BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 @@ -33,6 +34,7 @@ Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 Requires: php-mbstring Requires: php-zlib +Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 |