add package of dbus-libs
This commit is contained in:
parent
595e8d699e
commit
6b12928e7c
17
dbus.spec
17
dbus.spec
@ -1,7 +1,7 @@
|
|||||||
Name: dbus
|
Name: dbus
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.12.16
|
Version: 1.12.16
|
||||||
Release: 5
|
Release: 6
|
||||||
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/
|
||||||
@ -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,
|
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.
|
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
|
%package devel
|
||||||
Summary: Development files for developers
|
Summary: Development files for developers
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} xml-common
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} xml-common
|
||||||
@ -138,10 +144,12 @@ make check
|
|||||||
%{_bindir}/dbus-update-activation-environment
|
%{_bindir}/dbus-update-activation-environment
|
||||||
%{_bindir}/dbus-uuidgen
|
%{_bindir}/dbus-uuidgen
|
||||||
%{_bindir}/dbus-launch
|
%{_bindir}/dbus-launch
|
||||||
|
|
||||||
%{_libdir}/*dbus-1*.so.*
|
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
|
%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh
|
||||||
|
|
||||||
|
%files libs
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/*dbus-1*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
@ -161,6 +169,9 @@ make check
|
|||||||
%exclude %{_pkgdocdir}/README
|
%exclude %{_pkgdocdir}/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.12.16-6
|
||||||
|
- add package of dbus-libs
|
||||||
|
|
||||||
* Thu Jan 9 2020 hexiaowen <hexiaowen@huawei.com> - 1:1.12.16-5
|
* Thu Jan 9 2020 hexiaowen <hexiaowen@huawei.com> - 1:1.12.16-5
|
||||||
- delete messagebus.service
|
- delete messagebus.service
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user