OBS User unknown 2008-06-25 21:07:53 +00:00 committed by Git OBS Bridge
parent 3c5463d102
commit 744b5c38c4
5 changed files with 35 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9791ad2d5ca9013db14310340227f8e5b1a519f2525066d10061c6d1b6f9c47
size 2195121

3
seahorse-2.22.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0b217462274eb07223c97651e15e633c2fa1087886362848e94cd696158aeba
size 2121631

11
seahorse-configure.patch Normal file
View File

@ -0,0 +1,11 @@
--- configure.in
+++ configure.in
@@ -26,6 +26,8 @@ AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AC_CONFIG_MACRO_DIR([m4])
+AC_PROG_CC
+AC_PROG_CXX
AC_PROG_INTLTOOL([0.35.0])
AM_PROG_LIBTOOL
AM_GCONF_SOURCE_2

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 23 20:21:26 CEST 2008 - maw@suse.de
- Update to version 2.22.2:
+ Fix importing keys from hkp keyservers.
-------------------------------------------------------------------
Fri Jun 20 14:12:34 CEST 2008 - schwab@suse.de
- Fix configure script.
-------------------------------------------------------------------
Tue May 13 19:45:22 CEST 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package seahorse (Version 2.22.1)
# spec file for package seahorse (Version 2.22.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,8 +21,8 @@ License: GPL v2 or later
Group: System/GUI/GNOME
AutoReqProv: on
PreReq: gconf2
Version: 2.22.1
Release: 19
Version: 2.22.2
Release: 1
Requires: %{name}-lang = %{version}
Summary: GNOME2 interface for gnupg
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
@ -32,6 +32,7 @@ Patch1: seahorse-xsltproc-nonet.patch
Patch2: seahorse-ephy-2.22.patch
# Disable this one for now until epiphany builds against xulrunner 19
Patch3: seahorse-mozilla-xulrunner19.patch
Patch4: seahorse-configure.patch
Url: http://seahorse.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
@ -123,6 +124,7 @@ Authors:
%patch1 -p1
%patch2
### %patch3 -p1
%patch4
%build
%{?suse_update_config:%{suse_update_config -f}}
@ -236,6 +238,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/epiphany/%_epiphany_major_version/extensions/*.so
%changelog
* Mon Jun 23 2008 maw@suse.de
- Update to version 2.22.2:
+ Fix importing keys from hkp keyservers.
* Fri Jun 20 2008 schwab@suse.de
- Fix configure script.
* Tue May 13 2008 maw@suse.de
- Create new subpackages (bnc#387472):
+ -gedit-plugin