From 88ff688c5f377f3e2c4fcc9f170a33b9e900ea48 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Mar 2013 14:18:33 +0100 Subject: php-horde-Horde-Notification: optional dep. --- php-horde-Horde-Notification.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php-horde-Horde-Notification.spec b/php-horde-Horde-Notification.spec index ed9249a..7017b57 100644 --- a/php-horde-Horde-Notification.spec +++ b/php-horde-Horde-Notification.spec @@ -31,6 +31,11 @@ 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 +# Optional +Requires: php-pear(%{pear_channel}/Horde_Alarm) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Alarm) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Nls) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Nls) >= 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} -- cgit