Debug packages should not be created when nodebug
flag is passed. The libraries don't contain debug
information so these steps (extract debug info,
create debug packages) only result in longer build
process.
Change-Id: I6599916b263bbbc2d2bee20d44bfc3069127ac10
Issue-Id: CBEFL-150
Signed-off-by: Tomasz Olszak <t.olszak@samsung.com>
+%if 0%{?nodebug}
+%global __debug_install_post %{nil}
+%global debug_package %{nil}
+%endif
+
Name: org.tizen.chromium-efl
Summary: Chromium EFL
# Set by by scripts/update-chromium-version.sh