Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 135379b2a5792c3aa6eb7385ef1b24f1 > files > 3

pam_ssh-1.91-3mdv2007.0.src.rpm

Name:		pam_ssh
Version:	1.91
Release:	%mkrel 3
Summary:	A Pluggable Authentication Module (PAM) for use with SSH
Source0:	http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Patch0:		pam_ssh-1.91-fix-missing-headers.patch.bz2
URL:		http://sourceforge.net/projects/pam-ssh/
License:	BSD
Group:		System/Libraries
Requires:	openssh
BuildRequires:	pam-devel 
BuildRequires:  openssl-devel
BuildRequires:  openssh-clients
BuildRequires:	autoconf2.5
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
This PAM module provides single sign-on behavior for UNIX using SSH. Users
are authenticated by decrypting their SSH private keys with the password
provided (probably to XDM). In the PAM session phase, an ssh-agent process is
started and keys are added.

%prep
%setup -q
%patch0 -p1 -b .fix_headers

%build
%configure2_5x --with-pam-dir=/%_lib/security
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README ChangeLog TODO
/%{_lib}/security/pam_ssh.*
%{_mandir}/man[^3]/pam_ssh*

%changelog
* Sun Jun 18 2006 Pascal Terjan <pterjan@mandriva.org> 1.91-3mdv2007.0
- use autoconf2.5
- go to the right place on x86_64

* Sun Apr 23 2006 Nicolas Lécureuil <neoclust@mandriva.org> 1.91-2mdk
- Add BuildRequires

* Sat Apr 22 2006 Per Øyvind Karlsen <pkarlsen@mandriva.com> 1.91-1mdk
- fix buildrequires
- add missing headers (P0)
- cleanup package uploaded by Hawkwind (SoS)

* Mon Mar 15 2004 Patrice Dumas <pertusus@free.fr> 0:1.9-0.fdr.1
- Use fedora-newrpmspec to update the spec file

* Fri Aug 16 2002 Dumas Patrice <dumas@centre-cired.fr>
- Initial build.