2016-05-06 20:10:43 +02:00
|
|
|
#
|
|
|
|
# spec file for package pam_kwallet
|
|
|
|
#
|
2017-01-16 10:38:21 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-05-06 20:10:43 +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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: pam_kwallet
|
2017-05-27 18:19:42 +02:00
|
|
|
Version: 5.10.0
|
2016-05-06 20:10:43 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: A PAM Module for kwallet signing
|
|
|
|
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Url: http://www.kde.org/
|
2017-05-28 11:07:03 +02:00
|
|
|
Source: kwallet-pam-%{version}.tar.xz
|
2016-05-06 20:10:43 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= 1.2.0
|
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: libgcrypt-devel >= 1.5.0
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: socat
|
|
|
|
BuildRequires: xz
|
2016-05-16 21:16:56 +02:00
|
|
|
Requires: kwalletd5
|
2016-05-06 20:10:43 +02:00
|
|
|
Requires: socat
|
|
|
|
|
|
|
|
%description
|
|
|
|
This PAM module allows you to automatically open your kwallet
|
|
|
|
when signing into your account.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n kwallet-pam-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build -- -DLIBEXEC_INSTALL_DIR=%{_kf5_libexecdir} -DCMAKE_INSTALL_PREFIX=/
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING*
|
|
|
|
%config %{_kf5_configdir}/autostart/pam_kwallet_init.desktop
|
|
|
|
%{_kf5_libexecdir}/pam_kwallet_init
|
|
|
|
/%{_lib}/security/pam_kwallet5.so
|
|
|
|
|
|
|
|
%changelog
|