From: Mu-Woong Lee Date: Tue, 19 Apr 2016 11:00:24 +0000 (+0900) Subject: Disable TV profile build explicitly X-Git-Tag: accepted/tizen/common/20160504.125331^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67a22631d6cabcd72b529a711db94414b9d68265;p=platform%2Fcore%2Fapi%2Fcontext.git Disable TV profile build explicitly Change-Id: I121db16f70d9cf89e7d6b4d72c6d751df423ad4c Signed-off-by: Mu-Woong Lee --- diff --git a/packaging/context.spec b/packaging/context.spec index 5026475..24528a1 100644 --- a/packaging/context.spec +++ b/packaging/context.spec @@ -8,6 +8,10 @@ Source0: %{name}-%{version}.tar.gz %define BUILD_PROFILE %{?profile}%{!?profile:%{?tizen_profile_name}} +%if "%{?BUILD_PROFILE}" == "tv" +ExcludeArch: %{arm} aarch64 %ix86 x86_64 +%endif + BuildRequires: cmake BuildRequires: pkgconfig(libcontext-shared) BuildRequires: pkgconfig(aul)