"%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 <geunsik.lim@samsung.com>
# There are meta packages only.
+%define __debug_install_post %{nil}
%define debug_package %{nil}
Name: building-blocks