diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-26 14:18:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-26 14:18:33 +0100 |
commit | 88ff688c5f377f3e2c4fcc9f170a33b9e900ea48 (patch) | |
tree | 4b165a4a3a05bc2907ffe550380ed4ae4cfd6a79 | |
parent | 3d287be561c7e1e3cdfc6ec810a0752ebc3ca6d3 (diff) |
php-horde-Horde-Notification: optional dep.
-rw-r--r-- | php-horde-Horde-Notification.spec | 5 |
1 files changed, 5 insertions, 0 deletions
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} |