summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-View.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-19 21:41:02 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-19 21:41:02 +0100
commit28aaae7a4e426be9ece660f3008ae8a159641b8d (patch)
tree3caa8416e6b0b231d4419de42823b7da7fe38630 /php-horde-Horde-View.spec
parentb5e5b26b9161315302c5fa5d57df49595673af50 (diff)
php-horde-Horde-View 2.0.1
Diffstat (limited to 'php-horde-Horde-View.spec')
-rw-r--r--php-horde-Horde-View.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-Horde-View.spec b/php-horde-Horde-View.spec
index ddeb2e1..92ee30f 100644
--- a/php-horde-Horde-View.spec
+++ b/php-horde-Horde-View.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-View
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Horde View API
@@ -18,7 +18,7 @@ BuildArch: noarch
BuildRequires: php-pear
BuildRequires: php-channel(%{pear_channel})
# To run unit tests
-BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0
+BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
BuildRequires: php-pear(%{pear_channel}/Horde_Controller) >= 2.0.0
Requires(post): %{__pear}
@@ -70,7 +70,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
# Ignore test results for now ( > vs /> )
-phpunit AllTests.php || exit 0
+phpunit\
+ -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+ -d date.timezone=UTC \
+ . || exit 0
%post
@@ -94,6 +97,9 @@ fi
%changelog
+* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1
+- Update to 2.0.1 for remi repo
+
* Fri Nov 2 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1
- Update to 2.0.0 for remi repo