Replace 'tizen_profile_name' to 'profile' for Tizen 3.0 99/53699/1 accepted/tizen/mobile/20151210.023853 accepted/tizen/tv/20151210.014544 accepted/tizen/wearable/20151210.013733 submit/tizen/20151209.014001
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 9 Dec 2015 01:05:45 +0000 (10:05 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 9 Dec 2015 01:05:53 +0000 (10:05 +0900)
Change-Id: Ib0cdc32ddb6a0e91d81cd77d654253dbbe478831
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/capi-network-tethering.spec

index bcff158..4c67732 100644 (file)
@@ -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