source: projects/specs/trunk/p/python-pam/python-pam-vl.spec @ 8374

Revision 8374, 1.1 KB checked in by Takemikaduchi, 10 years ago (diff)

Cinnamon-2.2.3

Line 
1Name:           python-pam
2Version:        0.1.3
3Release:        1%{?_dist_release}
4Summary:        Pure Python interface to the Pluggable Authentication Modules system on Linux
5
6Group:          Development/Libraries
7License:        MIT
8URL:            http://atlee.ca/software/pam/
9Source0:        http://atlee.ca/software/pam/dist/%{version}/pam-%{version}.tar.gz
10
11BuildArch:      noarch
12BuildRequires:  python-devel
13BuildRequires:  python-setuptools
14
15%description
16This module provides an authenticate function that allows the caller to
17authenticate a given username / password against the PAM system on Linux.
18
19%prep
20%setup -q -n pam-%{version}
21
22%build
23python setup.py build
24
25%install
26python 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.