Overview
| Comment: | Updated RPM spec file description and email address | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 2cb25c581d1ecd3ac64ff2e96553e6e0 | 
| User & Date: | rkeene on 2015-07-16 16:50:04 | 
| Other Links: | manifest | tags | 
Context
| 2015-07-16 | ||
| 17:04 | Updated Windows zlib build check-in: 526fde7c45 user: rkeene tags: trunk | |
| 16:50 | Updated RPM spec file description and email address check-in: 2cb25c581d user: rkeene tags: trunk | |
| 16:20 | CACKey 0.7.4 check-in: 1adc8b9d33 user: rkeene tags: 0.7.4, trunk | |
Changes
Modified cackey.spec from [44c05e1bea] to [0ed6aa2c0b].
| 1 2 3 4 5 | Summary: PC/SC PKCS#11 Provider for Government Smartcards Name: cackey Version: @@VERS@@ Release: 1 License: Public Domain | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 
Summary: PC/SC PKCS#11 Provider for Government Smartcards
Name: cackey
Version: @@VERS@@
Release: 1
License: Public Domain
Packager: Roy Keene <cackey@rkeene.org>
URL: https://software.forge.mil/sf/frs/do/listReleases/projects.community_cac/frs.cackey
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Group: System Environment/Libraries
Requires: pcsc-lite
%description
CACKey provides a standard interface (PKCS#11) for smartcards connected to a
PC/SC compliant reader.  It performs a similar function to "CoolKey", but
only supports Government Smartcards.  It supports all Government Smartcards
that implement the Government Smartcard Interoperability Specification (GSC-IS)
v2.1 or newer as well as PIV cards that comply with NIST SP 800-73-3.
%prep
%setup -q
%build
 | 
| ︙ | ︙ |