From aef3b8e2cae08fbc4e2675ae5bb3d233f64306ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jun 2013 09:18:33 +0200 Subject: php-symfony2-Filesystem: sync with rawhdie --- php-symfony2-Filesystem.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-symfony2-Filesystem.spec b/php-symfony2-Filesystem.spec index ddc2f8f..58c2f6e 100644 --- a/php-symfony2-Filesystem.spec +++ b/php-symfony2-Filesystem.spec @@ -56,7 +56,6 @@ The Filesystem component provides basic utilities for the filesystem. # Symfony2 %{pear_name} PEAR package. set_include_path( - '%{pear_phpdir}'.PATH_SEPARATOR. '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR. get_include_path() ); @@ -119,9 +118,11 @@ install -pm 0644 ../phpunit.autoloader.php \ %check cd %{pear_name}-%{version}/Symfony/Component/%{pear_name} -sed 's#./phpunit.autoloader.php#./autoloader.php#' -i phpunit.xml.dist +cp ../../../../phpunit.autoloader.php . -%{_bindir}/phpunit -d date.timezone="UTC" +%{_bindir}/phpunit \ + -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}%{pear_testdir}/%{pear_name}:.:%{pear_phpdir}:%{_datadir}/php" \ + -d date.timezone="UTC" %post @@ -147,6 +148,9 @@ fi %changelog +* Sun Apr 14 2013 Shawn Iwinski 2.2.1-1 +- Updated to 2.2.1 + * Sat Apr 06 2013 Remi Collet - 2.2.1-1 - Update to 2.2.1 (no change) -- cgit