diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 23:27:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 23:27:44 +0100 |
commit | 4d088a997e0bcd80d5263f59e56ce6b3bd1dd390 (patch) | |
tree | 1bc4f36d3eaeb0c137193c1342279880e1154182 | |
parent | 28aaae7a4e426be9ece660f3008ae8a159641b8d (diff) |
php-horde-Horde-Rdo 2.0.1
-rw-r--r-- | php-horde-Horde-View.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-horde-Horde-View.spec b/php-horde-Horde-View.spec index 92ee30f..ef0b269 100644 --- a/php-horde-Horde-View.spec +++ b/php-horde-Horde-View.spec @@ -15,7 +15,7 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: php-pear +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 @@ -23,6 +23,7 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Controller) >= 2.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} +Requires: php-pear(PEAR) >= 1.7.0 Requires: php(language) >= 5.3.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 |