diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-31 15:02:34 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-31 15:02:34 +0100 |
commit | 243302d9137291fcd5baf742ca790e58c98e961d (patch) | |
tree | b4aa3b3436f89b776ce337ec78cf3cb753c29522 | |
parent | 393070cbfd974c795ca8603f369e96a9438704dc (diff) |
cleanup
-rw-r--r-- | php-horde-Horde-Timezone.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-horde-Horde-Timezone.spec b/php-horde-Horde-Timezone.spec index 9dc8a68..8126e9a 100644 --- a/php-horde-Horde-Timezone.spec +++ b/php-horde-Horde-Timezone.spec @@ -14,6 +14,7 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: php-common >= 5.3.0 BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) # To run unit tests @@ -21,7 +22,7 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php(language) >= 5.3.0 +Requires: php-common >= 5.3.0 Requires: php-pcre Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) |