diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-06 16:22:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-06 16:22:36 +0100 |
commit | 47c94cf46ef036aa18c8ffc4eb1e670f2ecf1ad7 (patch) | |
tree | 10a10d49ebfce8e02cb2a662a7e84a7fdd359789 | |
parent | d32034fe3001f2e3686d98b3a22178422393dfa6 (diff) |
php-horde-Horde-Browser: cleanups
-rw-r--r-- | php-horde-Horde-Browser.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-horde-Horde-Browser.spec b/php-horde-Horde-Browser.spec index 31abfe1..ea199ff 100644 --- a/php-horde-Horde-Browser.spec +++ b/php-horde-Horde-Browser.spec @@ -17,13 +17,15 @@ Source1: find-lang.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: php-pear +BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) BuildRequires: gettext Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 +Requires: php-pcre +Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 |