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

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