rpms/pam_yubico/F-10 pam_yubico.spec,NONE,1.1 sources,1.1,1.2

Dennis Gilmore ausil at fedoraproject.org
Fri May 1 22:30:01 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/pam_yubico/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1455

Modified Files:
	sources 
Added Files:
	pam_yubico.spec 
Log Message:
initial build



--- NEW FILE pam_yubico.spec ---
Name:           pam_yubico
Version:        2.1
Release:        1%{?dist}
Summary:        A Pluggable Authentication Module for yubikeys

Group:          System Environment/Base
License:        BSD
URL:            http://yubico-pam.googlecode.com/
Source0:        http://yubico-pam.googlecode.com/files/pam_yubico-2.1.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ykclient-devel pam-devel
#Requires:       

%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 %{?_smp_mflags}


%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(-,root,root,-)
%doc NEWS README COPYING ChangeLog
/%{_lib}/security/pam_yubico.so



%changelog
* Wed Apr 29 2009 Dennis Gilmore <dennis at ausil.us> - 2.1-1
- initial packaging


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pam_yubico/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 20:46:11 -0000	1.1
+++ sources	1 May 2009 22:29:31 -0000	1.2
@@ -0,0 +1 @@
+ea288fa829790892170887ab4bb779bc  pam_yubico-2.1.tar.gz




More information about the fedora-extras-commits mailing list