]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
gpgme: Update to 1.18.0
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Dec 2022 12:11:27 +0000 (12:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Dec 2022 12:11:27 +0000 (12:11 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
gpgme/gpgme.nm

index f9a36a094c20202a49b2c2cb295bcc93339c9012..4c4239b143cd0b9f807b0d083f3ddc4c7b919c72 100644 (file)
@@ -4,13 +4,13 @@
 ###############################################################################
 
 name       = gpgme
-version    = 1.12.0
+version    = 1.18.0
 release    = 1
 
 groups     = Applications/System
-url        = http://www.gnupg.org/related_software/gpgme/
+url        = https://www.gnupg.org/related_software/gpgme/
 license    = LGPLv2+
-summary    = GnuPG Made Easy - high level crypto API.
+summary    = GnuPG Made Easy - high level crypto API
 
 description
        GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
@@ -19,21 +19,22 @@ description
        management.
 end
 
-source_dl  = ftp://ftp.gnupg.org/gcrypt/gpgme/
+source_dl  = https://www.gnupg.org/ftp/gcrypt/gpgme/
 sources    = %{thisapp}.tar.bz2
 
 build
        requires
                gawk
+               glib2-devel
                gnupg2
                libassuan-devel
                libgpg-error-devel
+               pkg-config
                pth-devel
                which
        end
 
        configure_options += \
-               --with-gpg=%{bindir}/gpg2 \
                --disable-gpg-test
 
        # Tests hang indefinitely
@@ -54,8 +55,6 @@ packages
 
        package %{name}-devel
                template DEVEL
-
-               requires += libgpg-error-devel
        end
 
        package %{name}-debuginfo