Exclude TV & Wearable profile
[apps/core/preloaded/lockscreen.git] / packaging / org.tizen.lockscreen.spec
index 86d206f..c503391 100755 (executable)
@@ -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