From 6b12928e7c61f1e49139134591b523e7538ef368 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Fri, 17 Jan 2020 17:18:00 +0800 Subject: [PATCH] add package of dbus-libs --- dbus.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/dbus.spec b/dbus.spec index 557fdc2..dfb171c 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 -- Gitee