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

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