* SUNWgnome-im-client.spec, SUNWgnome-themes.spec, SUNWjre-config.spec: Set
authordc144907
Sat, 10 Jul 2004 09:55:19 +0000
changeset 3302 5b79a39d1840
parent 3301 eeab40d9f324
child 3303 482555d9dd3d
* SUNWgnome-im-client.spec, SUNWgnome-themes.spec, SUNWjre-config.spec: Set group owner on /usr/share/applications and /usr/share/pixmaps to match that already on the system.
Solaris/ChangeLog
Solaris/SUNWgnome-im-client.spec
Solaris/SUNWgnome-themes.spec
Solaris/SUNWjre-config.spec
--- a/Solaris/ChangeLog	Sat Jul 10 09:33:57 2004 +0000
+++ b/Solaris/ChangeLog	Sat Jul 10 09:55:19 2004 +0000
@@ -2,6 +2,9 @@
 
 	* SUNWgnome-libs.spec: Remove omf/scrollkeeper dir from share package.
 	The writing_omf_files docs are no longer delivered.
+	* SUNWgnome-im-client.spec, SUNWgnome-themes.spec, SUNWjre-config.spec:
+	Set group owner on /usr/share/applications and /usr/share/pixmaps to
+	match those already on the system.
 
 2004-07-09  Damien Carbery  <[email protected]>
 
--- a/Solaris/SUNWgnome-im-client.spec	Sat Jul 10 09:33:57 2004 +0000
+++ b/Solaris/SUNWgnome-im-client.spec	Sat Jul 10 09:55:19 2004 +0000
@@ -69,8 +69,10 @@
 %files share
 %defattr (-, root, other)
 %dir %attr (0755, root, sys) %{_datadir}
-%{_datadir}/applications
-%{_datadir}/pixmaps
+%dir %attr (0755, root, sys) %{_datadir}/applications
+%{_datadir}/applications/*
+%dir %attr (0755, root, sys) %{_datadir}/pixmaps
+%{_datadir}/pixmaps/*
 %{_datadir}/sounds
 %dir %attr(0755, root, bin) %{_mandir}
 %dir %attr(0755, root, bin) %{_mandir}/*
@@ -82,6 +84,8 @@
 %{_datadir}/locale
 
 %changelog
+* Sat Jul 10 2004 - [email protected]
+- Set perms for /usr/share/pixmaps and /usr/share/applications.
 * Tue Jun 22 2004 - [email protected]
 - changed install location to /usr/lib and /usr/bin
 * Wed Jun  2 2004 - [email protected]
--- a/Solaris/SUNWgnome-themes.spec	Sat Jul 10 09:33:57 2004 +0000
+++ b/Solaris/SUNWgnome-themes.spec	Sat Jul 10 09:55:19 2004 +0000
@@ -107,7 +107,8 @@
 %{_datadir}/eazel-engine
 %{_datadir}/gdm
 %{_datadir}/icons
-%{_datadir}/pixmaps
+%dir %attr (0755, root, sys) %{_datadir}/pixmaps
+%{_datadir}/pixmaps/*
 %{_datadir}/themes
 
 %files l10n
@@ -116,6 +117,8 @@
 %{_datadir}/locale
 
 %changelog
+* Sat Jul 10 2004 - [email protected]
+- Set perms for /usr/share/pixmaps.
 * Sat Jun 26 2004  [email protected]
 - Changed install location to /usr/...
 * Fri Jun 25 2004 - [email protected]
--- a/Solaris/SUNWjre-config.spec	Sat Jul 10 09:33:57 2004 +0000
+++ b/Solaris/SUNWjre-config.spec	Sat Jul 10 09:55:19 2004 +0000
@@ -88,12 +88,15 @@
 %dir %attr (0755, root, root) %{_prefix}/lib/mozilla/plugins
 %dir %attr (0755, root, sys) %{_prefix}/share
 %dir %attr (0755, root, other) %{_prefix}/share/applications
+%dir %attr (0755, root, sys) %{_prefix}/share/applications
 %defattr (-, root, bin)
 %{plugin_dir}/libjavaplugin_oji.so
 %{_datadir}/applications/*
 
 
 %changelog
+* Sat Jul 10 2004 - [email protected]
+- Set perms for /usr/share/applications.
 * Sat Jun 26 2004  [email protected]
 - Changed install location to /usr/...
 * Tue Jun 22 2004 - [email protected]