SHA256
1
0
forked from pool/seahorse
OBS User unknown 2008-06-30 17:26:59 +00:00 committed by Git OBS Bridge
parent 744b5c38c4
commit a7d81b5c36
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 30 19:06:02 CEST 2008 - maw@suse.de
- Remove the .desktop file icon copying hack.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 23 20:21:26 CEST 2008 - maw@suse.de Mon Jun 23 20:21:26 CEST 2008 - maw@suse.de

View File

@ -22,7 +22,7 @@ Group: System/GUI/GNOME
AutoReqProv: on AutoReqProv: on
PreReq: gconf2 PreReq: gconf2
Version: 2.22.2 Version: 2.22.2
Release: 1 Release: 2
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
Summary: GNOME2 interface for gnupg Summary: GNOME2 interface for gnupg
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
@ -153,10 +153,6 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
%suse_update_desktop_file %{name}-pgp-signature Security %suse_update_desktop_file %{name}-pgp-signature Security
%suse_update_desktop_file %{name}-pgp-keys Security %suse_update_desktop_file %{name}-pgp-keys Security
%suse_update_desktop_file %{name}-pgp-encrypted Security %suse_update_desktop_file %{name}-pgp-encrypted Security
# Hack to work around check for installed icons in .desktop files
mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
cp %{_prefix}/share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-pgp-keys.png \
$RPM_BUILD_ROOT%{_prefix}/share/pixmaps/gnome-mime-application-pgp-keys.png
%find_lang %{name} %find_lang %{name}
%find_lang %{name}-applet %{name}.lang %find_lang %{name}-applet %{name}.lang
%find_gconf_schemas %find_gconf_schemas
@ -238,6 +234,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/epiphany/%_epiphany_major_version/extensions/*.so %{_libdir}/epiphany/%_epiphany_major_version/extensions/*.so
%changelog %changelog
* Mon Jun 30 2008 maw@suse.de
- Remove the .desktop file icon copying hack.
* Mon Jun 23 2008 maw@suse.de * Mon Jun 23 2008 maw@suse.de
- Update to version 2.22.2: - Update to version 2.22.2:
+ Fix importing keys from hkp keyservers. + Fix importing keys from hkp keyservers.