diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-04 09:07:23 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-04 09:07:23 +0100 |
commit | f41aa3f76909ce85e203bfc23d8c65f68f4d70df (patch) | |
tree | 159058f2dd7066a3f7b0d8e51f36ef60152fc75b | |
parent | ed471224a2f5f8c032170a505c68aeb19ff74fc9 (diff) |
minor
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 70c0aca..2275eea 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -9,7 +9,7 @@ %{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Imap_Client %global pear_channel pear.horde.org -%global with_tests %{?_without_tests:0}%{!?_without_tests:1} +%global with_tests 0%{!?_without_tests:1} Name: php-horde-Horde-Imap-Client Version: 2.29.17 @@ -162,7 +162,7 @@ done | tee ../%{pear_name}.lang %check %if %{with_tests} -export LANG=fr_FR.utf8 +export LANG=C.UTF-8 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) ret=0 |