From: sanghyeok.oh Date: Tue, 21 Apr 2020 12:34:39 +0000 (+0900) Subject: [fix] Rename dbus auto-activation service file X-Git-Tag: submit/tizen/20200806.043248~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06e98a886af57955801c76bba5d95d1599e106df;p=platform%2Fcore%2Fappfw%2Fevent-system.git [fix] Rename dbus auto-activation service file Naming rule for dbus auto-activation service file : well-known name + ".service" https://bugs.freedesktop.org/show_bug.cgi?id=99874 Change-Id: Ie70ea97b6b221196826202c4b9219c55845b1eb5 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index eb6a587..0febb69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,8 +43,8 @@ SET_TARGET_PROPERTIES(esd PROPERTIES LINK_FLAGS "-pie -Wl,-z,relro") # pkgconfig file configure_file(esd.manifest.in esd.manifest @ONLY) -configure_file(org.tizen.esd.service.in org.tizen.esd.service @ONLY) +configure_file(org.tizen.esd.service.in tizen.system.event.app2esd.service @ONLY) INSTALL(TARGETS esd DESTINATION bin) INSTALL(FILES ${CMAKE_SOURCE_DIR}/eventsystem.conf DESTINATION /etc/dbus-1/system.d) -INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.tizen.esd.service DESTINATION ${SHARE_INSTALL_PREFIX}/dbus-1/system-services/) \ No newline at end of file +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tizen.system.event.app2esd.service DESTINATION ${SHARE_INSTALL_PREFIX}/dbus-1/system-services/) diff --git a/packaging/esd.spec b/packaging/esd.spec index 2e0a7b5..aa264a4 100644 --- a/packaging/esd.spec +++ b/packaging/esd.spec @@ -70,7 +70,7 @@ ln -sf ../esd.service %{buildroot}%{_unitdir}/multi-user.target.wants/esd.servic %{_bindir}/esd %{_unitdir}/esd.service %{_unitdir}/multi-user.target.wants/esd.service -%attr(0644,root,root) %{_datadir}/dbus-1/system-services/org.tizen.esd.service +%attr(0644,root,root) %{_datadir}/dbus-1/system-services/tizen.system.event.app2esd.service %license LICENSE %files devel