From: Geunsik Lim Date: Tue, 21 Feb 2017 05:52:00 +0000 (+0900) Subject: Added __debug_install_post to avoid a debug procedure X-Git-Tag: submit/tizen/20170405.075452~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc373f5915a6150bf4b49ac958ab349ad1181423;p=tools%2Fbuilding-blocks.git Added __debug_install_post to avoid a debug procedure "%define debug_package" handle the packaging of debug-info and debug-source. "%define __debug_install_post" executes assembling work for debug rpm files after completing all statements in the install section. Let's append __debug_install_post as well as debug_package because the '.spec' file will be only used for a meta package. Change-Id: I6b14a456b457c4c3c22c1af6dfde0ea29ae70e37 Signed-off-by: Geunsik Lim --- diff --git a/packaging/building-blocks.spec b/packaging/building-blocks.spec index d683a58..0d1fbb6 100644 --- a/packaging/building-blocks.spec +++ b/packaging/building-blocks.spec @@ -1,4 +1,5 @@ # There are meta packages only. +%define __debug_install_post %{nil} %define debug_package %{nil} Name: building-blocks