diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-06-08 09:49:19 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-06-08 09:49:19 +0200 | 
| commit | ee51d984848ff2e53b1fa1a88f599bb40bf0494b (patch) | |
| tree | 54c8a5eddfb15d9571670fa1eea6f2a0e54abdd1 | |
| parent | c73ac04c0024bb760f499632411755cfc868e28b (diff) | |
horde: fix FTBFS (include path) + cleanups
| -rw-r--r-- | php-horde-Horde-Compress-Fast.spec | 4 | 
1 files 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 \      . | 
