diff options
| -rw-r--r-- | php-horde-Horde-Alarm.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Alarm.spec b/php-horde-Horde-Alarm.spec index 245a77b..a7ac3c0 100644 --- a/php-horde-Horde-Alarm.spec +++ b/php-horde-Horde-Alarm.spec @@ -1,4 +1,3 @@ -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}  %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}  %global pear_name    Horde_Alarm  %global pear_channel pear.horde.org @@ -16,6 +15,7 @@ Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root  BuildArch:      noarch  BuildRequires:  gettext +BuildRequires:  php(language) >= 5.3.0  BuildRequires:  php-pear(PEAR) >= 1.7.0  BuildRequires:  php-channel(%{pear_channel})  # To run unit tests  | 
