diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-14 06:42:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-14 06:42:17 +0100 |
commit | b28e9e915192223e628435a8f622017671916c93 (patch) | |
tree | 943f87f8be64ba4bee7ab56558cc165039bd0a7c | |
parent | 42522c83b71c85f8246a86bc38586e2f265557af (diff) |
php-horde-Horde-Rdo: cleanups
-rw-r--r-- | php-horde-Horde-Rdo.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Rdo.spec b/php-horde-Horde-Rdo.spec index b4bfd33..b1e83f5 100644 --- a/php-horde-Horde-Rdo.spec +++ b/php-horde-Horde-Rdo.spec @@ -1,3 +1,11 @@ +# spec file for php-horde-Horde-Rdo +# +# Copyright (c) 2012-2014 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/3.0/ +# +# Please, preserve the changelog entries +# %{!?pear_metadir: %global pear_metadir %{pear_phpdir}} %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global pear_name Horde_Rdo @@ -25,14 +33,15 @@ Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 Requires: php-date +Requires: php-dom Requires: php-pcre Requires: php-spl Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Db) < 3.0.0 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_Exception) < 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |