From 453324c9ae661309c1cba544d803f9960b732059 Mon Sep 17 00:00:00 2001 From: chanywa Date: Thu, 11 May 2017 11:08:53 +0900 Subject: [PATCH] Make Mapzen plug-in not installed temporarily Change-Id: Ic4be75a3d9fd519c1b3cb22ccfa57970aa603def --- CMakeLists.txt | 2 +- packaging/maps-plugin-mapzen.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87d331a..cfdb947 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 5369adb..47f0af0 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 -- 2.7.4