diff options
-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 |