diff --git a/dbus.spec b/dbus.spec index 557fdc220ea3fb8f4fcd08df98191f61d01cd64a..dfb171cf7b4f90e0941a8ab6cfad449fe6653845 100644 --- a/dbus.spec +++ b/dbus.spec @@ -1,7 +1,7 @@ Name: dbus Epoch: 1 Version: 1.12.16 -Release: 5 +Release: 6 Summary: System Message Bus License: AFLv2.1 or GPLv2+ URL: http://www.freedesktop.org/Software/dbus/ @@ -26,6 +26,12 @@ In addition to interprocess communication, D-Bus helps coordinate process lifecy it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed. +%package libs +Summary: Libraries for D-BUS + +%description libs +This package contains libraries for D-BUS. + %package devel Summary: Development files for developers Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} xml-common @@ -138,9 +144,11 @@ make check %{_bindir}/dbus-update-activation-environment %{_bindir}/dbus-uuidgen %{_bindir}/dbus-launch +%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh +%files libs +%license COPYING %{_libdir}/*dbus-1*.so.* -%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh %files devel %defattr(-,root,root) @@ -161,6 +169,9 @@ make check %exclude %{_pkgdocdir}/README %changelog +* Fri Jan 17 2020 openEuler Buildteam - 1:1.12.16-6 +- add package of dbus-libs + * Thu Jan 9 2020 hexiaowen - 1:1.12.16-5 - delete messagebus.service