summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Group.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Group.spec')
-rw-r--r--php-horde-Horde-Group.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/php-horde-Horde-Group.spec b/php-horde-Horde-Group.spec
index 646aa6f..c6e3665 100644
--- a/php-horde-Horde-Group.spec
+++ b/php-horde-Horde-Group.spec
@@ -4,8 +4,8 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Group
-Version: 2.0.0
-Release: 2%{?dist}
+Version: 2.0.1
+Release: 1%{?dist}
Summary: Horde User Groups System
Group: Development/Libraries
@@ -18,12 +18,13 @@ 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_Db) >= 2.0.0
Requires(post): %{__pear}
Requires(postun): %{__pear}
Requires: php(language) >= 5.3.0
+Requires: php-pcre
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0
@@ -67,7 +68,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:)
-phpunit AllTests.php
+phpunit\
+ -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+ -d date.timezone=UTC \
+ .
%post
@@ -91,6 +95,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-2
- fix provides (missing channel)