Name: libopencdk Version: 0.6.6 Release: 1mamba Summary: This library provides basic parts of the OpenPGP message format Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.gnu.org/software/gnutls/ Source: ftp://ftp.gnutls.org/pub/gnutls/opencdk/opencdk-%{version}.tar.bz2 License: GPL BuildRequires: libgcrypt-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This library provides basic parts of the OpenPGP message format. For reference, please read the rfc2440.txt in the doc/ directory. Due to some possible security problems, the library also implements parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange messages with earlier PGP version < 7, you should use the compat mode. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This library provides basic parts of the OpenPGP message format. For reference, please read the rfc2440.txt in the doc/ directory. Due to some possible security problems, the library also implements parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange messages with earlier PGP version < 7, you should use the compat mode. This package contains static libraries and header files need for development. %prep %setup -q -n opencdk-%{version} %build %configure %if "%{_host}" == "%{_build}" %make %else %make LDFLAGS="-lgcrypt -lgpg-error" %endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libopencdk.so.* %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %files devel %defattr(-,root,root) %{_bindir}/opencdk-config %{_includedir}/opencdk.h %{_libdir}/libopencdk.a %{_libdir}/libopencdk.la %{_libdir}/libopencdk.so %{_libdir}/pkgconfig/opencdk.pc %changelog * Tue Jan 06 2009 Silvan Calarco 0.6.6-1mamba - update to 0.6.6 * Wed Nov 07 2007 Aleph0 0.5.13-1mamba - update to 0.5.13 * Mon Sep 13 2004 Silvan Calarco 0.5.5-1qilnx - package created by autospec