From 7ca15470fba6f4cd18f7d308a0c9bac0caa21e0b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Feb 2013 06:11:13 +0100 Subject: php-horde-Horde-Exception: 2.0.3 --- php-horde-Horde-Exception.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/php-horde-Horde-Exception.spec b/php-horde-Horde-Exception.spec index 19680cc..fbb7d1f 100644 --- a/php-horde-Horde-Exception.spec +++ b/php-horde-Horde-Exception.spec @@ -1,4 +1,3 @@ -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global pear_name Horde_Exception %global pear_channel pear.horde.org @@ -7,18 +6,19 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Exception -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} Summary: Horde Exception Handler Group: Development/Libraries -License: LGPLv2+ +License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: gettext +BuildRequires: php(language) >= 5.3.0 BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) %if %{with_tests} @@ -44,8 +44,7 @@ Application Framework. %prep -%setup -q -c -T -tar xif %{SOURCE0} +%setup -q -c cd %{pear_name}-%{version} @@ -87,9 +86,10 @@ done | tee ../%{pear_name}.lang %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 \ + -d include_path=$src/lib:.:%{pear_phpdir} \ -d date.timezone=UTC \ . %else @@ -120,6 +120,9 @@ fi %changelog +* Mon Feb 11 2013 Remi Collet - 2.0.3-1 +- Update to 2.0.3 + * Wed Jan 9 2013 Remi Collet - 2.0.2-1 - Update to 2.0.2 for remi repo - use local script instead of find_lang -- cgit