From a1042e4fbeea9004acaa6621aab40f2ebcbae5fc Mon Sep 17 00:00:00 2001 From: "jin0.kim" Date: Tue, 8 Dec 2015 18:08:54 +0830 Subject: [PATCH] Exclude TV, Wearable profile Change-Id: I4b5a77642ccd6f557ccd9b7d0134bb7e220f4875 --- packaging/org.tizen.quickpanel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/org.tizen.quickpanel.spec b/packaging/org.tizen.quickpanel.spec index 8e415dc..4afc1e3 100755 --- a/packaging/org.tizen.quickpanel.spec +++ b/packaging/org.tizen.quickpanel.spec @@ -17,11 +17,11 @@ Source103: org.tizen.quickpanel.manifest.3.0 Source103: org.tizen.quickpanel.manifest.2.4 %endif -%if "%{?tizen_profile_name}" == "wearable" +%if "%{?profile}" == "wearable" ExcludeArch: %{arm} %ix86 x86_64 %endif -%if "%{?tizen_profile_name}"=="tv" +%if "%{?profile}"=="tv" ExcludeArch: %{arm} %ix86 x86_64 %endif -- 2.7.4