rpms/pkcs11-dump/F-12 pkcs11-dump.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kalev Lember kalev at fedoraproject.org
Fri Nov 27 06:45:30 UTC 2009


Author: kalev

Update of /cvs/pkgs/rpms/pkcs11-dump/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31534

Modified Files:
	.cvsignore sources 
Added Files:
	pkcs11-dump.spec 
Log Message:
Initial import (#541004).


--- NEW FILE pkcs11-dump.spec ---
Name:           pkcs11-dump
Version:        0.3.3
Release:        1%{?dist}
Summary:        Small utility for querying PKCS#11 modules

Group:          Applications/System
License:        GPLv2 with exceptions
URL:            http://alon.barlev.googlepages.com/pkcs11-utilities
Source0:        http://alon.barlev.googlepages.com/%{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
* Tue Nov 24 2009 Kalev Lember <kalev at smartlink.ee> - 0.3.3-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pkcs11-dump/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 Nov 2009 05:23:24 -0000	1.1
+++ .cvsignore	27 Nov 2009 06:45:30 -0000	1.2
@@ -0,0 +1 @@
+pkcs11-dump-0.3.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pkcs11-dump/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Nov 2009 05:23:24 -0000	1.1
+++ sources	27 Nov 2009 06:45:30 -0000	1.2
@@ -0,0 +1 @@
+96b8eb05037d3033638f54ae46b1bbb3  pkcs11-dump-0.3.3.tar.bz2




More information about the scm-commits mailing list