diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:01:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:01:39 +0200 |
commit | 92f1d28dcd739e8b4bc3306f31d01bb55fa24149 (patch) | |
tree | 838218c4e9694a3f48b2af7ea71f876510bb8069 | |
parent | f1d033906f7173fc19b4449c2c6977a3c4167aed (diff) |
php-symfony2-PropertyAccess: sync
-rw-r--r-- | php-symfony2-PropertyAccess.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-symfony2-PropertyAccess.spec b/php-symfony2-PropertyAccess.spec index 912bdda..7af283b 100644 --- a/php-symfony2-PropertyAccess.spec +++ b/php-symfony2-PropertyAccess.spec @@ -57,7 +57,6 @@ object or array using a simple string notation. # Symfony2 %{pear_name} PEAR package. set_include_path( - '%{pear_phpdir}'.PATH_SEPARATOR. '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR. '%{pear_testdir}/Form'.PATH_SEPARATOR. get_include_path() @@ -124,7 +123,9 @@ cd %{pear_name}-%{version}/Symfony/Component/%{pear_name} sed 's#./phpunit.autoloader.php#./autoloader.php#' -i phpunit.xml.dist -%{_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 @@ -150,6 +151,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 |