From: Jin Yoon Date: Fri, 14 Jul 2017 00:59:36 +0000 (+0900) Subject: Maintain only server's cbor file for connectivity X-Git-Tag: submit/trunk/20170818.095510~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=628d2774a1089e67799cb8664a54a21e6297809c;p=apps%2Fnative%2Fposition-finder-server.git Maintain only server's cbor file for connectivity Change-Id: Ic787fb01ff0c092955cf46b8830474b7dd9bb057 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b1952ce..285988a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,5 @@ INSTALL(FILES ${PROJECT_ROOT_DIR}/tizen-manifest.xml DESTINATION ${SYS_PACKAGES_ INSTALL(DIRECTORY DESTINATION ${PREFIX}/data) INSTALL(FILES ${PROJECT_ROOT_DIR}/shared/res/position_finder_server.png DESTINATION ${SYS_ICONS_DIR}) INSTALL(FILES ${PROJECT_ROOT_DIR}/res/iotcon-test-svr-db-server.dat DESTINATION ${INSTALL_RESDIR}) -INSTALL(FILES ${PROJECT_ROOT_DIR}/res/iotcon-test-svr-db-client.dat DESTINATION ${INSTALL_RESDIR}) # End of a file diff --git a/packaging/org.tizen.position-finder-server.spec b/packaging/org.tizen.position-finder-server.spec index c787fbe..4a97b6e 100644 --- a/packaging/org.tizen.position-finder-server.spec +++ b/packaging/org.tizen.position-finder-server.spec @@ -61,14 +61,16 @@ make %{?jobs:-j%jobs} %post /sbin/ldconfig +chsmack -a "User::App::Shared" %{_pkg_dir}/res/*.dat +chmod 666 %{_pkg_dir}/res/*.dat %postun -p /sbin/ldconfig %files %manifest org.tizen.position-finder-server.manifest +%{_pkg_dir}/res/*.dat %defattr(-,root,root,-) %{_pkg_dir}/bin/position-finder-server -%{_pkg_dir}/res/*.dat %{_sys_packages_dir}/org.tizen.position-finder-server.xml %{_sys_icons_dir}/position_finder_server.png %{_pkg_dir}/author-signature.xml diff --git a/res/iotcon-test-svr-db-client.dat b/res/iotcon-test-svr-db-client.dat deleted file mode 100644 index 9d1379a..0000000 Binary files a/res/iotcon-test-svr-db-client.dat and /dev/null differ