diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-27 10:02:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-27 10:02:12 +0100 |
commit | ac1fbd71f48a36714c55f815f397ba97061894c4 (patch) | |
tree | 111fc9ea7e40394e6a8acd7585223de74a112692 /php-horde-Horde-Auth.spec | |
parent | 694562dcf78f9964c51cd151d0b6ecc94088c7df (diff) |
php-horde-Horde-Auth: more requires
Diffstat (limited to 'php-horde-Horde-Auth.spec')
-rw-r--r-- | php-horde-Horde-Auth.spec | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/php-horde-Horde-Auth.spec b/php-horde-Horde-Auth.spec index 2dfd915..73bf4ac 100644 --- a/php-horde-Horde-Auth.spec +++ b/php-horde-Horde-Auth.spec @@ -9,7 +9,7 @@ Release: 1%{?dist} Summary: Horde Authentication API Group: Development/Libraries -License: LGPLv2+ +License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz @@ -25,11 +25,22 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 +Requires: php-ctype +Requires: php-date +Requires: php-ftp +Requires: php-hash +Requires: php-ldap +Requires: php-pcre +Requires: php-pdo +Requires: php-spl 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_Util) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0 +# Optionnal +Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |