SUNWdbus.spec
changeset 10278 f4767566e7d2
parent 9397 b16e349d18c5
child 10461 454a565b1bb7
--- a/SUNWdbus.spec	Mon Aug 06 23:26:54 2007 +0000
+++ b/SUNWdbus.spec	Mon Aug 06 23:40:50 2007 +0000
@@ -78,7 +78,7 @@
 
 # Create symlink to support hal which was built with an older version of dbus.
 cd $RPM_BUILD_ROOT%{_libdir}
-ln -s libdbus-1.so.3.2.0 libdbus-1.so.2 
+ln -s libdbus-1.so.3 libdbus-1.so.2 
 
 mkdir -p $RPM_BUILD_ROOT/var/svc/manifest/system
 chmod -R 755 $RPM_BUILD_ROOT/var/svc
@@ -157,7 +157,10 @@
 %{_bindir}/*
 %dir %attr (0755, root, bin) %{_libdir}
 %{_libdir}/libdbus*
+%{_libdir}/dbus-1.0
+%{_libexecdir}/dbus-1
 %{_libexecdir}/dbus-daemon
+%{_libexecdir}/dbus-daemon-launch-helper
 %dir %attr (0755, root, sys) %{_datadir}
 %{_datadir}/dbus-1
 %dir %attr(0755, root, bin) %{_mandir}
@@ -203,6 +206,10 @@
 %endif
 
 %changelog
+* Mon Aug 06 2007 - [email protected]
+- Fix packaging after bumping to 1.1.2.  Also fix the symlink so we
+  link to libdbus-1.so.3 rather than libdbus-1.so.3.# so we don't have
+  to update the link each time we upgrade the D-Bus library.
 * Sun Feb 25 2007 - [email protected]
 - updated to include 64-bit build RFE: #6480511
 * Fri Dec 15 2006 - [email protected]