]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pyxattr/pyxattr.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / pyxattr / pyxattr.nm
CommitLineData
99513370 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
99513370
SS
4###############################################################################
5
802ea3af
MT
6name = pyxattr
7version = 0.5.0
8release = 1
99513370 9
802ea3af
MT
10groups = Development/Libraries
11url = http://pyxattr.sourceforge.net/
12license = LGPLv2+
13summary = Extended attributes library wrapper for Python.
99513370 14
802ea3af 15description
99513370
SS
16 Python extension module wrapper for libattr. It allows to query, list,\
17 add and remove extended attributes from files and directories.
802ea3af
MT
18end
19
20source_dl =
21
22build
23 requires
24 libattr-devel
25 python-devel
26 python-setuptools
27 end
99513370 28
802ea3af
MT
29 build
30 python setup.py build
31 end
99513370 32
802ea3af
MT
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36end
99513370 37
802ea3af
MT
38packages
39 package %{name}
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end