]> git.pld-linux.org Git - packages/gem2rpm.git/blobdiff - gem2rpm.spec
tests (no longer?) need utf8 locale
[packages/gem2rpm.git] / 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.077056 seconds and 4 git commands to generate.