summaryrefslogtreecommitdiffstats
path: root/php-phpspec-prophecy.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-28 07:51:39 +0100
committerRemi Collet <fedora@famillecollet.com>2015-10-28 07:51:39 +0100
commitcd49dddbe047114224caa56a8bedf938c2cd200d (patch)
tree6abaa6b3943c885e185573db0ce66dee0678ecdd /php-phpspec-prophecy.spec
parentb5992fe44144871f99bda2e7d4c74d0231a536e4 (diff)
php-phpspec-prophecy: fix autoloader
Diffstat (limited to 'php-phpspec-prophecy.spec')
-rw-r--r--php-phpspec-prophecy.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec
index a4548f5..2b977a7 100644
--- a/php-phpspec-prophecy.spec
+++ b/php-phpspec-prophecy.spec
@@ -20,7 +20,7 @@
Name: php-phpspec-prophecy
Version: 1.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Highly opinionated mocking framework for PHP
Group: Development/Libraries
@@ -88,7 +88,7 @@ cp -pr src/* %{buildroot}%{_datadir}/php
%check
%if %{with_tests}
%{_bindir}/php \
- -d include_path=.:%{buildroot}%{_datadir}/php:/usr/share/php \
+ -d include_path=.:%{buildroot}%{_datadir}/php:%{_datadir}/php \
%{_bindir}/phpspec \
run --format pretty --verbose --no-ansi
%else
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Oct 28 2015 Remi Collet <remi@fedoraproject.org> - 1.5.0-2
+- fix autolaoder, rely on include_path for symfony/class-loader
+
* Thu Aug 13 2015 Remi Collet <remi@fedoraproject.org> - 1.5.0-1
- update to 1.5.0