[php-horde-Horde-Stream] fix FTBFS

Remi Collet remi at fedoraproject.org
Sun Jun 8 06:53:59 UTC 2014


commit a318e8f13f7b92601f5c9795ea905c5fafa816f1
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Jun 8 08:53:49 2014 +0200

    fix FTBFS

 php-horde-Horde-Stream.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/php-horde-Horde-Stream.spec b/php-horde-Horde-Stream.spec
index 21a4a6b..1662f76 100644
--- a/php-horde-Horde-Stream.spec
+++ b/php-horde-Horde-Stream.spec
@@ -77,9 +77,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 \
     .
 
@@ -104,6 +105,9 @@ fi
 
 
 %changelog
+* Sun Jun 08 2014 Remi Collet <remi at fedoraproject.org> - 1.6.1-2
+- fix FTBFS (include path for test)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list