]> 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 317a046fd742fd805bd7edc42f71fa0a146f451e..34343f0a7bbc00791f24720db01fb1de8c3bd5bc 100644 (file)
@@ -4,13 +4,13 @@
 ###############################################################################
 
 name       = gpgme
-version    = 1.3.0
-release    = 1
+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,26 +19,27 @@ 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
 
-       test
-               make -C tests check
-       end
+       # Tests hang indefinitely
+       #test
+       #       make -C tests check
+       #end
 
        install_cmds
                # Remove LISP examples.
@@ -53,8 +54,6 @@ packages
 
        package %{name}-devel
                template DEVEL
-
-               requires += libgpg-error-devel
        end
 
        package %{name}-debuginfo