From b9896199c8f4587f2c8cb916dd195666925c62b6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Nov 2012 20:40:49 +0100 Subject: php-horde-Horde-Translation: 2.0.1 --- php-horde-Horde-Translation.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php-horde-Horde-Translation.spec') diff --git a/php-horde-Horde-Translation.spec b/php-horde-Horde-Translation.spec index f5b249a..ad9f351 100644 --- a/php-horde-Horde-Translation.spec +++ b/php-horde-Horde-Translation.spec @@ -7,8 +7,8 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Translation -Version: 2.0.0 -Release: 2%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Horde translation library Group: Development/Libraries @@ -91,7 +91,10 @@ cat %{pear_name}.lang %check %if %{with_tests} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit AllTests.php +phpunit\ + -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + -d date.timezone=UTC \ + . %else : Test disabled, missing '--with tests' option. %endif @@ -124,9 +127,13 @@ fi %dir %{pear_testdir}/Horde_Translation/Horde/Translation/locale/de %dir %{pear_testdir}/Horde_Translation/Horde/Translation/locale/de/LC_MESSAGES %{pear_testdir}/Horde_Translation/Horde/Translation/*.php +%{pear_testdir}/Horde_Translation/Horde/Translation/phpunit.xml %changelog +* Mon Nov 19 2012 Remi Collet - 2.0.1-1 +- Update to 2.0.1 for remi repo + * Mon Nov 5 2012 Remi Collet - 2.0.0-2 - make test optionnal -- cgit