diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-17 09:06:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-17 09:06:14 +0100 |
commit | f31cb4b434ae34cccc3719ef9ac6ae9021605b76 (patch) | |
tree | 3095bcf1dd2709d6b6a6bdca81d78aa8aa8367cc /php-icewind-streams.spec | |
parent | ed865214b954ccba921d203b2f71ab56d4ab29f2 (diff) |
php-icewind-smb: 1.0.6
Diffstat (limited to 'php-icewind-streams.spec')
-rw-r--r-- | php-icewind-streams.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec index 2d524ad..d0ed0c6 100644 --- a/php-icewind-streams.spec +++ b/php-icewind-streams.spec @@ -85,6 +85,9 @@ echo "require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_name}/autoload.php' : Run the test suite %{_bindir}/phpunit --verbose +if which php70; then + php70 %{_bindir}/phpunit --verbose +fi %clean rm -rf %{buildroot} @@ -105,4 +108,4 @@ rm -rf %{buildroot} - version 0.3.0 * Tue Sep 1 2015 Remi Collet <remi@fedoraproject.org> - 0.2.0-1 -- initial package, version 0.2.0
\ No newline at end of file +- initial package, version 0.2.0 |