From 9bdc6556d2b33b264ece5fb9a35531be60c3a0f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jun 2015 14:20:01 +0200 Subject: php-phpunit-comparator: manage dependencies in autoloader --- php-phpunit-comparator.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-phpunit-comparator.spec b/php-phpunit-comparator.spec index 21c5484..647c9d3 100644 --- a/php-phpunit-comparator.spec +++ b/php-phpunit-comparator.spec @@ -20,7 +20,7 @@ Name: php-phpunit-comparator Version: 1.1.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Compare PHP values for equality Group: Development/Libraries @@ -65,6 +65,12 @@ This component provides the functionality to compare PHP values for equality. # Generate the Autoloader phpab --output src/autoload.php src +cat <phpunit.xml phpunit \ - --include-path %{_datadir}/php \ + --include-path %{buildroot}%{_datadir}/php \ --bootstrap tests/bootstrap.php %else : bootstrap build with test suite disabled @@ -99,6 +105,9 @@ rm -rf %{buildroot} %changelog +* Mon Jun 29 2015 Remi Collet - 1.1.1-3 +- manage dependencies in autoloader + * Fri Jan 30 2015 Remi Collet - 1.1.1-1 - update to 1.1.1 - raise dependency on sebastian/diff >= 1.2 -- cgit