From: jomui Date: Fri, 7 Jul 2017 06:01:45 +0000 (+0900) Subject: install the mapzen plugin X-Git-Tag: accepted/tizen/unified/20170707.154913^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2fb6f95315d91b339639582d48959eabf0bd683;p=platform%2Fcore%2Flocation%2Fmaps-plugin-mapzen.git install the mapzen plugin Signed-off-by: jomui Change-Id: I9cd419451100cdc4c8c057569d6dc56ae63a450c --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cfdb947..87d331a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/packaging/maps-plugin-mapzen.spec b/packaging/maps-plugin-mapzen.spec index 2e8424a..3cea259 100644 --- a/packaging/maps-plugin-mapzen.spec +++ b/packaging/maps-plugin-mapzen.spec @@ -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