From db8f946a2a398c8032cce45c638d673765aef364 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Mon, 27 Mar 2017 19:02:08 +0900 Subject: [PATCH] Common : add license file for system-servant, signal-sender and system-syspopup Change-Id: I71e154e7dbaf60610107a12ef7f3489dc6e73e52 Signed-off-by: lokilee73 --- packaging/system-servant.spec | 4 +++- src/launcher/CMakeLists.txt | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/system-servant.spec b/packaging/system-servant.spec index b285ccb..8c4135b 100755 --- a/packaging/system-servant.spec +++ b/packaging/system-servant.spec @@ -355,8 +355,8 @@ mv /%{_bindir}/system-cooperator.wearable.rectangle /%{_bindir}/system-cooperato %files %manifest %{name}.manifest +%license LICENSE %{_bindir}/sysapp-launcher -%{_datadir}/license/sysapp-launcher %{_datadir}/dbus-1/system-services/org.tizen.system.popup.service %config %{_sysconfdir}/dbus-1/system.d/launcher.conf @@ -468,6 +468,7 @@ mv /%{_bindir}/system-cooperator.wearable.rectangle /%{_bindir}/system-cooperato %files -n org.tizen.system-syspopup %manifest org.tizen.system-syspopup.manifest +%license LICENSE %defattr(-,root,root,-) %{TZ_SYS_RO_APP}/org.tizen.system-syspopup/bin/system-syspopup %{TZ_SYS_RO_SHARE}/packages/org.tizen.system-syspopup.xml @@ -489,6 +490,7 @@ mv /%{_bindir}/system-cooperator.wearable.rectangle /%{_bindir}/system-cooperato %files -n org.tizen.system-signal-sender %manifest org.tizen.system-signal-sender.manifest +%license LICENSE %defattr(-,root,root,-) %{TZ_SYS_RO_APP}/org.tizen.system-signal-sender/bin/system-signal-sender %{TZ_SYS_RO_SHARE}/packages/org.tizen.system-signal-sender.xml diff --git a/src/launcher/CMakeLists.txt b/src/launcher/CMakeLists.txt index 6c2bd37..1299e01 100755 --- a/src/launcher/CMakeLists.txt +++ b/src/launcher/CMakeLists.txt @@ -48,7 +48,6 @@ TARGET_LINK_LIBRARIES(${APPNAME} ${launcher_pkgs_LDFLAGS} "-ldl") INSTALL(TARGETS ${APPNAME} DESTINATION bin) INSTALL(FILES ${LAUNCHER_DIR}/org.tizen.system.popup.service DESTINATION ${DBUS_SERVICE_DIR}) INSTALL(FILES ${LAUNCHER_DIR}/launcher.conf DESTINATION /etc/dbus-1/system.d) -INSTALL(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION ${LICENSE_DIR} RENAME ${APPNAME}) IF(NOTIFICATION_SERVICE STREQUAL on) INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/datausage_warning.png DESTINATION ${SYSTEM_ICONDIR}) -- 2.7.4