diff --git a/vinagre.spec b/vinagre.spec index 6031419..d9fe4ce 100644 --- a/vinagre.spec +++ b/vinagre.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT 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 @@ fi %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 @@ update-mime-database %{_datadir}/mime >/dev/null %doc README NEWS COPYING AUTHORS %changelog +* Mon Feb 18 2008 Matthias Clasen - 0.4.91-2 +- Spec file fixes + * Tue Feb 12 2008 Matthias Clasen - 0.4.91-1 - Update to 0.4.91