Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > cc3e8b2d0c9c2a4896548f106a9543be > files > 3

pam_krb5-2.4.1-2.mga3.src.rpm

Summary:	A Pluggable Authentication Module for Kerberos 5
Name:		pam_krb5
Version:	2.4.1
Release:	%mkrel 2
License:	LGPL
Group:		System/Libraries
URL:		https://fedorahosted.org/pam_krb5/
Source0:	https://fedorahosted.org/releases/p/a/pam_krb5/%{name}-%{version}.tar.gz
Patch0:		pam_krb5-2.4.1-newer-trace.patch
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	krb5-devel
BuildRequires:	pam-devel
BuildRequires:	keyutils-devel
BuildRequires:	gettext-devel

%description 
This is pam_krb5, a pluggable authentication module that can be used with
Linux-PAM and Kerberos 5. This module supports password checking, ticket
creation, and optional TGT verification and conversion to Kerberos IV tickets.
The included pam_krb5afs module also gets AFS tokens if so configured.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
    --without-krb4 \
    --with-os-distribution="%_vendor"

%make

%install
%makeinstall_std mandir=%{_mandir}

ln -s pam_krb5.so %{buildroot}%{_libdir}/security/pam_krb5afs.so

# cleanup
rm -f %{buildroot}%{_libdir}/security/*.la

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README* COPYING ChangeLog INSTALL TODO
%{_libdir}/security/*
%{_bindir}/afs5log
%{_mandir}/man1/afs5log.1*
%{_mandir}/man5/*
%{_mandir}/man8/*


%changelog

* Mon Feb 11 2013 fwang <fwang> 2.4.1-2.mga3
+ Revision: 397840
- br gettext
- use autoreconf
- more correct define
- add upstream patch to redefine trace

  + umeabot <umeabot>
    - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Dec 29 2012 guillomovitch <guillomovitch> 2.4.1-1.mga3
+ Revision: 336082
- new version

* Fri Aug 19 2011 guillomovitch <guillomovitch> 2.3.13-1.mga2
+ Revision: 134385
- new version

* Tue Mar 08 2011 ennael <ennael> 2.3.11-1.mga1
+ Revision: 66422
- imported package pam_krb5