Blame SOURCES/0001-Drop-un-setting-LANG-and-DISPLAY-in-various-build-st.patch

eaaa62
From 17d08cd3942405e20889ba7d420191993c93a12f Mon Sep 17 00:00:00 2001
eaaa62
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
eaaa62
Date: Sun, 25 Sep 2011 11:25:34 +0300
eaaa62
Subject: [PATCH] Drop (un)setting LANG and DISPLAY in various build stages.
eaaa62
eaaa62
rpm >= 4.8.0 takes care of that itself.
eaaa62
---
eaaa62
 macros |   21 ---------------------
eaaa62
 1 files changed, 0 insertions(+), 21 deletions(-)
eaaa62
eaaa62
Index: redhat-rpm-config-9.1.0/macros
eaaa62
===================================================================
eaaa62
--- redhat-rpm-config-9.1.0.orig/macros
eaaa62
+++ redhat-rpm-config-9.1.0/macros
eaaa62
@@ -131,29 +131,8 @@ package or when debugging this package.\
eaaa62
 %endif\
eaaa62
 %{nil}
eaaa62
 
eaaa62
-# Bad hack to set $LANG to C during all RPM builds
eaaa62
-%prep \
eaaa62
-%%prep\
eaaa62
-LANG=C\
eaaa62
-export LANG\
eaaa62
-unset DISPLAY\
eaaa62
-%{nil}
eaaa62
-
eaaa62
-%build %%build\
eaaa62
-LANG=C\
eaaa62
-export LANG\
eaaa62
-unset DISPLAY\
eaaa62
-%{nil}
eaaa62
-
eaaa62
 %install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\
eaaa62
 %%install\
eaaa62
-LANG=C\
eaaa62
-export LANG\
eaaa62
-unset DISPLAY\
eaaa62
-%{nil}
eaaa62
-
eaaa62
-%check %%check\
eaaa62
-unset DISPLAY\
eaaa62
 %{nil}
eaaa62
 
eaaa62
 #