rpms/gossip/FC-5 .cvsignore, 1.6, 1.7 gossip.spec, 1.16, 1.17 sources, 1.6, 1.7

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon May 1 23:59:38 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/gossip/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv858

Modified Files:
	.cvsignore gossip.spec sources 
Log Message:
* Mon May  1 2006 Brian Pepple <bdpepple at ameritech.net> - 0.11-2
- Update to 0.11.
- Add scriptlets for gtk+ icon cache.
- Add icons to files.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gossip/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	18 Mar 2006 20:54:32 -0000	1.6
+++ .cvsignore	1 May 2006 23:59:38 -0000	1.7
@@ -1 +1 @@
-gossip-0.10.2.tar.bz2
+gossip-0.11.tar.bz2


Index: gossip.spec
===================================================================
RCS file: /cvs/extras/rpms/gossip/FC-5/gossip.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gossip.spec	18 Mar 2006 20:54:32 -0000	1.16
+++ gossip.spec	1 May 2006 23:59:38 -0000	1.17
@@ -1,7 +1,7 @@
 %define with_dbus 1
 
 Name:           gossip
-Version:        0.10.2
+Version:        0.11
 Release:        2%{?dist}
 Summary:        Gnome Jabber Client
 
@@ -85,6 +85,10 @@
 gconftool-2 --makefile-install-rule \
   %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
 scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %preun
@@ -97,6 +101,10 @@
 
 %postun
 scrollkeeper-update -q || :
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %files -f %{name}.lang
@@ -106,7 +114,8 @@
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_sysconfdir}/sound/events/%{name}.soundlist
 %{_datadir}/applications/*.desktop
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.glade
 %{_datadir}/%{name}/*.png
@@ -121,6 +130,11 @@
 
 
 %changelog
+* Mon May  1 2006 Brian Pepple <bdpepple at ameritech.net> - 0.11-2
+- Update to 0.11.
+- Add scriptlets for gtk+ icon cache.
+- Add icons to files.
+
 * Sat Mar 18 2006 Brian Pepple <bdpepple at ameritech.net> - 0.10.2-2
 - Update to 0.10.2.
 - Add BR for iso-codes-devel & gnome-doc-utils.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gossip/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	18 Mar 2006 20:54:32 -0000	1.6
+++ sources	1 May 2006 23:59:38 -0000	1.7
@@ -1 +1 @@
-f53dbf1fa951c620dbf4b95560e51c8c  gossip-0.10.2.tar.bz2
+4b2720f96df77e9c35f5eb7abbb10dab  gossip-0.11.tar.bz2




More information about the fedora-extras-commits mailing list