OBS User unknown
2008-01-10 13:14:30 +00:00
committed by Git OBS Bridge
parent ca710c27a2
commit 21ce789f92
6 changed files with 69 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package gpg2 (Version 2.0.5)
# spec file for package gpg2 (Version 2.0.8)
#
# Copyright (c) 2007 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
# package are under the same license as the package itself.
#
@@ -24,9 +24,9 @@ Requires: pinentry, dirmngr
Provides: newpg gpg = 1.4.7 gnupg = %{version}
Obsoletes: newpg gpg <= 1.4.7
Summary: GnuPG 2
Version: 2.0.5
Release: 2
Source: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.5.tar.bz2
Version: 2.0.8
Release: 1
Source: gnupg-2.0.8.tar.bz2
Patch1: gnupg-2.0.5.fixes-from-svn-20070812.diff
Patch3: gnupg-2.0.4-oldkey.diff
Patch5: gnupg-1.9.22-ccid-driver-fix.diff
@@ -48,7 +48,8 @@ Authors:
%prep
%setup -q -n gnupg-%version
%patch1 -p1
#%patch1 -p1
#included in upstream 2.0.8
%patch3
%patch5
%patch6
@@ -63,6 +64,7 @@ sed -i '/AM_GNU_GETTEXT_VERSION/s/0.16.1/0.16/' configure.ac
autoreconf -fi
%build
CFLAGS="%{optflags}" \
./configure \
--prefix=%{_prefix} \
--sysconfdir=/etc \
@@ -117,7 +119,16 @@ make check
/usr/sbin/addgnupghome
/usr/sbin/applygnupgdefaults
/usr/share/gnupg
%changelog
* Tue Jan 08 2008 - sassmann@suse.de
- update to GnuPG-2.0.8
- adapted patches to apply properly
* gnupg-1.9.18-tmpdir.diff
* gnupg-2.0.4-install_tools.diff
- gnupg-2.0.5.fixes-from-svn-20070812.diff commented out,
included in upstream 2.0.8
- use optflags during build
* Wed Sep 12 2007 - ltinkl@suse.cz
- fix #304749 - gpg2 unable to use old secret key
* Mon Sep 10 2007 - ltinkl@suse.cz