Package gpgme: Information

    Source package: gpgme
    Version: 1.3.0-alt5
    Build time:  Mar 9, 2011, 02:14 AM
    Category: System/Libraries
    Report package bug
    License: LGPLv2.1+
    Summary: GnuPG Made Easy is a library designed to make access to GnuPG easier for applications
    Description: 
    GnuPG Made Easy (GPGME) is a C language library that allows to add
    support for cryptography to a program.  It is designed to make access
    to public key crypto engines like GnuPG or GpgSM easier for
    applications.  GPGME provides a high-level crypto API for encryption,
    decryption, signing, signature verification and key management.

    List of rpms provided by this srpm:
    libgpgme (x86_64, i586)
    libgpgme-debuginfo (x86_64, i586)
    libgpgme-devel (x86_64, i586)

    Maintainer: Dmitry V. Levin



      1. libassuan-devel >= 2.0
      2. gcc-c++
      3. libstdc++-devel
      4. gnupg2
      5. libgpg-error-devel
      6. libpth-devel

    Last changed


    March 8, 2011 Dmitry V. Levin 1.3.0-alt5
    - Fixed tests to work with gnupg-2.0.17.
    Nov. 18, 2010 Dmitry V. Levin 1.3.0-alt4
    - Rebuilt for soname set-versions.
    Feb. 15, 2010 Dmitry V. Levin 1.3.0-alt3
    - Fixed gpgme-config so it won't force redundant linkage with -lassuan
      any longer; libgpgme is already linked with -lassuan, that's enough.
      This unwanted gpgme-config behaviour was introduced in 1.3.0 version.
    - Dropped -texinfo.patch, install-info(1) starting with texinfo-4.12
      formats direntries automatically.
    - Forced info docs regeneration with makeinfo --no-split.