Make Mapzen plug-in not installed temporarily 55/128655/1 accepted/tizen/unified/20170511.033634 submit/tizen/20170511.021559
authorchanywa <cbible.kim@samsung.com>
Thu, 11 May 2017 02:08:53 +0000 (11:08 +0900)
committerchanywa <cbible.kim@samsung.com>
Thu, 11 May 2017 02:08:53 +0000 (11:08 +0900)
Change-Id: Ic4be75a3d9fd519c1b3cb22ccfa57970aa603def

CMakeLists.txt
packaging/maps-plugin-mapzen.spec

index 87d331a..cfdb947 100644 (file)
@@ -107,7 +107,7 @@ CONFIGURE_FILE(
 
 # Install
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc DESTINATION ${LIBDIR}/pkgconfig)
-INSTALL(TARGETS ${fw_name} DESTINATION ${LIBDIR}/maps/plugins)
+#INSTALL(TARGETS ${fw_name} DESTINATION ${LIBDIR}/maps/plugins)
 INSTALL(FILES ${TANGRAM_LIBRARY} DESTINATION ${LIBDIR})
 
 #INCLUDE(FindPkgConfig)
index 5369adb..47f0af0 100644 (file)
@@ -73,7 +73,7 @@ cp -r scenes/* %{buildroot}/usr/share/maps/mapzen/scenes/
 %manifest maps-plugin-mapzen.manifest
 %license LICENSE
 %defattr(-,root,root,-)
-%{_libdir}/maps/plugins/libmaps-plugin-mapzen.so*
+#%{_libdir}/maps/plugins/libmaps-plugin-mapzen.so*
 %{_libdir}/libtangram.so*
 %{_libdir}/pkgconfig/maps-plugin-mapzen.pc
 %{_prefix}/share/maps/mapzen/scenes/*
@@ -96,4 +96,4 @@ This package provides Plugin APIs for Mapzen. (Development)
 %defattr(-,root,root,-)
 %{_includedir}/mapzen-plugin/*.h
 %{_libdir}/pkgconfig/maps-plugin-mapzen.pc
-%{_libdir}/maps/plugins/libmaps-plugin-mapzen.so
+#%{_libdir}/maps/plugins/libmaps-plugin-mapzen.so