2007-03-23 Damien Carbery <[email protected]>
authordcarbery
Fri, 23 Mar 2007 14:20:39 +0000
changeset 9618 98e25c78e20f
parent 9617 4bdf479614c0
child 9619 ec2d81c0a557
2007-03-23 Damien Carbery <[email protected]> * SUNWgnome-spell.spec: Change %{_datadir}/control-center-2.0 perms to root:other on snv to match SUNWj5rt and SUNWj6rt who set the perms in their postinstall scripts. * SUNWgnome-games.spec: Add en_GB omf files to %files.
ChangeLog
SUNWgnome-games.spec
SUNWgnome-spell.spec
--- a/ChangeLog	Fri Mar 23 11:35:36 2007 +0000
+++ b/ChangeLog	Fri Mar 23 14:20:39 2007 +0000
@@ -1,5 +1,9 @@
 2007-03-23  Damien Carbery <[email protected]>
 
+	* SUNWgnome-spell.spec: Change %{_datadir}/control-center-2.0 perms to
+	  root:other on snv to match SUNWj5rt and SUNWj6rt who set the perms in
+	  their postinstall scripts.
+	* SUNWgnome-games.spec: Add en_GB omf files to %files.
 	* patches/totem-05-xthreadinit.diff: Rework so it actually applies.
 
 2007-03-23 Brian Lu  <[email protected]>
--- a/SUNWgnome-games.spec	Fri Mar 23 11:35:36 2007 +0000
+++ b/SUNWgnome-games.spec	Fri Mar 23 14:20:39 2007 +0000
@@ -178,7 +178,7 @@
 %attr (-, root, other) %{_datadir}/locale
 %{_datadir}/gnome/help/[a-z]*/[a-z]*
 %{_datadir}/omf/*/*-[a-z][a-z].omf
-#%{_datadir}/omf/*/*-[a-z][a-z]_[A-Z][A-Z].omf
+%{_datadir}/omf/*/*-[a-z][a-z]_[A-Z][A-Z].omf
 %endif
 
 %files root
@@ -201,6 +201,8 @@
 
 
 %changelog
+* Fri Mar 23 2007 - [email protected]
+- Add en_GB omf files to %files.
 * Tue Feb 20 2007 - [email protected]
 - Remove %if/%endif with_guile code as aisleriot is no longer built - it is
   excluded via a configure option in gnome-games.spec.
--- a/SUNWgnome-spell.spec	Fri Mar 23 11:35:36 2007 +0000
+++ b/SUNWgnome-spell.spec	Fri Mar 23 14:20:39 2007 +0000
@@ -90,12 +90,8 @@
 %dir %{_libdir}/enchant
 %{_libdir}/enchant/*.so
 %dir %attr (0755, root, sys) %{_datadir}
-%if %is_s10
 %dir %attr (0755, root, other) %{_datadir}/control-center-2.0
 %{_datadir}/control-center-2.0/*
-%else
-%{_datadir}/control-center-2.0
-%endif
 %{_datadir}/enchant
 %{_datadir}/gnome-spell-%{gspell.version}
 %{_datadir}/idl
@@ -119,6 +115,9 @@
 %endif
 
 %changelog
+* Fri Mar 23 2007 - [email protected]
+- Change %{_datadir}/control-center-2.0 perms to root:other on snv to match
+  SUNWj5rt and SUNWj6rt who set the perms in their postinstall scripts.
 * Thu Mar 15 2007 - [email protected]
 - Add Requires SUNWlibC after check-deps.pl run.
 * Thu Mar 08 2007 - [email protected]