2008-05-01 Damien Carbery <[email protected]>
authordcarbery
Thu, 01 May 2008 09:24:53 +0000
changeset 12240 99103a9117e1
parent 12239 5e52709492c5
child 12241 775afd0023d9
2008-05-01 Damien Carbery <[email protected]> * SUNWgnome-file-mgr.spec: Update %files (remove %{_datadir}/gnome and add %{_sysconfdir}/xdg) after bumping gnome-volume-manager.
ChangeLog
SUNWgnome-file-mgr.spec
--- a/ChangeLog	Wed Apr 30 20:20:51 2008 +0000
+++ b/ChangeLog	Thu May 01 09:24:53 2008 +0000
@@ -1,3 +1,8 @@
+2008-05-01  Damien Carbery <[email protected]>
+
+	* SUNWgnome-file-mgr.spec: Update %files (remove %{_datadir}/gnome and
+          add %{_sysconfdir}/xdg) after bumping gnome-volume-manager.
+
 2008-04-30  Brian Cameron  <[email protected]>
 
 	* patches/gdm-05-fixcrash.diff:  Update patch so it works.
--- a/SUNWgnome-file-mgr.spec	Wed Apr 30 20:20:51 2008 +0000
+++ b/SUNWgnome-file-mgr.spec	Thu May 01 09:24:53 2008 +0000
@@ -206,8 +206,6 @@
 %dir %attr (0755, root, other) %{_datadir}/applications
 %{_datadir}/applications/*
 %if %with_hal
-%dir %attr (0755, root, other) %{_datadir}/gnome
-%{_datadir}/gnome/*
 %dir %attr (0755, root, other) %{_datadir}/gnome-mount
 %{_datadir}/gnome-mount/*
 %dir %attr (0755, root, other) %{_datadir}/gnome-volume-manager
@@ -245,6 +243,7 @@
 %if %with_hal
 %{_sysconfdir}/gconf/schemas/gnome-mount.schemas
 %{_sysconfdir}/gconf/schemas/gnome-volume-manager.schemas
+%{_sysconfdir}/xdg
 %endif
 
 %files devel
@@ -263,6 +262,9 @@
 %endif
 
 %changelog
+* Thu May 01 2008 - [email protected]
+- Update %files (remove %{_datadir}/gnome and add %{_sysconfdir}/xdg) after
+  bumping gnome-volume-manager.
 * Fri Feb 29 2008 - [email protected]
 - Add nautilus-open-terminal.schemas to %files and %preun root.
 * Tue Jan 29 2008 - [email protected]