From: Seonah Moon Date: Wed, 9 Dec 2015 01:05:45 +0000 (+0900) Subject: Replace 'tizen_profile_name' to 'profile' for Tizen 3.0 X-Git-Tag: accepted/tizen/mobile/20151210.023853^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F53699%2F1;p=platform%2Fcore%2Fapi%2Ftethering.git Replace 'tizen_profile_name' to 'profile' for Tizen 3.0 Change-Id: Ib0cdc32ddb6a0e91d81cd77d654253dbbe478831 Signed-off-by: Seonah Moon --- diff --git a/packaging/capi-network-tethering.spec b/packaging/capi-network-tethering.spec index bcff158..4c67732 100644 --- a/packaging/capi-network-tethering.spec +++ b/packaging/capi-network-tethering.spec @@ -1,6 +1,6 @@ Name: capi-network-tethering Summary: Tethering Framework -Version: 1.0.20 +Version: 1.0.21 Release: 1 Group: System/Network License: Apache-2.0 @@ -38,10 +38,10 @@ export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE" export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" %cmake -DCMAKE_BUILD_TYPE="Private" \ -%if "%{?tizen_profile_name}" == "wearable" +%if "%{?profile}" == "wearable" -DTIZEN_WEARABLE=1 \ %else -%if "%{?tizen_profile_name}" == "mobile" +%if "%{?profile}" == "mobile" -DTIZEN_MOBILE=1 \ %endif %endif