diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-27 17:01:27 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-27 17:01:27 +0100 |
commit | 6d80975e3a910836ad1838530636b424208c5a67 (patch) | |
tree | 028d691268a5ee4e8060a78233f179a25aaf190b | |
parent | 11a968bc15b95b582189d252c8ec50bcaf292e50 (diff) |
horde: new approved packages + cleanups
-rw-r--r-- | php-horde-Horde-Core.spec | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec index c13b39f..442505a 100644 --- a/php-horde-Horde-Core.spec +++ b/php-horde-Horde-Core.spec @@ -6,8 +6,7 @@ # # Please, preserve the changelog entries # -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Core %global pear_channel pear.horde.org @@ -30,7 +29,7 @@ BuildRequires: php-channel(%{pear_channel}) BuildRequires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 # To run unit tests (minimal) BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 -BuildRequires: php-pear(%{pear_channel}/Horde_Url) >= 2.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Url) >= 2.1.0 BuildRequires: php-pear(%{pear_channel}/Horde_Injector) >= 2.0.0 BuildRequires: php-pear(%{pear_channel}/Horde_Group) >= 2.0.0 @@ -122,7 +121,7 @@ Requires: php-pear(%{pear_channel}/Horde_Css_Parser) >= 1.0.0 Requires: php-pear(%{pear_channel}/Horde_Css_Parser) < 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 -Requires: php-pear(%{pear_channel}/Horde_Url) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Url) >= 2.1.0 Requires: php-pear(%{pear_channel}/Horde_Url) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 |