2007-06-01 Damien Carbery <[email protected]>
authordcarbery
Fri, 01 Jun 2007 08:23:38 +0000
changeset 9972 d070211e1d3e
parent 9971 a219025beea4
child 9973 6ca359e1e2ad
2007-06-01 Damien Carbery <[email protected]> * SUNWngome-im-client.spec: Set %attr for %{datadir}/icons dirs.
ChangeLog
SUNWgnome-im-client.spec
--- a/ChangeLog	Fri Jun 01 01:59:11 2007 +0000
+++ b/ChangeLog	Fri Jun 01 08:23:38 2007 +0000
@@ -1,14 +1,20 @@
+2007-06-01  Damien Carbery <[email protected]>
+
+	* SUNWngome-im-client.spec: Set %attr for %{datadir}/icons dirs.
+
 2007-06-01  Rick Ju <[email protected]>
-	*pidgin-otr.spec: fix the source0 url
+
+	* pidgin-otr.spec: fix the source0 url
 
 2007-05-31  Dave Lin  <[email protected]>
 
         * base-specs/firefox.spec: Bump to 2.0.0.4
 
 2007-05-31  Rick Ju <[email protected]>
-	*SUNWgnome-im-client.spec, pidgin.spec, pidgin-otr.spec:
-	   bump gaim 2.0.0beta6 to pidgin 2.0.1.
-           rename all the spec/patch files prefix from gaim to pidgin
+
+	* SUNWgnome-im-client.spec, pidgin.spec, pidgin-otr.spec:
+	  bump gaim 2.0.0beta6 to pidgin 2.0.1.
+          rename all the spec/patch files prefix from gaim to pidgin
 
 2007-05-31  simon.zheng  <[email protected]>
 
--- a/SUNWgnome-im-client.spec	Fri Jun 01 01:59:11 2007 +0000
+++ b/SUNWgnome-im-client.spec	Fri Jun 01 08:23:38 2007 +0000
@@ -159,7 +159,23 @@
 %dir %attr (0755, root, other) %{_datadir}/pixmaps
 %{_datadir}/pixmaps/*
 %{_datadir}/sounds
-%{_datadir}/icons
+%dir %attr (-, root, other) %{_datadir}/icons
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
+%{_datadir}/icons/hicolor/16x16/apps/pidgin.png
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps
+%{_datadir}/icons/hicolor/24x24/apps/pidgin.png
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
+%{_datadir}/icons/hicolor/32x32/apps/pidgin.png
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps
+%{_datadir}/icons/hicolor/48x48/apps/pidgin.png
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
+%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
+%{_datadir}/icons/hicolor/scalable/apps/pidgin.svg
 %dir %attr(0755, root, bin) %{_mandir}
 %dir %attr(0755, root, bin) %{_mandir}/man1
 %{_mandir}/man1/*
@@ -190,6 +206,8 @@
 %endif
 
 %changelog
+* Fri Jun 01 2007 - [email protected]
+- Set %attr for %{datadir}/icons dirs.
 * Tue May 30 2007 - [email protected]
 - bump to pidgin 2.0.1
 * Tue Apr 24 2007 - [email protected]