From: Arkadiusz Miƛkiewicz Date: Wed, 1 Feb 2017 21:31:46 +0000 (+0100) Subject: - rename to pam-pam_yubico to match other modules X-Git-Tag: auto/th/pam-pam_yubico-2.24-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=6a5ab8aadbafbe85269d1550c9759fa78589b101;p=packages%2Fpam-pam_yubico.git - rename to pam-pam_yubico to match other modules --- diff --git a/pam_yubico.spec b/pam-pam_yubico.spec similarity index 68% rename from pam_yubico.spec rename to pam-pam_yubico.spec index 0b016b4..ea99920 100644 --- a/pam_yubico.spec +++ b/pam-pam_yubico.spec @@ -1,11 +1,12 @@ +%define module pam_yubico Summary: A Pluggable Authentication Module for yubikeys -Name: pam_yubico +Name: pam-%{module} 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: http://opensource.yubico.com/yubico-pam/releases/%{module}-%{version}.tar.gz # Source0-md5: 3420a1538031aee90af1c4e83988994d BuildRequires: libyubikey-devel >= 1.5 BuildRequires: openldap-devel @@ -15,15 +16,16 @@ BuildRequires: ykpers-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This is pam_yubico, a pluggable authentication module that can be used +This is %{module}, a pluggable authentication module that can be used with Linux-PAM and yubikeys. This module supports yubikey OTP checking. %prep -%setup -q +%setup -q -n %{module}-%{version} %build %configure \ + --disable-silent-rules \ --libdir=/%{_lib} \ --with-pam-dir=/%{_lib}/security/ %{__make} @@ -34,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT/%{_lib}/security/pam_yubico.la +rm $RPM_BUILD_ROOT/%{_lib}/security/%{module}.la %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +44,7 @@ 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) /%{_lib}/security/%{module}.so %attr(755,root,root) %{_bindir}/ykpamcfg %{_mandir}/man1/ykpamcfg.1* -%{_mandir}/man8/pam_yubico.8* +%{_mandir}/man8/%{module}.8*