From 184f238c6e6a3d687b97a9d84334ae0aadf5e604 Mon Sep 17 00:00:00 2001 From: freetz Date: Thu, 13 Oct 2005 17:58:44 +0000 Subject: [PATCH] - use default FHS compilant sockets dir, rel.2 Changed files: dbus.spec -> 1.104 --- dbus.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dbus.spec b/dbus.spec index 853f4e2..085c359 100644 --- a/dbus.spec +++ b/dbus.spec @@ -24,7 +24,7 @@ Summary: D-BUS message bus Summary(pl): Magistrala przesy³ania komunikatów D-BUS Name: dbus Version: 0.50 -Release: 1 +Release: 2 License: AFL v2.1 or GPL v2 Group: Libraries Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz @@ -352,7 +352,6 @@ sed -i 's:JAR.*=.*jar:JAR=fastjar:g' gcj/Makefile.{am,in} --enable-verbose-mode \ --with-session-socket-dir=/tmp \ --with-system-pid-file=%{_localstatedir}/run/dbus.pid \ - --with-system-socket=%{_localstatedir}/lib/dbus-1/system_bus_socket \ --with-xml=expat %{__make} \ pythondir=%{py_sitedir} @@ -364,7 +363,7 @@ install -d $RPM_BUILD_ROOT/etc/profile.d install -d $RPM_BUILD_ROOT/etc/sysconfig install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d install -d $RPM_BUILD_ROOT%{_datadir}/dbus-1/services -install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/dbus-1 +install -d $RPM_BUILD_ROOT%{_localstatedir}/run/dbus %if %{with dotnet} install -d $RPM_BUILD_ROOT%{_libdir}/monodoc/sources %endif @@ -436,7 +435,7 @@ fi %dir %{_sysconfdir}/dbus-1/system.d %dir %{_datadir}/dbus-1 %dir %{_datadir}/dbus-1/services -%dir %{_localstatedir}/lib/dbus-1 +%dir %{_localstatedir}/run/dbus %{_mandir}/man1/dbus-cleanup-sockets.1* %{_mandir}/man1/dbus-daemon.1* %{_mandir}/man1/dbus-send.1* -- 2.44.0