diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-06 15:43:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-06 15:43:00 +0200 |
commit | b679675c2c313b957dddf5a6ea1a64dbcb49c473 (patch) | |
tree | 5c62aa46197d99ecd41e3e955f8e7ab826c7f24a | |
parent | e952036216474ebe8ac0c193ee11d5590cbd10eb (diff) |
horde: cleanups
-rw-r--r-- | php-horde-Horde-Cache.spec | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/php-horde-Horde-Cache.spec b/php-horde-Horde-Cache.spec index 58fcb7c..0726466 100644 --- a/php-horde-Horde-Cache.spec +++ b/php-horde-Horde-Cache.spec @@ -33,13 +33,12 @@ 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 # Optional dependencies -#Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.3 -#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 Requires: php-pear(%{pear_channel}/Horde_Memcache) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Memcache) >= 3.0.0 -# Not yet available Horde_Mongo, mongo +# Optional and omitted to avoid circular dep : Horde_Db +# Optional and not yet available: Horde_Mongo, mongo Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -50,10 +49,6 @@ store the cached data on the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator, XCache, or Zend Performance Suite's content cache), memcached, or an SQL table. -Optional dependencies: -- php-pecl-apc or php-xcache -- php-horde-Horde-Memcache - %prep %setup -q -c |