[packages/gem2rpm] tests (no longer?) need utf8 locale

glen glen at pld-linux.org
Mon May 23 18:50:22 CEST 2016


commit 05522086e176b2e05c3a44996618a5debd6761a6
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon May 23 19:50:17 2016 +0300

    tests (no longer?) need utf8 locale

 gem2rpm.spec | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/gem2rpm.spec b/gem2rpm.spec
index 596522e..8e46718 100644
--- a/gem2rpm.spec
+++ b/gem2rpm.spec
@@ -19,9 +19,6 @@ BuildRequires:	rpm-rubyprov
 BuildRequires:	rpmbuild(macros) >= 1.656
 %if %{with tests}
 BuildRequires:	ruby-rake
-%if %(locale -a | grep -q '^en_US$'; echo $?)
-BuildRequires:	glibc-localedb-all
-%endif
 %endif
 Requires:	pld-release
 Requires:	ruby-rubygems
@@ -54,8 +51,6 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 %build
 %if %{with tests}
-# tests need UTF-8 locale
-LC_ALL=en_US.UTF-8 \
 rake test
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gem2rpm.git/commitdiff/05522086e176b2e05c3a44996618a5debd6761a6



More information about the pld-cvs-commit mailing list