Disable cm-test as default 73/188073/1 accepted/tizen_5.0_unified accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.0/unified/20181102.021454 accepted/tizen/5.5/unified/20191031.020536 accepted/tizen/5.5/unified/mobile/hotfix/20201027.080230 accepted/tizen/5.5/unified/wearable/hotfix/20201027.111244 accepted/tizen/unified/20180903.064926 submit/tizen/20180903.001646 submit/tizen_5.0/20181101.000004 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 submit/tizen_5.5_wearable_hotfix/20201026.184305 tizen_5.5.m2_release
authorsinikang <sinikang@samsung.com>
Fri, 31 Aug 2018 04:51:11 +0000 (13:51 +0900)
committersinikang <sinikang@samsung.com>
Fri, 31 Aug 2018 04:51:11 +0000 (13:51 +0900)
Change-Id: Ia11ec973f18291ed6bb6245ffac17c8ec39e9cb4

CMakeLists.txt
packaging/libcall-manager.spec

index 3e2d44954b3aa48a0a674296563e0d6dbda41b0f..5600a53258a610fbac3580bd9815a1818f0b6e0d 100644 (file)
@@ -43,4 +43,6 @@ CONFIGURE_FILE(callmgr_client.pc.in callmgr_client.pc @ONLY)
 INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ DESTINATION include/${CLIENT})
 INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/callmgr_client.pc DESTINATION ${LIBDIR}/pkgconfig)
 INSTALL(TARGETS ${CLIENT} DESTINATION ${LIBDIR})
-ADD_SUBDIRECTORY(test)
+
+##cm-test app
+#ADD_SUBDIRECTORY(test)
index ef8172f4877977f224542679a6bde08281e227ab..c0f2d847e43c7540db6254942c6c7dbeabb5cfa2 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 0
-%define patchlevel 17
+%define patchlevel 18
 %define ext_feature 0
 
 Name:           libcall-manager
@@ -64,7 +64,7 @@ ln -s libcall-manager.so %{buildroot}%{_libdir}/libcallmgr_client.so
 %manifest libcall-manager.manifest
 %defattr(644,root,root,-)
 %license LICENSE
-%attr(755,root,root) %{_bindir}/cm-test
+##%attr(755,root,root) %{_bindir}/cm-test
 %{_libdir}/*.so.*
 %{_libdir}/libcallmgr_client.so