Remove unused build options
[platform/core/api/tethering.git] / packaging / capi-network-tethering.spec
index 46d65f9..56554d5 100644 (file)
@@ -1,6 +1,6 @@
 Name:          capi-network-tethering
 Summary:       Tethering Framework
-Version:       1.0.41
+Version:       1.0.42
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
@@ -39,13 +39,6 @@ export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
 export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
 
 %cmake -DCMAKE_BUILD_TYPE="Private" \
-%if "%{?profile}" == "wearable"
-       -DTIZEN_WEARABLE=1 \
-%else
-%if "%{?profile}" == "mobile"
-       -DTIZEN_MOBILE=1 \
-%endif
-%endif
 %ifarch %{arm}
        -DCMAKE_BUILD_TYPE="Private" -DARCH=arm \
 %else