rpms/vinagre/devel vinagre.spec,1.14,1.15

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Feb 19 04:33:31 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/vinagre/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24417

Modified Files:
	vinagre.spec 
Log Message:
Spec file fixes



Index: vinagre.spec
===================================================================
RCS file: /cvs/extras/rpms/vinagre/devel/vinagre.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vinagre.spec	12 Feb 2008 05:22:08 -0000	1.14
+++ vinagre.spec	19 Feb 2008 04:32:55 -0000	1.15
@@ -1,12 +1,12 @@
 Name:		vinagre
 Version:	0.4.91
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	VNC client for the GNOME desktop
 
 Group:		Applications/System
 License:	GPLv2+
 URL:		http://www.gnome.org/~jwendell/vinagre/
-Source0:	http://www.gnome.org/~jwendell/vinagre/downloads/%{name}-%{version}.tar.bz2
+Source0:	http://download.gnome.org/sources/vinagre/0.4/%{name}-%{version}.tar.bz2
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -60,6 +60,11 @@
 update-desktop-database -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/vinagre.schemas > /dev/null || :
+touch %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
+
 
 %pre
 if [ "$1" -gt 1 -a -f %{_sysconfdir}/gconf/schemas/vinagre.schemas ]; then
@@ -76,6 +81,10 @@
 %postun
 update-desktop-database -q
 update-mime-database %{_datadir}/mime >/dev/null
+touch %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
 
 
 %files -f vinagre.lang
@@ -90,6 +99,9 @@
 %doc README NEWS COPYING AUTHORS
 
 %changelog
+* Mon Feb 18 2008 Matthias Clasen <mclasen at redhat.com> - 0.4.91-2
+- Spec file fixes
+
 * Tue Feb 12 2008 Matthias Clasen <mclasen at redhat.com> - 0.4.91-1
 - Update to 0.4.91
 




More information about the fedora-extras-commits mailing list