From: Arkadiusz Miƛkiewicz Date: Mon, 30 Jan 2017 13:26:15 +0000 (+0100) Subject: - initial X-Git-Tag: auto/th/pam_yubico-2.24-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=3c7355053c91c0a5276e9e30582c5e4bbe933a0b;p=packages%2Fpam_yubico.git - initial --- 3c7355053c91c0a5276e9e30582c5e4bbe933a0b diff --git a/pam_yubico.spec b/pam_yubico.spec new file mode 100644 index 0000000..0b016b4 --- /dev/null +++ b/pam_yubico.spec @@ -0,0 +1,48 @@ +Summary: A Pluggable Authentication Module for yubikeys +Name: pam_yubico +Version: 2.24 +Release: 1 +License: BSD +Group: Applications/System +URL: http://opensource.yubico.com/yubico-pam/ +Source0: http://opensource.yubico.com/yubico-pam/releases/%{name}-%{version}.tar.gz +# Source0-md5: 3420a1538031aee90af1c4e83988994d +BuildRequires: libyubikey-devel >= 1.5 +BuildRequires: openldap-devel +BuildRequires: pam-devel +BuildRequires: ykclient-devel >= 2.15 +BuildRequires: ykpers-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is pam_yubico, a pluggable authentication module that can be used +with Linux-PAM and yubikeys. This module supports yubikey OTP +checking. + +%prep +%setup -q + +%build +%configure \ + --libdir=/%{_lib} \ + --with-pam-dir=/%{_lib}/security/ +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm $RPM_BUILD_ROOT/%{_lib}/security/pam_yubico.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc NEWS README ChangeLog +%attr(755,root,root) /%{_lib}/security/pam_yubico.so +%attr(755,root,root) %{_bindir}/ykpamcfg +%{_mandir}/man1/ykpamcfg.1* +%{_mandir}/man8/pam_yubico.8*