diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-11 19:09:23 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-11 19:09:23 +0100 |
commit | 3e3f9831bef2ec1ce6d8a59c9197f0ca55035200 (patch) | |
tree | f0dfb7e6ee631af6cb041b2e8b44bfa2675a299e | |
parent | 09efa4e2eb0ddd40f7f5b4bb7f0d668277f74c4b (diff) |
php-horde-*: minor cleanup
-rw-r--r-- | php-horde-Horde-Routes.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-horde-Horde-Routes.spec b/php-horde-Horde-Routes.spec index 1eb54c2..29f9a20 100644 --- a/php-horde-Horde-Routes.spec +++ b/php-horde-Horde-Routes.spec @@ -22,6 +22,7 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: php(language) >= 5.3.0 BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) # To run unit tests @@ -29,13 +30,13 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php-pear(PEAR) >= 1.7.0 -Requires: php-common >= 5.3.0 +Requires: php(language) >= 5.3.0 Requires: php-pcre Requires: php-spl # note xml extension provided by php-common and not php-xml # but this will change in a near futur Requires: php-xml +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 |