]> git.pld-linux.org Git - SPECS.git/blob - python-pylibacl.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / python-pylibacl.spec
1 # TODO:
2 # - build in %build
3 # - optflags
4
5 %define         module  pylibacl
6
7 Summary:        A Python module for manipulating POSIX.1e ACLs
8 Summary(pl.UTF-8):      Moduł języka Python pozwalający na dostęp do ACL standardu POSIX.1e
9 Name:           python-%{module}
10 Version:        0.2.2
11 Release:        5
12 License:        GPL
13 Group:          Libraries/Python
14 Source0:        http://dl.sourceforge.net/pylibacl/%{module}-%{version}.tar.gz
15 # Source0-md5:  5628def6afb4b8c37040fc42f7c59eec
16 URL:            http://pylibacl.sourceforge.net/
17 BuildRequires:  rpmbuild(macros) >= 1.710
18 BuildRequires:  acl-devel
19 BuildRequires:  python-devel >= 1:2.5
20 BuildRequires:  rpm-pythonprov
21 %pyrequires_eq  python-libs
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 A Python module for accessing Extended Attributes of the files.
26
27 %description -l pl.UTF-8
28 Moduł języka Python pozwalający na dostęp do rozszerzonych atrybutów
29 plików.
30
31 %prep
32 %setup -q -n %{module}-%{version}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %py_install
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.html BENCHMARK IMPLEMENTATION PLATFORMS README ChangeLog
45 %attr(755,root,root) %{py_sitedir}/*.so
46 %{py_sitedir}/*.egg-info
This page took 0.263344 seconds and 3 git commands to generate.