File python-pam.spec of Package python-pam
Name: python-pam
Version: 0.1.4
Release: 1%{?dist}
Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux
Group: Development/Libraries
License: MIT
URL: http://atlee.ca/software/pam/
Source0: https://pypi.python.org/packages/source/p/pam/pam-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
%description
This module provides an authenticate function that allows the caller to
authenticate a given username / password against the PAM system on Linux.
%prep
%setup -q -n pam-%{version}
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install --skip-build --root %{buildroot}
%files
%{python2_sitelib}/pam.py*
%{python2_sitelib}/pam-*.egg-info
%changelog
* Wed Jun 11 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-1
- Bug #1104258 update to 0.1.4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Tue Jul 09 2013 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.1.3-1
- Initial packaging