Lines 4-13
Link Here
|
4 |
%define system_socket_dir %_var/run/dbus |
4 |
%define system_socket_dir %_var/run/dbus |
5 |
%define session_socket_dir %system_socket_dir/users |
5 |
%define session_socket_dir %system_socket_dir/users |
6 |
%define system_socket %system_socket_dir/system_bus_socket |
6 |
%define system_socket %system_socket_dir/system_bus_socket |
|
|
7 |
%define systemdsystemunitdir /lib/systemd/system |
7 |
|
8 |
|
8 |
Name: dbus |
9 |
Name: dbus |
9 |
Version: 1.4.1 |
10 |
Version: 1.4.1 |
10 |
Release: alt1 |
11 |
Release: alt1.1 |
11 |
|
12 |
|
12 |
Summary: D-BUS is a simple IPC framework based on messages. |
13 |
Summary: D-BUS is a simple IPC framework based on messages. |
13 |
License: AFL/GPL |
14 |
License: AFL/GPL |
Lines 97-102
mkdir -p m4
Link Here
|
97 |
--with-system-pid-file=%_var/run/messagebus.pid \ |
98 |
--with-system-pid-file=%_var/run/messagebus.pid \ |
98 |
--with-system-socket=%system_socket \ |
99 |
--with-system-socket=%system_socket \ |
99 |
--with-session-socket-dir=%session_socket_dir \ |
100 |
--with-session-socket-dir=%session_socket_dir \ |
|
|
101 |
--with-systemdsystemunitdir=%systemdsystemunitdir \ |
100 |
--localstatedir=%_var \ |
102 |
--localstatedir=%_var \ |
101 |
--disable-static |
103 |
--disable-static |
102 |
|
104 |
|
Lines 136-141
touch %buildroot%_localstatedir/dbus/machine-id
Link Here
|
136 |
%dir %_sysconfdir/dbus-1/system.d |
138 |
%dir %_sysconfdir/dbus-1/system.d |
137 |
%dir %_sysconfdir/dbus-1/session.d |
139 |
%dir %_sysconfdir/dbus-1/session.d |
138 |
%_initdir/messagebus |
140 |
%_initdir/messagebus |
|
|
141 |
%systemdsystemunitdir/* |
139 |
%_bindir/dbus-cleanup-sockets |
142 |
%_bindir/dbus-cleanup-sockets |
140 |
%_bindir/dbus-daemon |
143 |
%_bindir/dbus-daemon |
141 |
%_bindir/dbus-uuidgen |
144 |
%_bindir/dbus-uuidgen |
Lines 177-182
touch %buildroot%_localstatedir/dbus/machine-id
Link Here
|
177 |
%dir %_datadir/dbus-1/interfaces |
180 |
%dir %_datadir/dbus-1/interfaces |
178 |
|
181 |
|
179 |
%changelog |
182 |
%changelog |
|
|
183 |
* Fri Jan 14 2011 Alexey Shabalin <shaba@altlinux.ru> 1.4.1-alt1.1 |
184 |
- add systemd service file |
185 |
|
180 |
* Tue Dec 21 2010 Valery Inozemtsev <shrek@altlinux.ru> 1.4.1-alt1 |
186 |
* Tue Dec 21 2010 Valery Inozemtsev <shrek@altlinux.ru> 1.4.1-alt1 |
181 |
- 1.4.1 |
187 |
- 1.4.1 |
182 |
|
188 |
|
183 |
- |
|
|