From a3355e9a2da1e3f7383bb0f669a36298113f03e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Feb 2014 07:30:13 +0100 Subject: php-horde-Horde-Http: 2.0.5 --- php-horde-Horde-Http.spec | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/php-horde-Horde-Http.spec b/php-horde-Horde-Http.spec index df8d105..3308b2a 100644 --- a/php-horde-Horde-Http.spec +++ b/php-horde-Horde-Http.spec @@ -1,4 +1,13 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Mail +# +# Copyright (c) 2012-2014 Nick Bebout, Remi Collet +# +# License: MIT +# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense +# +# Please, preserve the changelog entries +# +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Http %global pear_channel pear.horde.org @@ -6,7 +15,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Http -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Horde HTTP libraries @@ -75,9 +84,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check %if %{with_tests} +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 \ . %else @@ -106,6 +116,9 @@ fi %changelog +* Tue Feb 25 2014 Remi Collet - 2.0.5-1 +- Update to 2.0.5 + * Tue Aug 27 2013 Remi Collet - 2.0.4-1 - Update to 2.0.4 -- cgit