From 78e9c237be7941cdcfbd18428a0a2fafeaa75559 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Nov 2012 22:56:43 +0100 Subject: php-horde-Horde-Ldap 2.0.1 --- php-horde-Horde-Ldap.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/php-horde-Horde-Ldap.spec b/php-horde-Horde-Ldap.spec index cf71410..f7d001e 100644 --- a/php-horde-Horde-Ldap.spec +++ b/php-horde-Horde-Ldap.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Ldap -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Horde LDAP libraries @@ -18,7 +18,7 @@ BuildArch: noarch BuildRequires: php-pear(PEAR) >= 1.7.0 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 Requires(post): %{__pear} Requires(postun): %{__pear} @@ -66,7 +66,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit -d date.timezone=UTC AllTests.php +phpunit\ + -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + -d date.timezone=UTC \ + . %post @@ -90,5 +93,8 @@ fi %changelog +* Mon Nov 19 2012 Remi Collet - 2.0.1-1 +- Update to 2.0.1 for remi repo + * Thu Nov 8 2012 Remi Collet - 2.0.0-1 - initial package -- cgit