From fc136d120a8931e838e79fe2b7bdc011bec0c522 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-imp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php-horde-imp.spec b/php-horde-imp.spec index 8c8b4c1..3803cc0 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -163,6 +163,7 @@ sed -e '/%{pear_name}.po/d' \ -e '/htaccess/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml +touch -r ../package.xml %{name}.xml %build @@ -208,7 +209,7 @@ done | tee ../%{pear_name}.lang src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/Imp phpunit\ - -d include_path=$src/lib:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . -- cgit