diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-02 13:51:50 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-02 13:51:50 +0200 |
commit | d4324403ae120ad712685b82565cd9e28432c888 (patch) | |
tree | 057ee971f3e38ee06372537fcee616f7399f8e09 | |
parent | ea7d889b2c5a214b690c765e2b2fb1d922e27df9 (diff) |
php-zendframework-zend-expressive-template: cleanup
-rw-r--r-- | php-zendframework-zend-expressive-template.spec | 11 |
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 |