]> git.pld-linux.org Git - packages/python-pylibacl.git/blame - python-pylibacl.spec
- tabs in preamble
[packages/python-pylibacl.git] / python-pylibacl.spec
CommitLineData
61531ff5 1
b58f3990 2%define module pylibacl
61531ff5 3
b58f3990 4Summary: A Python module for manipulating POSIX.1e ACLs
58aa68ab 5Summary(pl.UTF-8): Moduł języka Python pozwalający na dostęp do ACL standardu POSIX.1e
61531ff5 6Name: python-%{module}
07c871a5 7Version: 0.2.1
69f65f8a 8Release: 3
61531ff5
AM
9License: GPL
10Group: Libraries/Python
69f65f8a 11Source0: http://dl.sourceforge.net/pylibacl/%{module}-%{version}.tar.gz
07c871a5 12# Source0-md5: a1c3638fae0630dfa715f9143bd71ad5
61531ff5
AM
13URL: http://pylibacl.sourceforge.net/
14BuildRequires: acl-devel
61531ff5
AM
15%pyrequires_eq python-libs
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
b58f3990 19A Python module for accessing Extended Attributes of the files.
61531ff5 20
8f3c2347
JR
21%description -l pl.UTF-8
22Moduł języka Python pozwalający na dostęp do rozszerzonych atrybutów
23plików.
61531ff5
AM
24
25%prep
26%setup -q -n %{module}-%{version}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31python setup.py install \
32 --root=$RPM_BUILD_ROOT \
33 --optimize=2
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc *.html
41%attr(755,root,root) %{py_sitedir}/*.so
This page took 0.031824 seconds and 4 git commands to generate.