From 39df67b11115e13e5edeeba558382934234b6a18 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 10 Jan 2015 09:44:12 +0100 Subject: php-horde-*: minor cleanup --- php-horde-Horde-Controller.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit