From: MyungJoo Ham Date: Mon, 5 Dec 2016 11:19:46 +0000 (+0900) Subject: Code Clean: gbs warning removed X-Git-Tag: submit/tizen/20170421.061836~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F102347%2F8;p=platform%2Fcore%2Fapi%2Fefl-util.git Code Clean: gbs warning removed The previous macro incurred a few hundreds (if not thousands) of: ... [ 125s] Warning: spec file parser line 56: macro too deeply nested [ 125s] Warning: spec file parser line 56: macro too deeply nested [ 125s] Warning: spec file parser line 56: macro too deeply nested [ 125s] Warning: spec file parser line 56: macro too deeply nested [ 125s] Warning: spec file parser line 56: macro too deeply nested ... Change-Id: I4eda0d29167a1e12d93b9d00c7242af13d0bd460 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/capi-ui-efl-util.spec b/packaging/capi-ui-efl-util.spec index 60f460c..f4d4f3a 100644 --- a/packaging/capi-ui-efl-util.spec +++ b/packaging/capi-ui-efl-util.spec @@ -20,7 +20,7 @@ BuildRequires: pkgconfig(capi-system-info) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libtbm) -%global TZ_SYS_RO_SHARE %{?TZ_SYS_RO_SHARE:%TZ_SYS_RO_SHARE}%{!?TZ_SYS_RO_SHARE:/usr/share} +%{!?TZ_SYS_RO_SHARE: %global TZ_SYS_RO_SHARE /usr/share} %description An EFL utility library in SLP C API.