OBS User unknown 2007-06-22 22:21:40 +00:00 committed by Git OBS Bridge
parent 59fb303d36
commit d34a6300a4
3 changed files with 33 additions and 2 deletions

View File

@ -0,0 +1,18 @@
gpg 1.x has been dropped; see
http://lists.opensuse.org/opensuse-factory/2007-06/msg00142.html
Index: seahorse-1.0.1/configure.in
===================================================================
--- seahorse-1.0.1.orig/configure.in
+++ seahorse-1.0.1/configure.in
@@ -83,8 +83,8 @@ AC_ARG_ENABLE(gpg-check,
DO_CHECK=$enableval, DO_CHECK=yes)
if test "$DO_CHECK" = "yes"; then
- accepted_versions="1.2 1.4"
- AC_PATH_PROG(GNUPG, gpg, no)
+ accepted_versions="1.2 1.4 2.0"
+ AC_PATH_PROG(GNUPG, gpg2, no)
ok="no"
if test "$GNUPG" != "no"; then
AC_MSG_CHECKING(for appropriate GnuPG version)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 22 23:31:47 CEST 2007 - maw@suse.de
- s/gpg/gpg2/ in the buildreq
- Add seahorse-gpg-version.patch to allow builds when only gpg2
is installed.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 6 01:23:33 CEST 2007 - ro@suse.de Wed Jun 6 01:23:33 CEST 2007 - ro@suse.de

View File

@ -11,17 +11,18 @@
# norootforbuild # norootforbuild
Name: seahorse Name: seahorse
BuildRequires: gnome-doc-utils-devel gnome-themes gpg gpgme-devel intltool libglade2-devel libgnomeprintui-devel libgpg-error-devel libsoup-devel libwnck-devel mDNSResponder-devel nautilus-devel openldap2 openldap2-devel openssh perl-XML-Parser update-desktop-files BuildRequires: gnome-doc-utils-devel gnome-themes gpg2 gpgme-devel intltool libglade2-devel libgnomeprintui-devel libgpg-error-devel libsoup-devel libwnck-devel mDNSResponder-devel nautilus-devel openldap2 openldap2-devel openssh perl-XML-Parser update-desktop-files
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Group: System/GUI/GNOME Group: System/GUI/GNOME
Autoreqprov: on Autoreqprov: on
PreReq: gconf2 PreReq: gconf2
Version: 1.0.1 Version: 1.0.1
Release: 18 Release: 25
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
Patch2: %{name}-gpgme-version.patch Patch2: %{name}-gpgme-version.patch
Patch3: abuild.patch Patch3: abuild.patch
Patch4: %{name}-gpg-version.patch
URL: http://seahorse.sourceforge.net/ URL: http://seahorse.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -63,6 +64,7 @@ Authors:
%setup %setup
%patch2 %patch2
%patch3 -p1 %patch3 -p1
%patch4 -p1
%build %build
%{?suse_update_config:%{suse_update_config -f}} %{?suse_update_config:%{suse_update_config -f}}
@ -150,6 +152,10 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/libcryptui/*.h %{_includedir}/libcryptui/*.h
%changelog %changelog
* Fri Jun 22 2007 - maw@suse.de
- s/gpg/gpg2/ in the buildreq
- Add seahorse-gpg-version.patch to allow builds when only gpg2
is installed.
* Wed Jun 06 2007 - ro@suse.de * Wed Jun 06 2007 - ro@suse.de
- added gpg to buildreq - added gpg to buildreq
* Mon Apr 16 2007 - maw@suse.de * Mon Apr 16 2007 - maw@suse.de