Author: freetz Date: Thu Oct 13 17:58:49 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - use default FHS compilant sockets dir, rel.2
---- Files affected: SPECS: dbus.spec (1.103 -> 1.104) ---- Diffs: ================================================================ Index: SPECS/dbus.spec diff -u SPECS/dbus.spec:1.103 SPECS/dbus.spec:1.104 --- SPECS/dbus.spec:1.103 Sat Sep 10 01:07:45 2005 +++ SPECS/dbus.spec Thu Oct 13 19:58:44 2005 @@ -25,7 +25,7 @@ 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 @@ -353,7 +353,6 @@ --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} @@ -365,7 +364,7 @@ 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 @@ -437,7 +436,7 @@ %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* @@ -559,6 +558,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.104 2005/10/13 17:58:44 freetz +- use default FHS compilant sockets dir, rel.2 + Revision 1.103 2005/09/09 23:07:45 freetz - cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dbus.spec?r1=1.103&r2=1.104&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
