diff --git a/.cvsignore b/.cvsignore index a134d8a..bc7ba71 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -seahorse-2.29.90.tar.bz2 +seahorse-2.30.0.tar.bz2 diff --git a/seahorse.spec b/seahorse.spec index 52bdee6..828cde5 100644 --- a/seahorse.spec +++ b/seahorse.spec @@ -1,5 +1,5 @@ Name: seahorse -Version: 2.29.91 +Version: 2.30.0 Release: 1%{?dist} Summary: A GNOME application for managing encryption keys Group: User Interface/Desktops @@ -7,8 +7,8 @@ Group: User Interface/Desktops # libcryptui is LGPLv2+ License: GPLv2+ and LGPLv2+ URL: http://projects.gnome.org/seahorse/ -Source: http://download.gnome.org/sources/seahorse/2.29/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +#VCS: git:git://git.gnome.org/seahorse +Source: http://download.gnome.org/sources/seahorse/2.30/%{name}-%{version}.tar.bz2 BuildRequires: desktop-file-utils BuildRequires: gettext @@ -32,13 +32,11 @@ BuildRequires: dbus-glib-devel BuildRequires: gobject-introspection-devel >= 0.6.4 BuildRequires: gir-repository-devel # for g-ir-scanner -BuildRequires: libtool +BuildRequires: libtool Requires(post): desktop-file-utils Requires(post): GConf2 -Requires(post): scrollkeeper Requires(post): shared-mime-info Requires(postun): desktop-file-utils -Requires(postun): scrollkeeper Requires(postun): shared-mime-info # https://bugzilla.redhat.com/show_bug.cgi?id=474419 @@ -122,26 +120,22 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 \ --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : -scrollkeeper-update -q ||: update-mime-database %{_datadir}/mime/ > /dev/null update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - +touch --no-create %{_datadir}/icons/hicolor >&/dev/null || : %postun /sbin/ldconfig -scrollkeeper-update -q ||: update-mime-database %{_datadir}/mime/ > /dev/null update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +if [ $1 -eq 0 ]; then + touch --no-create %{_datadir}/icons/hicolor >&/dev/null|| : + gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : fi +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %files -f %{name}.lang %defattr(-,root,root,-) @@ -171,6 +165,9 @@ fi %{_datadir}/gir-1.0 %changelog +* Tue Mar 30 2010 Matthias Clasen 2.30.0-1 +- Update to 2.30.0 + * Mon Feb 22 2010 Tomas Bzatek 2.29.91-1 - Update to 2.29.91 diff --git a/sources b/sources index c43c2fa..495ea91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c4718151043b25d9a8bd7b0bf9b13eb seahorse-2.29.91.tar.bz2 +46f3f1b50138d26ffcd22d331a9dcf7b seahorse-2.30.0.tar.bz2