From: Maneesh Jain Date: Wed, 26 Aug 2015 09:32:29 +0000 (+0530) Subject: Fixed Tizen Profile Build Flag as per Tizen 3.0 X-Git-Tag: accepted/tizen/mobile/20150827.050622^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=44959caf2cf8216d797192e9fa4e6618c7508926;p=platform%2Fcore%2Fapi%2Fconnection.git Fixed Tizen Profile Build Flag as per Tizen 3.0 Change-Id: Id83e89e700973d9332e3b292e34366d9b603a2be Signed-off-by: Maneesh Jain --- diff --git a/packaging/capi-network-connection.spec b/packaging/capi-network-connection.spec index 746a520..2f1a080 100644 --- a/packaging/capi-network-connection.spec +++ b/packaging/capi-network-connection.spec @@ -1,6 +1,6 @@ Name: capi-network-connection Summary: Network Connection library in TIZEN C API -Version: 1.0.70 +Version: 1.0.71 Release: 1 Group: System/Network License: Apache-2.0 @@ -38,13 +38,13 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} \ %if 0%{?model_build_feature_network_dsds} == 1 -DTIZEN_DUALSIM_ENABLE=1 \ %endif -%if "%{?tizen_profile_name}" == "wearable" +%if "%{profile}" == "wearable" -DTIZEN_WEARABLE=1 \ %else -%if "%{?tizen_profile_name}" == "mobile" +%if "%{profile}" == "mobile" -DTIZEN_MOBILE=1 \ %else -%if "%{?tizen_profile_name}" == "tv" +%if "%{profile}" == "tv" -DTIZEN_TV=1 \ %endif %endif