| Revision 8374,
1.1 KB
checked in by Takemikaduchi, 12 years ago
(diff) |
|
Cinnamon-2.2.3
|
| Rev | Line | |
|---|
| [8374] | 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 | |
|---|
| 6 | Group: Development/Libraries |
|---|
| 7 | License: MIT |
|---|
| 8 | URL: http://atlee.ca/software/pam/ |
|---|
| 9 | Source0: http://atlee.ca/software/pam/dist/%{version}/pam-%{version}.tar.gz |
|---|
| 10 | |
|---|
| 11 | BuildArch: noarch |
|---|
| 12 | BuildRequires: python-devel |
|---|
| 13 | BuildRequires: python-setuptools |
|---|
| 14 | |
|---|
| 15 | %description |
|---|
| 16 | This module provides an authenticate function that allows the caller to |
|---|
| 17 | authenticate a given username / password against the PAM system on Linux. |
|---|
| 18 | |
|---|
| 19 | %prep |
|---|
| 20 | %setup -q -n pam-%{version} |
|---|
| 21 | |
|---|
| 22 | %build |
|---|
| 23 | python setup.py build |
|---|
| 24 | |
|---|
| 25 | %install |
|---|
| 26 | python setup.py install --skip-build --root $RPM_BUILD_ROOT |
|---|
| 27 | |
|---|
| 28 | %files |
|---|
| 29 | %{python_sitelib}/pam.py* |
|---|
| 30 | %{python_sitelib}/pam-*.egg-info |
|---|
| 31 | |
|---|
| 32 | %changelog |
|---|
| 33 | * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.3-1 |
|---|
| 34 | - initial build for Vine Linux |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2 |
|---|
| 38 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
|---|
| 39 | |
|---|
| 40 | * Tue Jul 09 2013 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.1.3-1 |
|---|
| 41 | - Initial packaging |
|---|
Note: See
TracBrowser
for help on using the repository browser.