Common : add license file for system-servant, signal-sender and system-syspopup 47/121247/3 accepted/tizen_common accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170328.140755 accepted/tizen/mobile/20170328.061310 accepted/tizen/tv/20170328.061330 accepted/tizen/unified/20170328.061409 accepted/tizen/wearable/20170328.061346 submit/tizen/20170328.021516
authorlokilee73 <changjoo.lee@samsung.com>
Mon, 27 Mar 2017 10:02:08 +0000 (19:02 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Tue, 28 Mar 2017 02:12:29 +0000 (11:12 +0900)
Change-Id: I71e154e7dbaf60610107a12ef7f3489dc6e73e52
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
packaging/system-servant.spec
src/launcher/CMakeLists.txt

index b285ccb..8c4135b 100755 (executable)
@@ -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
index 6c2bd37..1299e01 100755 (executable)
@@ -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})