]> git.pld-linux.org Git - packages/pam-pam_yubico.git/commitdiff
- rename to pam-pam_yubico to match other modules auto/th/pam-pam_yubico-2.24-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2017 21:31:46 +0000 (22:31 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2017 21:31:46 +0000 (22:31 +0100)
pam-pam_yubico.spec [moved from pam_yubico.spec with 68% similarity]

similarity index 68%
rename from pam_yubico.spec
rename to pam-pam_yubico.spec
index 0b016b41db65853e9bf2cc0432b83894ff8c0884..ea99920946e77e54a46d47f60d3466c9f9417fa0 100644 (file)
@@ -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*
This page took 0.055732 seconds and 4 git commands to generate.