Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 14c766ac26d47d834a9a7dce67c8f880 > files > 2

pkcs11-dump-0.3.4-1.fc13.src.rpm

Name:           pkcs11-dump
Version:        0.3.4
Release:        1%{?dist}
Summary:        Small utility for querying PKCS#11 modules

Group:          Applications/System
License:        GPLv2 with exceptions
URL:            http://code.google.com/p/pkcs11-tools/
Source0:        http://pkcs11-tools.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  openssl-devel

%description
pkcs11-dump is a small utility for querying PKCS#11 provider
modules for objects available on a specific crypto device
and dumping them to stdout in a human-readable format.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# Remove docs which get installed in a wrong dir
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}/pkcs11-dump/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING* README THANKS
%{_bindir}/pkcs11-dump
%{_mandir}/man1/pkcs11-dump.1*


%changelog
* Sun Jan 10 2010 Kalev Lember <kalev@smartlink.ee> - 0.3.4-1
- Update to pkcs11-dump 0.3.4

* Tue Nov 24 2009 Kalev Lember <kalev@smartlink.ee> - 0.3.3-1
- Initial RPM release.