From: Hyunjin Park Date: Wed, 25 Mar 2015 06:04:07 +0000 (+0900) Subject: build error fix - modify tizen_profile_name X-Git-Tag: submit/tizen_tv/20150603.064601~1^2~245^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2186e151f1f70cbea6cc5595bc4f21c7c9efe45;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git build error fix - modify tizen_profile_name Change-Id: Idc4d9b707a0ca2927a3ec46087371af1f40db55f --- diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 5cf0b63a..d10e5737 100755 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -16,7 +16,7 @@ Source0: %{name}-%{version}.tar.gz #################################################################### # Mobile Profile : Kiran(SM-Z130H), Redwood(SM-Z910F) # #################################################################### -%if "%{?profile}" == "mobile" +%if "%{?tizen_profile_name}" == "mobile" %define tizen_feature_account_support 1 %define tizen_feature_alarm_support 1 @@ -64,7 +64,7 @@ Source0: %{name}-%{version}.tar.gz #################################################################### # Wearable Profile : Gear3(Ponte) # #################################################################### -%if "%{?profile}" == "wearable" +%if "%{?tizen_profile_name}" == "wearable" %define tizen_feature_account_support 0 %define tizen_feature_alarm_support 0 @@ -112,7 +112,7 @@ Source0: %{name}-%{version}.tar.gz #################################################################### # TV Profile # #################################################################### -%if "%{?profile}" == "tv" +%if "%{?tizen_profile_name}" == "tv" %define tizen_feature_account_support 0 %define tizen_feature_alarm_support 0