diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-10 09:44:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-10 09:44:12 +0100 |
commit | 4625f615f827b87e5371aa2057935df9e24588ff (patch) | |
tree | 91930733cf505cf61df29216582a598f845853f7 | |
parent | 7dd7a68fdd8f091b08c463b191e56a9f9a80b986 (diff) |
php-horde-*: minor cleanup
-rw-r--r-- | php-horde-Horde-Crypt-Blowfish.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec index 374768d..0378975 100644 --- a/php-horde-Horde-Crypt-Blowfish.spec +++ b/php-horde-Horde-Crypt-Blowfish.spec @@ -22,7 +22,8 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear(PEAR) +BuildRequires: php(language) >= 5.3.0 +BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-hash BuildRequires: php-mcrypt BuildRequires: php-channel(%{pear_channel}) @@ -31,7 +32,7 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php-common >= 5.3.0 +Requires: php(language) >= 5.3.0 Requires: php-hash Requires: php-mcrypt Requires: php-openssl |