From: MyungJoo Ham Date: Mon, 29 Aug 2016 08:09:25 +0000 (+0900) Subject: Add comment in spec file to avoid misunderstandings X-Git-Tag: submit/tizen/20160831.045905^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a872fccf94a01536ba0e7fdfb57a01ac79f517c4;p=tools%2Fttrace.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: I43bc94b0d29c429d6021efff27a667a4b3c5644f Signed-off-by: MyungJoo Ham --- diff --git a/packaging/ttrace.spec b/packaging/ttrace.spec index 14ca0c4..00be832 100755 --- a/packaging/ttrace.spec +++ b/packaging/ttrace.spec @@ -17,6 +17,7 @@ BuildRequires: cmake %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