summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-expressive-template.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-expressive-template.spec')
-rw-r--r--php-zendframework-zend-expressive-template.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-zendframework-zend-expressive-template.spec b/php-zendframework-zend-expressive-template.spec
index 31d023e..9fd8177 100644
--- a/php-zendframework-zend-expressive-template.spec
+++ b/php-zendframework-zend-expressive-template.spec
@@ -22,7 +22,7 @@
Name: php-%{gh_owner}-%{gh_project}
Version: 1.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: %{sublib} subcomponent for %{library}
Group: Development/Libraries
@@ -124,15 +124,15 @@ EOF
run=0
ret=0
if which php56; then
- php56 %{_bindir}/phpunit --include-path=%{buildroot}%{php_home} || ret=1
+ php56 %{_bindir}/phpunit || ret=1
run=1
fi
if which php71; then
- php70 %{_bindir}/phpunit --include-path=%{buildroot}%{php_home} || ret=1
+ php70 %{_bindir}/phpunit || ret=1
run=1
fi
if [ $run -eq 0 ]; then
-%{_bindir}/phpunit --include-path=%{buildroot}%{php_home} --verbose
+%{_bindir}/phpunit --verbose
# remirepo:2
fi
exit $ret
@@ -156,6 +156,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Jul 2 2016 Remi Collet <remi@fedoraproject.org> - 1.2.0-2
+- cleanup
+
* Fri Jul 1 2016 Remi Collet <remi@fedoraproject.org> - 1.2.0-1
- initial package