X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcapi-network-connection.spec;h=5c94722ebf7ccaa0caa1c042df043b73c6be0d45;hb=b25188de9e0ea6bbee2a6b82f3c593fa7a50f809;hp=746a5201d31f17d44bb2e5c6445adce95d5bb4be;hpb=3805a27498b8a4ba205a8b841291a13d0099c87d;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/packaging/capi-network-connection.spec b/packaging/capi-network-connection.spec old mode 100644 new mode 100755 index 746a520..5c94722 --- 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.75 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