Defined TIZEN_TELEPHONY_ENABLE with mobile profile 08/65908/1 accepted/tizen/common/20160414.142415 accepted/tizen/ivi/20160414.091955 accepted/tizen/mobile/20160414.091858 accepted/tizen/tv/20160414.091922 accepted/tizen/wearable/20160414.091840 submit/tizen/20160414.025655
authorhyunuktak <hyunuk.tak@samsung.com>
Thu, 14 Apr 2016 02:46:25 +0000 (11:46 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Thu, 14 Apr 2016 02:46:27 +0000 (11:46 +0900)
Change-Id: I92989447ac6f880d996bdd795ab9b90959ef5be5
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
packaging/net-config.spec

index 7c45efd..d54ffff 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.65
+Version:       1.1.66
 Release:       2
 Group:         System/Network
 License:       Apache-2.0
@@ -47,9 +47,13 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 %if ! 0%{?model_build_feature_network_tethering_disable}
        -DTIZEN_TETHERING_ENABLE=1 \
 %endif
+%if "%{profile}" == "mobile"
+        -DTIZEN_TELEPHONY_ENABLE=1 \
+%else
 %if "%{profile}" == "tv"
        -DTIZEN_TV=1 \
 %endif
+%endif
 %if 0%{?model_build_feature_wlan_wearable} == 1
        -DTIZEN_WEARABLE=1 \
        -DTIZEN_CAPTIVE_PORTAL=1 \