diff options
-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 |