/[packages]/cauldron/python-xattr/current/SPECS/python-xattr.spec
ViewVC logotype

Contents of /cauldron/python-xattr/current/SPECS/python-xattr.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 379693 - (show annotations) (download)
Sun Jan 13 21:35:32 2013 UTC (11 years, 3 months ago) by umeabot
File size: 831 byte(s)
Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild
1 %define real_name xattr
2
3 Summary: Extended attributes for python
4 Name: python-xattr
5 Version: 0.6.4
6 Release: %mkrel 2
7 License: GPL
8 Group: Development/Python
9 URL: http://pypi.python.org/pypi/xattr
10 Source: http://pypi.python.org/packages/source/x/xattr/xattr-%{version}.tar.gz
11 Provides: pyxattr = %{version}-%{release}
12 BuildRequires: libattr-devel
13 BuildRequires: python-setuptools
14
15 %description
16 python-xattr is a C extension module for Python which implements
17 extended attributes manipulation. It is a wrapper on top of the
18 attr C library - see attr(5).
19
20 %prep
21 %setup -q -n %{real_name}-%{version}
22
23 %build
24 CFLAGS="%{optflags}" %{__python} setup.py build
25
26 %install
27 rm -rf %{buildroot}
28 python setup.py install --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
29
30
31 %files
32 %defattr(-,root,root)
33 %{python_sitearch}/*
34 %{_bindir}/xattr

  ViewVC Help
Powered by ViewVC 1.1.30