diff options
| -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  | 
