From ee51d984848ff2e53b1fa1a88f599bb40bf0494b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Jun 2014 09:49:19 +0200 Subject: horde: fix FTBFS (include path) + cleanups --- php-horde-Horde-Compress-Fast.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Compress-Fast.spec b/php-horde-Horde-Compress-Fast.spec index fcf4939..8131f6a 100644 --- a/php-horde-Horde-Compress-Fast.spec +++ b/php-horde-Horde-Compress-Fast.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Compress_Fast %global pear_channel pear.horde.org @@ -76,7 +76,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) phpunit \ - -d include_path=$src/lib:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . -- cgit