diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:55:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:55:48 +0200 |
commit | 8d1aaf864bce0cd17c16a7c616e39796a5cccdd6 (patch) | |
tree | 19a836c160af6ded0a018393250859cc43d06c6f | |
parent | c065f13dad26350f8bdec69e02eee138f4b52151 (diff) |
php-symfony2-Validator: sync
-rw-r--r-- | php-symfony2-Validator.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-symfony2-Validator.spec b/php-symfony2-Validator.spec index ac32d96..8824974 100644 --- a/php-symfony2-Validator.spec +++ b/php-symfony2-Validator.spec @@ -11,7 +11,7 @@ Summary: Symfony2 %{pear_name} Component Group: Development/Libraries License: MIT -URL: http://symfony.com/components +URL: http://symfony.com/doc/current/components/index.html Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -97,7 +97,6 @@ Optional dependencies: APC, DoctrineCommon # Symfony2 %{pear_name} PEAR package. set_include_path( - '%{pear_phpdir}'.PATH_SEPARATOR. '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR. get_include_path() ); @@ -160,7 +159,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" \ || : Temporarily ignore failed tests @@ -185,6 +186,9 @@ fi %changelog +* Mon Apr 15 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 |