]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- use default FHS compilant sockets dir, rel.2 auto/ac/dbus-0_50-2
authorfreetz <freetz@pld-linux.org>
Thu, 13 Oct 2005 17:58:44 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbus.spec -> 1.104

dbus.spec

index 853f4e29d60447a11732450d9d2ba09235697662..085c35962895111072f39ea8f17840ac5524d481 100644 (file)
--- 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*
This page took 0.147463 seconds and 4 git commands to generate.