]> git.pld-linux.org Git - packages/dbus.git/blobdiff - dbus.spec
- updated to 1.0.0
[packages/dbus.git] / dbus.spec
index 93d3330bfbef948c2caa3b2ea60a5062631b02dc..2efb3ec51e83cf02826763f6a10dbc9b574fa246 100644 (file)
--- a/dbus.spec
+++ b/dbus.spec
@@ -4,12 +4,12 @@
 Summary:       D-BUS message bus
 Summary(pl):   Magistrala przesy³ania komunikatów D-BUS
 Name:          dbus
-Version:       0.92
+Version:       1.0.0
 Release:       1
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
-Source0:       http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: ea2be58c80a80631ba5b3c92cffd335c
+Source0:       http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
+# Source0-md5: 8261b2abac8281007fd3176930017302
 Source1:       messagebus.init
 Source2:       %{name}-daemon-1-profile.d-sh
 Source3:       %{name}-sysconfig
@@ -42,6 +42,8 @@ Provides:     group(messagebus)
 Provides:      user(messagebus)
 Obsoletes:     dbus-X11
 Obsoletes:     dbus-glib-tools
+# not available for dbus 0.9x yet(?)
+#Obsoletes:    dbus-gtk dbus-gcj dbus-gcj-devel dbus-gcj-static
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -161,14 +163,14 @@ WARNING!!!
 configuration file /etc/sysconfig/dbus has been moved to /etc/sysconfig/messagebus!
 EOF
 
-if [ -f /etc/sysconfig/dbus ]; then
-    mv /etc/sysconfig/dbus /etc/sysconfig/messagebus
-fi
+mv -f /etc/sysconfig/messagebus{,.rpmnew}
+mv -f /etc/sysconfig/{dbus,messagebus}
 
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/dbus-cleanup-sockets
 %attr(755,root,root) %{_bindir}/dbus-daemon
+%attr(755,root,root) %{_bindir}/dbus-uuidgen
 # R: libX11
 %attr(755,root,root) %{_bindir}/dbus-launch
 %attr(755,root,root) %{_bindir}/dbus-monitor
@@ -184,8 +186,10 @@ fi
 %dir %{_datadir}/dbus-1
 %dir %{_datadir}/dbus-1/services
 %dir %{_localstatedir}/run/dbus
+%dir /var/lib/dbus
 %{_mandir}/man1/dbus-cleanup-sockets.1*
 %{_mandir}/man1/dbus-daemon.1*
+%{_mandir}/man1/dbus-uuidgen.1*
 %{_mandir}/man1/dbus-launch.1*
 %{_mandir}/man1/dbus-monitor.1*
 %{_mandir}/man1/dbus-send.1*
This page took 0.035088 seconds and 4 git commands to generate.