]> git.pld-linux.org Git - packages/gem2rpm.git/commitdiff
tests (no longer?) need utf8 locale
authorElan Ruusamäe <glen@delfi.ee>
Mon, 23 May 2016 16:50:17 +0000 (19:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 23 May 2016 16:50:17 +0000 (19:50 +0300)
gem2rpm.spec

index 596522ee6967aaaa6c0d6a487e8e92469820abf1..8e46718c212cb857b5b742c41ff8396313024c65 100644 (file)
@@ -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
 
This page took 0.11091 seconds and 4 git commands to generate.