Initial import to Tizen
[profile/ivi/python-PyPAM.git] / packaging / python-PyPAM.spec
1 Name:       python-PyPAM
2 Version:    0.5.0
3 Release:    1
4 Group:      System/Libraries
5 License:    LGPL-2.1+; MIT
6 Url:        http://www.pangalactic.org/PyPAM
7 Summary:    Python bindings for PAM
8 Source:     PyPAM-%{version}.tar.bz2
9 BuildRequires:  pam-devel
10 BuildRequires:  pkgconfig(python)
11
12 %description
13 This release supports the core PAM API. There is still some missing
14 functionality, but it should implement enough of the API for most
15 needs. There is not much in the way of documentation at this point. If
16 you are familiar with the PAM API, a quick glance at the sample program
17 should get you going.
18
19 %prep
20 %setup -n PyPAM-%{version}
21
22 %build
23 python setup.py build
24
25 %install
26 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
27
28 %files
29 %defattr(-,root,root)
30 %doc AUTHORS NEWS README ChangeLog COPYING examples
31 %{python_sitearch}/*