automatic update by autodist [release 1.15.8-1mamba;Tue Feb 20 2024]
This commit is contained in:
parent
e8fae06529
commit
becbd6b0a4
37
dbus.spec
37
dbus.spec
@ -2,7 +2,7 @@
|
||||
%define messagebus_gid 25
|
||||
|
||||
Name: dbus
|
||||
Version: 1.14.10
|
||||
Version: 1.15.8
|
||||
Release: 1mamba
|
||||
Summary: A message bus, used for sending messages between applications
|
||||
Group: System/Servers
|
||||
@ -115,37 +115,22 @@ This package includes the %{name} API documentation.
|
||||
#%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-dnotify \
|
||||
--enable-selinux \
|
||||
--enable-systemd \
|
||||
--enable-user-session \
|
||||
--disable-checks \
|
||||
--disable-asserts \
|
||||
--runstatedir=/run \
|
||||
--with-system-pid-file=/run/messagebus.pid \
|
||||
--with-system-socket=/run/dbus/system_bus_socket \
|
||||
--with-session-socket-dir=/tmp \
|
||||
%if "%{stage1}" == "1"
|
||||
--without-x
|
||||
%endif
|
||||
%meson \
|
||||
-Druntime_dir=/run \
|
||||
-Dsystem_pid_file=/run/messagebus.pid \
|
||||
-Dsystem_socket=/run/dbus/system_bus_socket \
|
||||
-Dsession_socket_dir=/tmp
|
||||
|
||||
%make
|
||||
#make check
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
install -d 0755 %{buildroot}%{_datadir}/dbus-1/services
|
||||
install -d %{buildroot}%{_sysconfdir}/dbus-1/system.d/
|
||||
install -d %{buildroot}%{_sysconfdir}/dbus-1/session.d/
|
||||
install -d %{buildroot}%{_var}/lib/dbus
|
||||
#[ -e %{buildroot}%{_var}/run/dbus ] && rmdir %{buildroot}%{_var}/run/dbus
|
||||
#ln -s /run/dbus %{buildroot}%{_var}/run/dbus
|
||||
|
||||
#install -m 0755 %{S:1} %{buildroot}%{_initrddir}/messagebus
|
||||
#install -D -m 0755 %{S:2} %{buildroot}%{_sysconfdir}/profile.d/dbus-session.sh
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -204,7 +189,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%config %{_sysconfdir}/dbus-1/system.conf
|
||||
%dir %{_sysconfdir}/dbus-1/system.d/
|
||||
%dir %{_sysconfdir}/dbus-1/session.d/
|
||||
#%{_sysconfdir}/profile.d/dbus-session.sh
|
||||
%{_bindir}/dbus-cleanup-sockets
|
||||
%{_bindir}/dbus-daemon
|
||||
%{_bindir}/dbus-launch
|
||||
@ -219,7 +203,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_prefix}/lib/tmpfiles.d/dbus.conf
|
||||
%{_unitdir}/dbus.service
|
||||
%{_unitdir}/dbus.socket
|
||||
#%{_unitdir}/dbus.target.wants/dbus.socket
|
||||
%{_unitdir}/multi-user.target.wants/dbus.service
|
||||
%{_unitdir}/sockets.target.wants/dbus.socket
|
||||
%{_userunitdir}/dbus.service
|
||||
@ -252,7 +235,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdbus-1.so
|
||||
%{_libdir}/libdbus-1.a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_libdir}/dbus-1.0/include/dbus
|
||||
%{_libdir}/dbus-1.0/include/dbus/dbus-arch-deps.h
|
||||
@ -268,6 +250,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_docdir}/dbus/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 1.15.8-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 1.14.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user