OBS User unknown 2007-09-10 22:41:24 +00:00 committed by Git OBS Bridge
parent b273ba11c0
commit 2d29b35d85
3 changed files with 42 additions and 21 deletions

View File

@ -0,0 +1,11 @@
--- coolkey-1.1.0/src/install/pk11install.c~ 2007-02-06 14:40:36.000000000 -0500
+++ coolkey-1.1.0/src/install/pk11install.c 2007-09-05 15:01:57.000000000 -0400
@@ -150,6 +150,8 @@ DirList dirList[] = {
{ HomeDir, ".mozilla/*", NULL },
{ HomeDir, ".thunderbird/*", NULL },
{ HomeDir, ".netscape", NULL },
+ { HomeDir, ".evolution", NULL },
+ { HomeDir, ".ooo-2.0/user", NULL },
#endif
#endif
#ifdef MAC

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 6 21:03:20 CEST 2007 - jberkman@novell.com
- install pk11install
- teach pk11install about evolution and openoffice
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 3 12:31:03 CEST 2007 - sbrabec@suse.cz Fri Aug 3 12:31:03 CEST 2007 - sbrabec@suse.cz

View File

@ -11,7 +11,7 @@
Name: coolkey Name: coolkey
Version: 1.1.0 Version: 1.1.0
Release: 1 Release: 10
Summary: CoolKey PKCS #11 PKI Module for Smart Cards Summary: CoolKey PKCS #11 PKI Module for Smart Cards
License: LGPL v2 only License: LGPL v2 only
Group: Productivity/Security Group: Productivity/Security
@ -20,8 +20,9 @@ Source: %{name}-%{version}.tar.bz2
Patch: coolkey-configure-syntax-error.patch Patch: coolkey-configure-syntax-error.patch
Patch1: coolkey-string-literal-comparison.patch Patch1: coolkey-string-literal-comparison.patch
Patch2: coolkey-amflags.patch Patch2: coolkey-amflags.patch
Patch3: coolkey-1.1.0-evoandooo.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ pcsc-lite-devel pkg-config zlib-devel BuildRequires: gcc-c++ mozilla-nss-devel pcsc-lite-devel pkg-config zlib-devel
#Requires: pcsc-lite #Requires: pcsc-lite
# Requires: ifd-egate # Requires: ifd-egate
Requires: pcsc-ccid Requires: pcsc-ccid
@ -32,24 +33,21 @@ Obsoletes: CoolKey Openkey
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
%description %description
Linux Driver support for the CoolKey and CAC products. Linux Driver support for the CoolKey and CAC products. CoolKeys are
part of a complete PKI solution that provides smart card login, single
CoolKeys are part of complete PKI solution that provides smart card sign-on, secure messaging, and secure email access. In the complete
login, single sign-on, secure messaging, and secure email access. In solution, users are issued CoolKeys by their employer, ISP, bank, or
the complete solution, users are issued CoolKeys by their employer, other parties. When the user plugs the keys in for the first time, the
ISP, bank, or other agency. When the user plugs in the keys for the keys are automatically provisioned with certificates, keys, and a PIN,
first time, the keys are automatically provisioned with certificates, unique for that user by the Red Hat Certificate System. Once the
keys, and a PIN unique to that user by the Red Hat Certificate System. CoolKey is provisioned, the user can take the key to any system and use
Once the CoolKey is provisioned, the user can take the key to any it to login (authenticate), send and receive signed and encrypted
system and use it to login (authenticate), send and receive signed and email, or participate in secure messaging or IRC communication. Using a
encrypted email, or participate in secure messaging or IRC CoolKey should be as easy as starting a car. To accomplish that vision,
communication. Using a CoolKey should be as easy as starting a car. we are focusing on building complete support for CoolKey on exactly one
token. As the system is built out, we can add token support. CoolKeys
To accomplish that vision we are focusing on building complete support are based on JavaCard 1.2. We are testing with Axalto Egate Cyberflex
for CoolKey on exactly one token. As the system is built out, we can cards, which are available in both smart card and USB Fob form factors.
add token support. CoolKeys are based on JavaCard 1.2. We are testing
with Axalto Egate Cyberflex cards, which are available in both smart
card and USB Fob form factors.
@ -84,13 +82,15 @@ card and USB Fob form factors.
%patch %patch
%patch1 %patch1
%patch2 %patch2
%patch3 -p1
%build %build
autoreconf -f -i autoreconf -f -i
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure\ %configure\
--disable-dependency-tracking --disable-dependency-tracking \
--enable-pk11install
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
@ -107,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog LICENSE README %doc ChangeLog LICENSE README
%{_bindir}/pk11install
%{_libdir}/libcoolkeypk11.so %{_libdir}/libcoolkeypk11.so
%{_libdir}/pkcs11/*.so %{_libdir}/pkcs11/*.so
%{_libdir}/libckyapplet.so.* %{_libdir}/libckyapplet.so.*
@ -120,5 +121,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*.h %{_includedir}/*.h
%changelog %changelog
* Thu Sep 06 2007 - jberkman@novell.com
- install pk11install
- teach pk11install about evolution and openoffice
* Fri Aug 03 2007 - sbrabec@suse.cz * Fri Aug 03 2007 - sbrabec@suse.cz
- New SuSE package, version 1.1.0. - New SuSE package, version 1.1.0.