Summary: A GNU utility for secure communication and data storage. Name: gpgme Version: 0.3.14 Release: 1 Copyright: GPL Group: Applications/Cryptography Source: ftp://ftp.gnupg.org/pub/gcrypt/alpha/gpgme/%{name}-%{version}.tar.gz URL: http://www.gnupg.org/ BuildRoot: %{_tmppath}/%{name}-root %description GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. Currently it uses GnuPG as it's backend but the API isn't restricted to this engine; in fact it is planned to add other backends to it. %prep %setup -q %build ./configure make %clean rm -rf $RPM_BUILD_ROOT %install %{makeinstall} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog INSTALL NEWS README README-alpha THANKS TODO %{_bindir}/gpgme-config /usr/share/aclocal/gpgme.m4 /usr/share/info/gpgme.info* /usr/include/gpgme.h %{_libdir}/libgpgme* %changelog * Wed Aug 28 2002 Tim Jackson - Updated to 0.3.9 * Sun Aug 04 2002 Tim Jackson - updated to 0.3.8 * Thu Mar 14 2002 Tim Jackson - updated to 0.3.4 * Thu Feb 14 2002 Tim Jackson - updated to 0.3.3 * Tue Nov 26 2001 Tim Jackson - updated to 0.2.3 * Tue Jun 19 2001 Tim Jackson - updated to 0.2.2 * Sun Jun 03 2001 Tim Jackson - initial RPM'd version for 0.2.1