]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- some overloading stuff
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 9 May 2004 19:50:14 +0000 (19:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.150

rpm.macros

index 1cdc18ab033a4e0e5c63c891506e2a2d3add1fcc..2d10cc090ededbbc18ca5f9ee74fd784d2280b8e 100644 (file)
@@ -21,6 +21,9 @@
 %kgcc          gcc
 %kgcc_package  gcc
 
+# other macros
+%_enable_debug_packages 1
+
 # Build system path macros.
 #
 %__libtoolize           libtoolize --copy --force
        --x-libraries=/usr/X11R6/%{_lib} \
 }
 
+# ------------------------------------------------------------------------
+# Overloading of some basic macros
+%prep \
+%%prep\
+LANG=C\
+export LANG\
+unset DISPLAY\
+%{nil}
+
+%build %%build\
+LANG=C\
+export LANG\
+unset DISPLAY\
+%{nil}
+
+%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\
+%%install\
+LANG=C\
+export LANG\
+unset DISPLAY\
+%{nil}
+
 # ------------------------------------------------------------------------
 # Conditional build stuff.
 
This page took 0.033946 seconds and 4 git commands to generate.