diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-23 17:15:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-23 17:15:03 +0200 |
commit | d4d113048b1d3a65b5840577cebcd150dddf7e45 (patch) | |
tree | b9cb73496d4ba2b649353de39619870e6d2d0f6f | |
parent | 5b28c8c529ae8af2fd9be01deffb1d726c5eb1fa (diff) |
php-bartlett-PHP-Reflect: sync with rawhide
-rw-r--r-- | php-bartlett-PHP-Reflect.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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} |