Added __debug_install_post to avoid a debug procedure 13/115713/1
authorGeunsik Lim <geunsik.lim@samsung.com>
Tue, 21 Feb 2017 05:52:00 +0000 (14:52 +0900)
committerGeunsik Lim <geunsik.lim@samsung.com>
Tue, 21 Feb 2017 05:52:00 +0000 (14:52 +0900)
"%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>
packaging/building-blocks.spec

index d683a58..0d1fbb6 100644 (file)
@@ -1,4 +1,5 @@
 # There are meta packages only.
+%define __debug_install_post %{nil}
 %define debug_package %{nil}
 
 Name:          building-blocks