diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-29 11:07:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-29 11:07:19 +0200 |
commit | 0f5f0b4004b8b233d3a2399a89ba00d3885fda83 (patch) | |
tree | 69b2bf95b8d57e35f0d16abc06de0ae440655339 /php-phpunit-phploc.spec | |
parent | a3538a72491e17c29339919b67ff9e210208e05b (diff) |
php-phpunit-phploc: review autoloader
Diffstat (limited to 'php-phpunit-phploc.spec')
-rw-r--r-- | php-phpunit-phploc.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-phpunit-phploc.spec b/php-phpunit-phploc.spec index 0f7eb2f..685601a 100644 --- a/php-phpunit-phploc.spec +++ b/php-phpunit-phploc.spec @@ -18,7 +18,7 @@ Name: php-phpunit-phploc Version: 2.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for quickly measuring the size of a PHP project Group: Development/Libraries @@ -46,6 +46,7 @@ BuildRequires: php-composer(sebastian/version) >= 1.0.3 BuildRequires: php-composer(sebastian/version) < 2 BuildRequires: php-composer(symfony/console) >= 2.5 BuildRequires: php-composer(symfony/console) < 3 +# For our autoloader BuildRequires: php-composer(symfony/class-loader) %endif @@ -110,7 +111,7 @@ install -D -p -m 755 phploc %{buildroot}%{_bindir}/phploc %if %{with_tests} %check phpunit \ - --bootstrap src/autoload.php \ + --bootstrap %{buildroot}%{php_home}/PHPLOC/autoload.php \ --verbose tests %endif @@ -137,6 +138,9 @@ fi %changelog +* Mon Jun 29 2015 Remi Collet <remi@fedoraproject.org> - 2.1.3-2 +- switch to $fedoraClassLoader autoloader + * Thu Jun 4 2015 Remi Collet <remi@fedoraproject.org> - 2.1.3-1 - update to 2.1.3 - improve autoloader |