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