rpms/pam_yubico/devel import.log, NONE, 1.1 pam_yubico.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dennis Gilmore ausil at fedoraproject.org
Fri May 1 21:20:30 UTC 2009


Author: ausil

Update of /cvs/extras/rpms/pam_yubico/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22772/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pam_yubico.spec 
Log Message:
initial import



--- NEW FILE import.log ---
pam_yubico-2_1-1_fc11:HEAD:pam_yubico-2.1-1.fc11.src.rpm:1241212696


--- 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pam_yubico/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 20:46:11 -0000	1.1
+++ .cvsignore	1 May 2009 21:20:00 -0000	1.2
@@ -0,0 +1 @@
+pam_yubico-2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pam_yubico/devel/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 21:20:00 -0000	1.2
@@ -0,0 +1 @@
+ea288fa829790892170887ab4bb779bc  pam_yubico-2.1.tar.gz




More information about the scm-commits mailing list