summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-03 09:13:18 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-03 09:13:18 +0200
commit54905389f5d133f10efee867de25da4ea83dc1ec (patch)
tree794067c905b142aecebb7cacb7e3cf46d8cfbf7d
parent97e5d2beb14010e82c63e02ac416d307feb6fe86 (diff)
php-symfony2-DomCrawler: sycn with rawhide
-rw-r--r--php-symfony2-DomCrawler.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-symfony2-DomCrawler.spec b/php-symfony2-DomCrawler.spec
index 9fd74b9..09f69f6 100644
--- a/php-symfony2-DomCrawler.spec
+++ b/php-symfony2-DomCrawler.spec
@@ -63,7 +63,6 @@ The DomCrawler Component eases DOM navigation for HTML and XML documents.
# Symfony2 %{pear_name} PEAR package.
set_include_path(
- '%{pear_phpdir}'.PATH_SEPARATOR.
'%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
get_include_path()
);
@@ -124,9 +123,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
@@ -150,6 +151,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