diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-06 16:26:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-06 16:26:18 +0100 |
commit | 7e1a841e6aa19430471676e068f762a968f41a65 (patch) | |
tree | 938268aa3a0faaf2fa4a49f9bcb841d2b6616a09 | |
parent | 55306854c73a2d5aaa7535964929677cb8b6f9d3 (diff) |
php-horde-Horde-Lock: cleanups
-rw-r--r-- | php-horde-Horde-Lock.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/php-horde-Horde-Lock.spec b/php-horde-Horde-Lock.spec index fbd951f..1f92727 100644 --- a/php-horde-Horde-Lock.spec +++ b/php-horde-Horde-Lock.spec @@ -15,17 +15,25 @@ 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}) Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 +Requires: php-date +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 Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Support) >= 3.0.0 +# Optionals +Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Log) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Log) >= 3.0.0 + Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |