python-pam-vl.spec 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Name: python-pam
  2. Version: 0.1.3
  3. Release: 1%{?_dist_release}
  4. Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux
  5. Group: Development/Libraries
  6. License: MIT
  7. URL: http://atlee.ca/software/pam/
  8. Source0: http://atlee.ca/software/pam/dist/%{version}/pam-%{version}.tar.gz
  9. BuildArch: noarch
  10. BuildRequires: python-devel
  11. BuildRequires: python-setuptools
  12. %description
  13. This module provides an authenticate function that allows the caller to
  14. authenticate a given username / password against the PAM system on Linux.
  15. %prep
  16. %setup -q -n pam-%{version}
  17. %build
  18. python setup.py build
  19. %install
  20. python setup.py install --skip-build --root $RPM_BUILD_ROOT
  21. %files
  22. %{python_sitelib}/pam.py*
  23. %{python_sitelib}/pam-*.egg-info
  24. %changelog
  25. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.3-1
  26. - initial build for Vine Linux
  27. * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
  28. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  29. * Tue Jul 09 2013 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.1.3-1
  30. - Initial packaging