2.30.0
This commit is contained in:
parent
3b8b4507dc
commit
1a9e41a47f
@ -1 +1 @@
|
||||
seahorse-2.29.90.tar.bz2
|
||||
seahorse-2.30.0.tar.bz2
|
||||
|
@ -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 <mclasen@redhat.com> 2.30.0-1
|
||||
- Update to 2.30.0
|
||||
|
||||
* Mon Feb 22 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.91-1
|
||||
- Update to 2.29.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user