Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37913847
en ru br
ALT Linux repos
S:33-alt1

Group :: System/Servers
RPM: dbus-broker

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: dbus-broker
Version: 33
Release: alt1
Summary: Linux D-Bus Message Broker
License: ASL 2.0
Group: System/Servers
Url: https://github.com/bus1/dbus-broker
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source: %name-%version.tar.xz

BuildRequires: meson pkgconfig(audit) pkgconfig(expat) pkgconfig(dbus-1) pkgconfig(libcap-ng)
BuildRequires: pkgconfig(libselinux) pkgconfig(libsystemd) pkgconfig(systemd) python3-module-docutils

%description
dbus-broker is an implementation of a message bus as defined by the D-Bus
specification. Its aim is to provide high performance and reliability, while
keeping compatibility to the D-Bus reference implementation. It is exclusively
written for Linux systems, and makes use of many modern features provided by
recent Linux kernel releases.

%prep
%setup -q

%build
%meson \
-Dselinux=true \
-Daudit=true \
-Ddocs=true \
-Dlauncher=true \
-Dlinux-4-17=true

%meson_build

%install
%meson_install

%files
%_unitdir/%name.service
%_bindir/*
%_prefix/lib/systemd/catalog/*.catalog
%_prefix/lib/systemd/user/%name.service
%_man1dir/*.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin