From: MyungJoo Ham Date: Mon, 29 Aug 2016 08:11:40 +0000 (+0900) Subject: Add comment in spec file to avoid misunderstandings X-Git-Tag: submit/tizen/20160831.045905^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=tools%2Fttrace-extension.git Add comment in spec file to avoid misunderstandings The build macro "tizen_profile_name" is not used in Tizen.org OBS (build.tizen.org), but it can be used by vendors to enable optional features. This patch clarifies that such a macro is not for Tizen.org OBS. Change-Id: I4aca3160d237cb9b4ae78b7f9d6865cf50e229d8 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/ttrace-extension.spec b/packaging/ttrace-extension.spec index 216c76a..56b6d07 100755 --- a/packaging/ttrace-extension.spec +++ b/packaging/ttrace-extension.spec @@ -11,6 +11,7 @@ BuildRequires: pkgconfig(capi-base-common) %define keepstatic 1 +# tizen_profile_name is for optional features that are not built in Tizen Public OBS. %define TTRACE_PROFILE none %if "%{?tizen_profile_name}" == "mobile" %define TTRACE_PROFILE mobile