[php-horde-Horde-Compress-Fast] fix FTBFS

Remi Collet remi at fedoraproject.org
Sun Jun 8 05:43:44 UTC 2014


commit 5efd731ddf2a21a493724e68a241b49518c8152f
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Jun 8 07:43:32 2014 +0200

    fix FTBFS

 php-horde-Horde-Compress-Fast.spec |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/php-horde-Horde-Compress-Fast.spec b/php-horde-Horde-Compress-Fast.spec
index a9b3722..4f7d7e3 100644
--- a/php-horde-Horde-Compress-Fast.spec
+++ b/php-horde-Horde-Compress-Fast.spec
@@ -1,5 +1,13 @@
+# spec file for php-horde-Horde-Compress-Fast
+#
+# Copyright (c) 2013-2014 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?__pear:       %global __pear       %{_bindir}/pear}
 %global pear_name    Horde_Compress_Fast
 %global pear_channel pear.horde.org
 
@@ -68,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 \
     .
 
@@ -96,6 +104,9 @@ fi
 
 
 %changelog
+* Sun Jun 08 2014 Remi Collet <remi at fedoraproject.org> - 1.0.2-2
+- fix FTBFS (include path for test)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list