diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 09:53:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 09:53:20 +0200 |
commit | 2b768efb20c9538f146d0619f1a37d7f51313281 (patch) | |
tree | 2a34c003253740db24f6260f6ce22eebf52cb0db | |
parent | 017aec3ca0de6706b2bd7945f2ddb002caf2a7ff (diff) |
php-symfony2-Process: sync
-rw-r--r-- | php-symfony2-Process.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-symfony2-Process.spec b/php-symfony2-Process.spec index d513fc4..9e67086 100644 --- a/php-symfony2-Process.spec +++ b/php-symfony2-Process.spec @@ -54,7 +54,6 @@ The Process Component executes commands in sub-processes. # Symfony2 %{pear_name} PEAR package. set_include_path( - '%{pear_phpdir}'.PATH_SEPARATOR. '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR. get_include_path() ); @@ -115,10 +114,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" \ - || : Temporarily ignore failed tests +%{_bindir}/phpunit \ + -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}%{pear_testdir}/%{pear_name}:.:%{pear_phpdir}:%{_datadir}/php" \ + -d date.timezone="UTC" %post @@ -144,6 +144,9 @@ fi %changelog +* Sun Apr 14 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.1-1 +- Updated to 2.2.1 + * Sat Apr 06 2013 Remi Collet <remi@fedoraproject.org> - 2.2.1-1 - Update to 2.2.1 |