summaryrefslogtreecommitdiffstats
path: root/php-horde-imp.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-08 09:49:19 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-08 09:49:19 +0200
commitfc136d120a8931e838e79fe2b7bdc011bec0c522 (patch)
treeb3d4c38ae914be1da1d5ae54227a55d14e92a9e9 /php-horde-imp.spec
parent7cf49f17b67ebf579c133d0dd6db4c98a1e34423 (diff)
horde: fix FTBFS (include path) + cleanups
Diffstat (limited to 'php-horde-imp.spec')
-rw-r--r--php-horde-imp.spec3
1 files changed, 2 insertions, 1 deletions
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 \
.