]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pyliblzma/pyliblzma.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / pyliblzma / pyliblzma.nm
CommitLineData
6419b272 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
6419b272
SS
4###############################################################################
5
802ea3af
MT
6name = pyliblzma
7version = 0.5.3
8release = 1
6419b272 9
802ea3af
MT
10groups = Development/Debuggers
11url = https://launchpad.net/pyliblzma
12license = LGPLv3+
13summary = Python bindings for lzma
6419b272 14
802ea3af
MT
15description
16 PylibLZMA provides a python interface for the liblzma library
17 to read and write data that has been compressed or can be decompressed
6419b272 18 by Lasse Collin's lzma utils.
802ea3af
MT
19end
20
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 pkg-config
27 python-devel
28 python-setuptools
29 xz
30 xz-devel
31 end
32
33 build
34 python setup.py build
35 end
36
37 test
38 python setup.py test
39 end
40
41 install
42 python setup.py install --root=%{BUILDROOT}
43 end
44end
45
46packages
47 package %{name}
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end