From: gs86.lee Date: Mon, 7 Dec 2015 00:15:00 +0000 (+0900) Subject: Exclude TV & Wearable profile X-Git-Tag: accepted/tizen/ivi/20160218.022850^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F53431%2F1;p=apps%2Fcore%2Fpreloaded%2Flockscreen.git Exclude TV & Wearable profile Change-Id: I0f2ad5d4be76e42da14a2f256e883506dddd3698 --- 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