diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:44:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:44:29 +0200 |
commit | 6d6dc41b38f981a275ce1df79e133afd4d7272ce (patch) | |
tree | 9a0730f2886065574b7b24bca492b5b7ac3fdd5c /php-horde-Horde-Ldap.spec | |
parent | 474c50f769c38a09882385b01746559ab6691c58 (diff) |
php-horde-Horde-Ldap: 2.0.4
Diffstat (limited to 'php-horde-Horde-Ldap.spec')
-rw-r--r-- | php-horde-Horde-Ldap.spec | 12 |
1 files 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 <remi@fedoraproject.org> - 2.0.4-1 +- Update to 2.0.4 + * Mon Oct 28 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 - Update to 2.0.3 |