From d1dce0e144f136cb1e3f804795066cab5d7e0886 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 5 Dec 2016 20:19:46 +0900 Subject: [PATCH] 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 --- packaging/capi-ui-efl-util.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4