diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-08-29 17:09:25 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-08-29 17:09:25 +0900 |
commit | a872fccf94a01536ba0e7fdfb57a01ac79f517c4 (patch) | |
tree | 0f346c3a60236f6e18558167bc21f483144aa3b5 | |
parent | 1891443319d103a542dbf4d18af66a73ec288938 (diff) | |
download | ttrace-a872fccf94a01536ba0e7fdfb57a01ac79f517c4.tar.gz ttrace-a872fccf94a01536ba0e7fdfb57a01ac79f517c4.tar.bz2 ttrace-a872fccf94a01536ba0e7fdfb57a01ac79f517c4.zip |
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 <myungjoo.ham@samsung.com>
-rwxr-xr-x | packaging/ttrace.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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 |