diff options
-rw-r--r-- | php-simplepie.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-simplepie.spec b/php-simplepie.spec index c1b7514..43411f2 100644 --- a/php-simplepie.spec +++ b/php-simplepie.spec @@ -30,7 +30,9 @@ Patch0: %{name}-rpm.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch +%if %{with_tests} BuildRequires: php-phpunit-PHPUnit +%endif Requires: php-IDNA_Convert Requires: php-curl @@ -79,6 +81,7 @@ install -pm 644 autoloader.php \ %{buildroot}/%{_datadir}/php/%{name}/autoloader.php +%if %{with_tests} %check sed -e 's:@PATH@:%{buildroot}/%{_datadir}/php/%{name}:' \ -i tests/bootstrap.php @@ -103,6 +106,7 @@ if [ $run -eq 0 ]; then # remirepo:2 fi exit $ret +%endif %clean |