forked from pool/seahorse
This commit is contained in:
parent
3c5463d102
commit
744b5c38c4
@ -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
3
seahorse-2.22.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c0b217462274eb07223c97651e15e633c2fa1087886362848e94cd696158aeba
|
||||||
|
size 2121631
|
11
seahorse-configure.patch
Normal file
11
seahorse-configure.patch
Normal 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
|
@ -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
|
Tue May 13 19:45:22 CEST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -21,8 +21,8 @@ License: GPL v2 or later
|
|||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: gconf2
|
PreReq: gconf2
|
||||||
Version: 2.22.1
|
Version: 2.22.2
|
||||||
Release: 19
|
Release: 1
|
||||||
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
|
||||||
@ -32,6 +32,7 @@ Patch1: seahorse-xsltproc-nonet.patch
|
|||||||
Patch2: seahorse-ephy-2.22.patch
|
Patch2: seahorse-ephy-2.22.patch
|
||||||
# Disable this one for now until epiphany builds against xulrunner 19
|
# Disable this one for now until epiphany builds against xulrunner 19
|
||||||
Patch3: seahorse-mozilla-xulrunner19.patch
|
Patch3: seahorse-mozilla-xulrunner19.patch
|
||||||
|
Patch4: seahorse-configure.patch
|
||||||
Url: http://seahorse.sourceforge.net/
|
Url: http://seahorse.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
@ -123,6 +124,7 @@ Authors:
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
### %patch3 -p1
|
### %patch3 -p1
|
||||||
|
%patch4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
%{?suse_update_config:%{suse_update_config -f}}
|
||||||
@ -236,6 +238,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/epiphany/%_epiphany_major_version/extensions/*.so
|
%{_libdir}/epiphany/%_epiphany_major_version/extensions/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 13 2008 maw@suse.de
|
||||||
- Create new subpackages (bnc#387472):
|
- Create new subpackages (bnc#387472):
|
||||||
+ -gedit-plugin
|
+ -gedit-plugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user