diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 20:40:49 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 20:40:49 +0100 | 
| commit | b9896199c8f4587f2c8cb916dd195666925c62b6 (patch) | |
| tree | 81058d2ba522ee58133f666f4b3fce01f6cefbbd | |
| parent | 94a2d73bf6083d919f84611d1fc3c56991a120ed (diff) | |
php-horde-Horde-Translation: 2.0.1
| -rw-r--r-- | php-horde-Horde-Translation.spec | 13 | 
1 files changed, 10 insertions, 3 deletions
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 <RPMS@FamilleCollet.com> - 2.0.1-1 +- Update to 2.0.1 for remi repo +  * Mon Nov  5 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-2  - make test optionnal  | 
