2008-09-08 Darren Kenny <[email protected]>
authordkenny
Mon, 08 Sep 2008 15:40:36 +0000
changeset 13438 f96cce629179
parent 13437 9cf1b090b345
child 13439 9fda05be38db
2008-09-08 Darren Kenny <[email protected]> * SUNWnwam-manager.spec: Fix icon directory ownerships.
ChangeLog
SUNWnwam-manager.spec
--- a/ChangeLog	Mon Sep 08 12:48:50 2008 +0000
+++ b/ChangeLog	Mon Sep 08 15:40:36 2008 +0000
@@ -1,3 +1,8 @@
+2008-09-08  Darren Kenny  <[email protected]>
+
+	* SUNWnwam-manager.spec:
+	  Fix icon directory ownerships.
+
 2008-09-08  Ghee Teo <[email protected]>
 
 	Removed ${_datadir}/autostart which is not being used according to spec.
--- a/SUNWnwam-manager.spec	Mon Sep 08 12:48:50 2008 +0000
+++ b/SUNWnwam-manager.spec	Mon Sep 08 15:40:36 2008 +0000
@@ -113,7 +113,25 @@
 %attr (-, root, bin) %{_datadir}/nwam-manager/*.*
 %attr (-, root, bin) %{_datadir}/nwam-manager/icons/*
 %dir %attr (0755, root, other) %{_datadir}/icons
-%attr (-, root, other) %{_datadir}/icons/*
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/16x16
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/16x16/status
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/24x24
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/24x24/apps
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/24x24/status
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/32x32
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/32x32/apps
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/32x32/status
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/48x48
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/48x48/apps
+%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/48x48/status
+%attr (-, root, other) %{_datadir}/icons/hicolor/16x16/status/*
+%attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps/*
+%attr (-, root, other) %{_datadir}/icons/hicolor/24x24/status/*
+%attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps/*
+%attr (-, root, other) %{_datadir}/icons/hicolor/32x32/status/*
+%attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps/*
+%attr (-, root, other) %{_datadir}/icons/hicolor/48x48/status/*
 %dir %attr(0755, root, bin) %{_mandir}
 %dir %attr(0755, root, bin) %{_mandir}/*
 %{_mandir}/*/*
@@ -134,6 +152,8 @@
 %endif
 
 %changelog
+* Mon Sep 8 2008 - [email protected]
+- Fix some icon file attributes.
 * Fri Sep 5 2008 - [email protected]
 - Comment more l10n dirs until there is something to deliver, it's
   causing build failures.