From 41ef265d64c77ba7ef66cf8ab140b2b11c6f123c Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Wed, 9 Dec 2015 10:05:45 +0900 Subject: [PATCH] Replace 'tizen_profile_name' to 'profile' for Tizen 3.0 Change-Id: Ib0cdc32ddb6a0e91d81cd77d654253dbbe478831 Signed-off-by: Seonah Moon --- packaging/capi-network-tethering.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4