Summary: X.509 library Name: libksba Version: 0.9.9 Release: 1%{?dist_tag} License: GPL Group: System Environment/Libraries URL: http://www.gnupg.org/ Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-0.9.9.tar.gz Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-0.9.9.tar.gz.sig Patch0: libksba-0.9.9-underquoted.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libgpg-error >= 0:0.7 BuildRequires: libgcrypt-devel >= 0:1.2.0 %description KSBA is a library designed to build software based on the X.509 and CMS protocols. %package devel Summary: Development headers and libraries for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %description devel Development headers and libraries for %{name}. %prep %setup -q %patch -p1 -b .underquoted %build %configure # not smp safe make make check %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_libdir}/*.la} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post devel install-info %{_infodir}/ksba.info.gz %{_infodir}/dir ||: %postun devel if [ $1 -eq 0 ]; then install-info --delete %{_infodir}/ksba.info.gz %{_infodir}/dir ||: fi %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README* THANKS TODO VERSION %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_bindir}/* %{_libdir}/*.a %{_libdir}/*.so %{_includedir}/* %{_datadir}/aclocal/* %{_infodir}/* %changelog * Tue Feb 1 2005 Michael Schwendt - 0:0.9.9-1 - Minus BR libtool, add epoch to -devel req, fix underquoted ksba.m4. * Tue Oct 19 2004 Rex Dieter 0:0.9.9-0.fdr.1 - 0.9.9 * Thu Mar 20 2003 Ville Skyttä - 0.4.7-0.fdr.1 - Update to 0.4.7, and to current Fedora guidelines. - Exclude %%{_libdir}/*.la. * Tue Feb 12 2003 Warren Togami 0.4.6-1.fedora.3 - temporary workaround to lib/dir conflict problem * Sat Feb 8 2003 Ville Skyttä - 0.4.6-1.fedora.1 - First Fedora release.