OBS User unknown 2007-04-02 00:11:42 +00:00 committed by Git OBS Bridge
parent 321aac2167
commit 143ef55314
2 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 2 01:52:47 CEST 2007 - ro@suse.de
- updated gconf scriptlets
-------------------------------------------------------------------
Mon Feb 5 01:00:56 CET 2007 - ro@suse.de

View File

@ -17,7 +17,7 @@ Group: System/GUI/GNOME
Autoreqprov: on
PreReq: gconf2
Version: 0.8
Release: 60
Release: 66
Summary: GNOME2 interface for gnupg
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
Patch: %{name}-uninited.patch
@ -25,6 +25,8 @@ Patch2: %{name}-gpgme-version.patch
URL: http://seahorse.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%description
Seahorse is a gnome2 interface for gnupg. It uses gpgme as the backend.
@ -67,7 +69,6 @@ rm -rf $RPM_BUILD_ROOT/var/%_lib/scrollkeeper
rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.*a
( cd ${RPM_BUILD_ROOT}/%{_datadir}/mime/ && rm -rf XMLnamespaces globs mime application magic )
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
%find_lang %{name}
%suse_update_desktop_file %{name} Security
%suse_update_desktop_file %{name}-pgp-preferences Security
# Hack to work around check for installed icons in .desktop files
@ -75,7 +76,9 @@ 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
rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.*a
%find_lang %{name}
%find_gconf_schemas
cat %{name}.schemas_list %{name}.lang >%{name}.lst
%pre -f %{name}.schemas_pre
@ -98,7 +101,7 @@ fi
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %files -f %{name}.lang
%files -f %{name}.lst
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%defattr (-, root, root)
@ -110,10 +113,11 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/mime-info
%{_prefix}/share/pixmaps/*.png
%{_prefix}/share/seahorse
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_prefix}/share/mime/packages/seahorse.xml
%changelog -n seahorse
%changelog
* Mon Apr 02 2007 - ro@suse.de
- updated gconf scriptlets
* Mon Feb 05 2007 - ro@suse.de
- GNOME moved to /usr
* Thu Dec 07 2006 - sbrabec@suse.cz