Index: cackey.spec ================================================================== --- cackey.spec +++ cackey.spec @@ -1,14 +1,16 @@ Summary: PC/SC PKCS#11 Provider for Government Smartcards Name: cackey Version: @@VERS@@ -Release: 1aceit +Release: 1 License: Public Domain Packager: Roy Keene 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 Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -1,6 +1,6 @@ -AC_INIT(cackey, 0.5.7) +AC_INIT(cackey, 0.5.8) AC_CONFIG_HEADERS(config.h) dnl Locate standard tools AC_PROG_CC AC_PROG_MAKE_SET