]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - python-parted/python-parted.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / python-parted / python-parted.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-parted
7 version = 3.0
8 release = 1
9 thisapp = pyparted-%{version}
10
11 groups = System/Libraries
12 url = http://fedorahosted.org/pyparted
13 license = GPLv2+
14 summary = Python module for GNU parted.
15
16 description
17 Python module for the parted library. It is used for manipulating
18 partition tables.
19 end
20
21 source_dl =
22
23 build
24 requires
25 parted-devel
26 pkg-config
27 python-decorator
28 python-devel
29 end
30 end
31
32
33 packages
34 package %{name}
35 requires
36 python-decorator
37 end
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end