From d4d113048b1d3a65b5840577cebcd150dddf7e45 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Sep 2013 17:15:03 +0200 Subject: php-bartlett-PHP-Reflect: sync with rawhide --- php-bartlett-PHP-Reflect.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec index 4f8462a..5353382 100644 --- a/php-bartlett-PHP-Reflect.spec +++ b/php-bartlett-PHP-Reflect.spec @@ -23,6 +23,7 @@ Source0: http://%{channel}/get/%{pear_name}-%{version}%{?prever}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: php(language) >= 5.2.0 BuildRequires: php-pear(PEAR) >= 1.9.0 BuildRequires: php-channel(%{channel}) # to run test suite @@ -31,6 +32,7 @@ BuildRequires: php-pear(pear.phpunit.de/PHPUnit) >= 3.6.0 Requires(post): %{__pear} Requires(postun): %{__pear} # From package.xml +Requires: php(language) >= 5.2.0 Requires: php-pear(PEAR) >= 1.9.0 Requires: php-channel(%{channel}) Requires: php-pcre @@ -73,7 +75,6 @@ mkdir -p %{buildroot}%{pear_xmldir} install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} - %check cd %{pear_name}-%{version}%{?prever} -- cgit