summaryrefslogtreecommitdiff
path: root/packaging/app-core.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/app-core.spec')
-rw-r--r--packaging/app-core.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/app-core.spec b/packaging/app-core.spec
index c1a9974..34af5a2 100644
--- a/packaging/app-core.spec
+++ b/packaging/app-core.spec
@@ -90,13 +90,13 @@ Group: Development/Libraries
%description template
Application basics template
-%if "%{?tizen_profile_name}" == "wearable"
+%if "%{?profile}" == "wearable"
%define appfw_feature_background_management 1
%else
-%if "%{?tizen_profile_name}" == "mobile"
+%if "%{?profile}" == "mobile"
%define appfw_feature_background_management 1
%else
-%if "%{?tizen_profile_name}" == "tv"
+%if "%{?profile}" == "tv"
%define appfw_feature_background_management 0
%endif
%endif