]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- reset of LC_ALL,LINGUAS,LANGUAGE,LC_MESSAGES moved to rpm macros.patch auto/ac/rpm-build-macros-1_417-1 auto/th/rpm-build-macros-1_417-1 auto/ti/rpm-build-macros-1_417-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 25 Jan 2008 00:23:25 +0000 (00:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.417

rpm.macros

index f531038af19d096cee1aaceabb5f398925b5033b..9f23cbebb90802881a80ebc7d0f359ff4ac83261 100644 (file)
@@ -205,40 +205,6 @@ CXXFLAGS="%{rpmcxxflags}" \
        %{?configure_cache:--cache-file=%{configure_cache_file:-%{buildroot}.configure.cache}} \
 }
 
-# ------------------------------------------------------------------------
-# Overloading of some basic macros
-%prep \
-%%prep\
-export LC_ALL=C\
-export LANG=C\
-unset LINGUAS ||:\
-unset LANGUAGE ||:\
-unset LC_MESSAGES ||:\
-unset DISPLAY ||:\
-%{nil}
-
-%build %%build\
-export LC_ALL=C\
-export LANG=C\
-unset LINGUAS ||:\
-unset LANGUAGE ||:\
-unset LC_MESSAGES ||:\
-unset DISPLAY ||:\
-%{nil}
-
-%install \
-%if 0%{?_enable_debug_packages}\
-%{?buildsubdir:%{debug_package}}\
-%endif\
-%%install\
-export LC_ALL=C\
-export LANG=C\
-unset LINGUAS ||:\
-unset LANGUAGE ||:\
-unset LC_MESSAGES ||:\
-unset DISPLAY ||:\
-%{nil}
-
 # Location of autoconf macros
 %_aclocaldir   %(aclocal --print-ac-dir)
 
This page took 0.04158 seconds and 4 git commands to generate.