From 6d6dc41b38f981a275ce1df79e133afd4d7272ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Apr 2014 08:44:29 +0200 Subject: php-horde-Horde-Ldap: 2.0.4 --- php-horde-Horde-Ldap.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/php-horde-Horde-Ldap.spec b/php-horde-Horde-Ldap.spec index 1c386ee..3708567 100644 --- a/php-horde-Horde-Ldap.spec +++ b/php-horde-Horde-Ldap.spec @@ -6,12 +6,12 @@ # # Please, preserve the changelog entries # -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Ldap %global pear_channel pear.horde.org Name: php-horde-Horde-Ldap -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: Horde LDAP libraries @@ -74,9 +74,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check +src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit\ - -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ +phpunit \ + --include-path=$src/lib \ -d date.timezone=UTC \ . @@ -102,6 +103,9 @@ fi %changelog +* Fri Apr 04 2014 Remi Collet - 2.0.4-1 +- Update to 2.0.4 + * Mon Oct 28 2013 Remi Collet - 2.0.3-1 - Update to 2.0.3 -- cgit