add package of dbus-x11
This commit is contained in:
parent
43be9ff34f
commit
7fb9a2cfea
30
dbus.spec
30
dbus.spec
@ -1,7 +1,7 @@
|
|||||||
Name: dbus
|
Name: dbus
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.12.16
|
Version: 1.12.16
|
||||||
Release: 10
|
Release: 11
|
||||||
Summary: System Message Bus
|
Summary: System Message Bus
|
||||||
License: AFLv2.1 or GPLv2+
|
License: AFLv2.1 or GPLv2+
|
||||||
URL: http://www.freedesktop.org/Software/dbus/
|
URL: http://www.freedesktop.org/Software/dbus/
|
||||||
@ -13,13 +13,6 @@ Patch9000: bugfix-let-systemd-restart-dbus-when-the-it-enters-failed.patch
|
|||||||
BuildRequires: systemd-devel expat-devel libselinux-devel audit-libs-devel doxygen xmlto cmake
|
BuildRequires: systemd-devel expat-devel libselinux-devel audit-libs-devel doxygen xmlto cmake
|
||||||
BuildRequires: autoconf-archive libtool libX11-devel libcap-ng-devel libxslt
|
BuildRequires: autoconf-archive libtool libX11-devel libcap-ng-devel libxslt
|
||||||
|
|
||||||
Requires: systemd
|
|
||||||
Requires: %{name}-daemon = %{epoch}:%{version}-%{release}
|
|
||||||
|
|
||||||
Obsoletes: %{name}-x11
|
|
||||||
|
|
||||||
Provides: %{name}-x11
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
D-Bus is a message bus system, a simple way for applications to talk to one another.
|
D-Bus is a message bus system, a simple way for applications to talk to one another.
|
||||||
In addition to interprocess communication, D-Bus helps coordinate process lifecycle;
|
In addition to interprocess communication, D-Bus helps coordinate process lifecycle;
|
||||||
@ -75,6 +68,13 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} xml-common
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains development files for developers.
|
This package contains development files for developers.
|
||||||
|
|
||||||
|
%package x11
|
||||||
|
Summary: X11-requiring for D-BUS
|
||||||
|
Requires: %{name}-daemon = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
|
%description x11
|
||||||
|
This pacakge contains the tools that needed to be install for Xlib.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Man pages and other related documents for D-Bus
|
Summary: Man pages and other related documents for D-Bus
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -143,18 +143,16 @@ make check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/dbus-launch
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
|
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/*dbus-1*.so.*
|
%{_libdir}/*dbus-1*.so.*
|
||||||
|
|
||||||
%files daemon
|
%files daemon
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%ghost %dir /run/%{name}
|
%ghost %dir /run/%{name}
|
||||||
%dir %{_localstatedir}/lib/dbus/
|
%dir %{_localstatedir}/lib/dbus/
|
||||||
%{_tmpfilesdir}/dbus.conf
|
%{_tmpfilesdir}/dbus.conf
|
||||||
@ -165,7 +163,6 @@ make check
|
|||||||
%{_userunitdir}/dbus.service
|
%{_userunitdir}/dbus.service
|
||||||
%{_userunitdir}/dbus.socket
|
%{_userunitdir}/dbus.socket
|
||||||
%{_userunitdir}/sockets.target.wants/dbus.socket
|
%{_userunitdir}/sockets.target.wants/dbus.socket
|
||||||
|
|
||||||
%dir %{_libexecdir}/dbus-1
|
%dir %{_libexecdir}/dbus-1
|
||||||
%attr(4750,root,dbus) %{_libexecdir}/dbus-1/dbus-daemon-launch-helper
|
%attr(4750,root,dbus) %{_libexecdir}/dbus-1/dbus-daemon-launch-helper
|
||||||
%{_bindir}/dbus-daemon
|
%{_bindir}/dbus-daemon
|
||||||
@ -193,6 +190,10 @@ make check
|
|||||||
%{_bindir}/dbus-update-activation-environment
|
%{_bindir}/dbus-update-activation-environment
|
||||||
%{_bindir}/dbus-uuidgen
|
%{_bindir}/dbus-uuidgen
|
||||||
|
|
||||||
|
%files x11
|
||||||
|
%{_bindir}/dbus-launch
|
||||||
|
%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
@ -212,6 +213,9 @@ make check
|
|||||||
%exclude %{_pkgdocdir}/README
|
%exclude %{_pkgdocdir}/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.12.16-11
|
||||||
|
- add package of dbus-x11
|
||||||
|
|
||||||
* Sun Jan 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.12.16-10
|
* Sun Jan 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.12.16-10
|
||||||
- add package of dbus-tools and dbus-common
|
- add package of dbus-tools and dbus-common
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user