From 054322dfe5389a5ebf8347064171782c525f053961c352aa3d2b27037d6646a4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Dec 2011 20:10:43 +0000 Subject: [PATCH 1/2] Accepting request 94752 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94752 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=32 --- gpgme.changes | 5 +++++ gpgme.spec | 9 +++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gpgme.changes b/gpgme.changes index 3124488..4c3b9f3 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 1 15:56:05 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Sun Oct 2 15:20:21 UTC 2011 - crrodriguez@opensuse.org diff --git a/gpgme.spec b/gpgme.spec index 036030f..2b53461 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -15,19 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: gpgme BuildRequires: gpg2 >= 2.0.10 Version: 1.3.1 -Release: 1 -License: GPLv2+ +Release: 0 +License: GPL-2.0+ Summary: A Library Designed to Give Applications Easy Access to GnuPG Url: http://www.gnupg.org/related_software/gpgme/ Group: Productivity/Security Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2 Patch0: gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch Source2: baselibs.conf +BuildRequires: automake BuildRequires: libassuan-devel >= 2.0.2 BuildRequires: libgpg-error-devel >= 1.4 PreReq: %install_info_prereq @@ -48,7 +47,6 @@ Authors of MUAs should especially consider using GPGME. Creating a set of standard widgets for common key selection tasks is even planned. %package -n libgpgme11 -License: GPLv2+ Summary: A Library Designed to give Applications easy Access to GnuPG Group: Development/Libraries/C and C++ Requires: gpg2 @@ -70,7 +68,6 @@ Authors of MUAs should especially consider using GPGME. Creating a set of standard widgets for common key selection tasks is even planned. %package -n libgpgme-devel -License: GPLv2+ Summary: A Library Designed to give Applications easy Access to GnuPG Group: Development/Libraries/C and C++ Requires: glibc-devel From 5ae3ea13bc44e0a1b02ac9dd7434ff1e3546a935deb55a1ce7110622bd3ab781 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 20 Dec 2011 11:02:29 +0000 Subject: [PATCH 2/2] replace tarball OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=33 --- gpgme-1.3.1.tar.bz2 | 4 ++-- gpgme.spec | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gpgme-1.3.1.tar.bz2 b/gpgme-1.3.1.tar.bz2 index c06cd4e..53b1b92 100644 --- a/gpgme-1.3.1.tar.bz2 +++ b/gpgme-1.3.1.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f71b336604cfbad1d97096edd26b03a34caac8b92fe354e1293f168a3a51d46 -size 843510 +oid sha256:15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4 +size 841093 diff --git a/gpgme.spec b/gpgme.spec index 2b53461..378968a 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: gpgme BuildRequires: gpg2 >= 2.0.10 Version: 1.3.1 Release: 0 -License: GPL-2.0+ Summary: A Library Designed to Give Applications Easy Access to GnuPG -Url: http://www.gnupg.org/related_software/gpgme/ +License: GPL-2.0+ Group: Productivity/Security +Url: http://www.gnupg.org/related_software/gpgme/ Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2 Patch0: gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch Source2: baselibs.conf