From b679675c2c313b957dddf5a6ea1a64dbcb49c473 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 May 2013 15:43:00 +0200 Subject: horde: cleanups --- php-horde-Horde-Cache.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'php-horde-Horde-Cache.spec') 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 -- cgit