2007-01-16 00:29:04 +01:00
|
|
|
|
#
|
2009-08-08 00:12:54 +02:00
|
|
|
|
# spec file for package pam_pkcs11 (Version 0.6.1)
|
2007-01-16 00:29:04 +01:00
|
|
|
|
#
|
2009-07-03 16:07:44 +02:00
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:29:04 +01:00
|
|
|
|
#
|
2008-09-25 23:43:45 +02:00
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-01-16 00:29:04 +01:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-04-10 15:21:50 +02:00
|
|
|
|
|
2007-01-16 00:29:04 +01:00
|
|
|
|
Name: pam_pkcs11
|
2009-08-08 00:12:54 +02:00
|
|
|
|
Version: 0.6.1
|
|
|
|
|
Release: 1
|
2008-04-10 15:21:50 +02:00
|
|
|
|
Url: http://www.opensc-project.org/pam_pkcs11/
|
2007-01-16 00:29:04 +01:00
|
|
|
|
Group: Productivity/Security
|
2008-04-10 15:21:50 +02:00
|
|
|
|
License: LGPL v2.1 or later
|
2007-07-27 02:02:39 +02:00
|
|
|
|
Summary: PKCS #11 PAM Module
|
2007-01-16 00:29:04 +01:00
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
2007-08-03 22:28:44 +02:00
|
|
|
|
Source1: pam_pkcs11-common-auth-smartcard.pam
|
|
|
|
|
Patch1: %{name}-0.5.3-nss-conf.patch
|
|
|
|
|
Patch3: %{name}-0.6.0-nss-autoconf.patch
|
|
|
|
|
BuildRequires: curl-devel libopenssl-devel libxslt mozilla-nss-devel openldap2-devel openssl-devel pam-devel pcsc-lite-devel pkg-config
|
2007-01-16 00:29:04 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%description
|
2007-09-11 00:48:13 +02:00
|
|
|
|
This Linux PAM module allows X.509 a certificate-based user
|
2007-01-16 00:29:04 +01:00
|
|
|
|
authentication. The certificate and its dedicated private key are
|
2007-09-11 00:48:13 +02:00
|
|
|
|
thereby accessed by means of an appropriate PKCS #11 module. For the
|
2007-01-16 00:29:04 +01:00
|
|
|
|
verification of the users' certificates, locally stored CA certificates
|
2007-07-27 02:02:39 +02:00
|
|
|
|
as well as online or locally accessible CRLs are used.
|
2007-01-16 00:29:04 +01:00
|
|
|
|
|
2007-09-11 00:48:13 +02:00
|
|
|
|
Additionally, the package includes pam_pkcs11-related tools: *
|
|
|
|
|
pkcs11_eventmgr: Generates actions on card insert, removal, or
|
2007-07-27 02:02:39 +02:00
|
|
|
|
time-out events
|
2007-01-16 00:29:04 +01:00
|
|
|
|
|
2007-09-11 00:48:13 +02:00
|
|
|
|
* pklogin_finder: Gets the login name that maps to a certificate
|
2007-01-16 00:29:04 +01:00
|
|
|
|
|
2007-09-11 00:48:13 +02:00
|
|
|
|
* pkcs11_inspect: Inspects the contents of a certificate
|
2007-01-16 00:29:04 +01:00
|
|
|
|
|
2007-09-11 00:48:13 +02:00
|
|
|
|
* make_hash_links: Creates hash link directories for storing CAs and
|
2007-07-27 02:02:39 +02:00
|
|
|
|
CRLs
|
2007-01-16 00:29:04 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Mario Strasser <mast@gmx.net>
|
|
|
|
|
Juan Antonio Martinez <jonsito@teleline.es>
|
|
|
|
|
Antti Tapaninen <aet@cc.hut.fi>
|
|
|
|
|
Timo Sirainen <tss@iki.fi>
|
|
|
|
|
Ludovic Rousseau <ludovic.rousseau@free.fr>
|
|
|
|
|
Andreas Jellinghaus <aj@dungeon.inka.de>
|
|
|
|
|
Dominik Fischer <dom_fischer@web.de>
|
|
|
|
|
Ville Skytt<EFBFBD> <vskytta@gmail.com>
|
|
|
|
|
|
|
|
|
|
%prep
|
2007-07-27 02:02:39 +02:00
|
|
|
|
%setup -q
|
2007-08-03 22:28:44 +02:00
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
cp -a %{S:1} common-auth-smartcard
|
2007-01-16 00:29:04 +01:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# LDAP_DEPRECATED required for for ldap_simple_bind_s(), ldap_search_s(), ldap_unbind_s()
|
2007-07-27 02:02:39 +02:00
|
|
|
|
# -fno-strict-aliasing required for pam_pkcs11-0.6.0:
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fno-strict-aliasing"
|
2007-08-03 22:28:44 +02:00
|
|
|
|
export CPPFLAGS="`pkg-config --cflags xulrunner-xpcom | sed 's: *:/system_wrappers&:g'`"
|
2007-07-27 02:02:39 +02:00
|
|
|
|
%configure\
|
|
|
|
|
--datadir=%{_docdir}\
|
2007-08-03 22:28:44 +02:00
|
|
|
|
--with-nss\
|
2007-01-16 00:29:04 +01:00
|
|
|
|
--with-curl
|
2007-07-27 02:02:39 +02:00
|
|
|
|
make %{?jobs:-j%jobs}
|
2007-01-16 00:29:04 +01:00
|
|
|
|
|
|
|
|
|
%install
|
2007-07-27 02:02:39 +02:00
|
|
|
|
%makeinstall
|
2007-01-16 00:29:04 +01:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_lib}
|
2007-07-27 02:02:39 +02:00
|
|
|
|
mv $RPM_BUILD_ROOT%{_libdir}/security $RPM_BUILD_ROOT/%{_lib}
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/pam_pkcs11/*.*a #$RPM_BUILD_ROOT/%{_lib}/security/*.*a
|
2007-01-16 00:29:04 +01:00
|
|
|
|
# Hardcoded defaults... no sysconfdir
|
2007-07-27 02:02:39 +02:00
|
|
|
|
install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/pam_pkcs11/cacerts
|
|
|
|
|
install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/pam_pkcs11/crls
|
2007-01-16 00:29:04 +01:00
|
|
|
|
cd etc
|
|
|
|
|
for conf in *.conf.example ; do
|
2007-07-27 02:02:39 +02:00
|
|
|
|
install -m 644 ${conf} $RPM_BUILD_ROOT%{_sysconfdir}/pam_pkcs11/${conf%.example}
|
2007-01-16 00:29:04 +01:00
|
|
|
|
done
|
|
|
|
|
cd ..
|
2007-07-27 02:02:39 +02:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
2007-08-03 22:28:44 +02:00
|
|
|
|
cp -a AUTHORS COPYING ChangeLog ChangeLog.svn NEWS README TODO doc/pam_pkcs11.html doc/mappers_api.html doc/api doc/README.autologin doc/README.mappers $RPM_BUILD_ROOT%{_docdir}/%{name}
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
|
|
|
|
cp common-auth-smartcard $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/
|
2007-07-27 02:02:39 +02:00
|
|
|
|
%find_lang %{name}
|
2007-01-16 00:29:04 +01:00
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2007-07-27 02:02:39 +02:00
|
|
|
|
%files -f %{name}.lang
|
2007-01-16 00:29:04 +01:00
|
|
|
|
%defattr (-, root, root)
|
2007-07-27 02:02:39 +02:00
|
|
|
|
%doc %{_docdir}/%{name}
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_libdir}/pam_pkcs11
|
2007-01-16 00:29:04 +01:00
|
|
|
|
/%{_lib}/security/*.so
|
2007-07-27 02:02:39 +02:00
|
|
|
|
%doc %{_mandir}/man?/*.*
|
|
|
|
|
%dir %{_sysconfdir}/pam_pkcs11
|
|
|
|
|
%dir %{_sysconfdir}/pam_pkcs11/cacerts
|
|
|
|
|
%dir %{_sysconfdir}/pam_pkcs11/crls
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam_pkcs11/*.conf
|
2007-08-03 22:28:44 +02:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/common-auth-smartcard
|
2007-07-27 02:02:39 +02:00
|
|
|
|
|
|
|
|
|
%changelog
|