Summary: Provides basic parts of the OpenPGP message format Name: opencdk Version: 0.6.6 Release: 1 License: GPL Group: System Environment/Libraries URL: http://www.gnu.org/software/gnutls/download.html Source0: ftp://ftp.gnutls.org/pub/gnutls/opencdk/%{name}-%{version}.tar.bz2 Source1: ftp://ftp.gnutls.org/pub/gnutls/opencdk/%{name}-%{version}.tar.bz2.sig Patch0: %{name}-%{version}-aix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: libgcrypt-devel, zlib-devel Requires: libgcrypt, zlib %package devel Summary: Files which are needed to develop applications using opencdk Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libgcrypt-devel, zlib-devel, pkg-config %description This library provides basic parts of the OpenPGP message format. For reference, please read RFC2440. Due to some possible security problems, the library also implements parts of draft-ietf-openpgp-rfc2440bis-06.txt. The aim of the library is *not* to replace any available OpenPGP version. There will be no real support for key management (sign, revoke, alter preferences, ...) and some other parts are only rudimentary available. The main purpose is to handle and understand OpenPGP packets and to use basic operations. For example to encrypt/decrypt or to sign/verify and packet routines. %description devel This library provides basic parts of the OpenPGP message format. For reference, please read RFC2440. Due to some possible security problems, the library also implements parts of draft-ietf-openpgp-rfc2440bis-06.txt. This package contains headerfiles and libraries which are needed to develop applications based on opencdk. %prep %setup -q %patch0 -p0 %build export CC=xlc ./configure \ --prefix=%{_prefix} \ --enable-shared --enable-static make %{?_smp_mflags} %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,system,-) %doc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO %{_libdir}/*.a %files devel %defattr(-,root,system,-) %doc doc/*.html %{_bindir}/*-config %{_includedir}/* %{_libdir}/*/*.pc %changelog * Tue Dec 18 2007 Michael Perzl - 0.6.6-1 - first version for AIX V5.1 and higher