]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - gpgme/gpgme.nm
Mass rebuild for incorrectly packaged libtool archive files
[ipfire-3.x.git] / gpgme / gpgme.nm
index 93b30618f8f443f8b14bdeb27a1ff4200e571384..34343f0a7bbc00791f24720db01fb1de8c3bd5bc 100644 (file)
@@ -4,13 +4,13 @@
 ###############################################################################
 
 name       = gpgme
-version    = 1.5.3
-release    = 2
+version    = 1.18.0
+release    = 2.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,21 @@ 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
-               pth-devel
+               pkg-config
                which
        end
 
        configure_options += \
-               --with-gpg=%{bindir}/gpg2 \
                --disable-gpg-test
 
        # Tests hang indefinitely
@@ -54,8 +54,6 @@ packages
 
        package %{name}-devel
                template DEVEL
-
-               requires += libgpg-error-devel
        end
 
        package %{name}-debuginfo