]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- restore %{debug_package}, this time in %prep overload
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 30 Jan 2008 21:04:27 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.422

rpm.macros

index a44c14bb22d2fc62c82211dc229f1ac4aa251adf..2e5b530fe2753b7f73cfdb0fb52ae3e37ed08a95 100644 (file)
@@ -205,6 +205,14 @@ CXXFLAGS="%{rpmcxxflags}" \
        %{?configure_cache:--cache-file=%{configure_cache_file:-%{buildroot}.configure.cache}} \
 }
 
+# overload to insert debuginfo package
+%prep \
+%if 0%{?_enable_debug_packages}\
+%{debug_package}\
+%endif\
+%%prep\
+%{nil}
+
 # Location of autoconf macros
 %_aclocaldir   %(aclocal --print-ac-dir)
 
This page took 0.110744 seconds and 4 git commands to generate.