From dba339d64f527b1d517436fa155dd8864e4981e9 Mon Sep 17 00:00:00 2001 From: "gs86.lee" Date: Mon, 7 Dec 2015 09:15:00 +0900 Subject: [PATCH] Exclude TV & Wearable profile Change-Id: I0f2ad5d4be76e42da14a2f256e883506dddd3698 --- packaging/org.tizen.lockscreen.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/org.tizen.lockscreen.spec b/packaging/org.tizen.lockscreen.spec index 86d206f..c503391 100755 --- a/packaging/org.tizen.lockscreen.spec +++ b/packaging/org.tizen.lockscreen.spec @@ -10,11 +10,11 @@ Release: 1 License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -%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