]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - python-netfilter_conntrack/python-netfilter_conntrack.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / python-netfilter_conntrack / python-netfilter_conntrack.nm
CommitLineData
781388ec 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
781388ec
SS
4###############################################################################
5
802ea3af
MT
6name = python-netfilter_conntrack
7version = 0.4.2
8release = 1
9thisapp = pynetfilter_conntrack-%{version}
10
11groups = System/Libraries
12url = http://software.inl.fr/trac/wiki/pynetfilter_conntrack
13license =
14summary = Python binding of libnetfilter_conntrack.
15
16description
17 This python library is based on libnetfilter_conntrack, which lets
18 you manipulate conntrack objects. In other words,
19 pynetfilter_conntrack lets you deal with Netfilter's stateful
20 inspection objects from the Python world.
21end
22
23source_dl =
24
25build
26 requires
27 libnetfilter_conntrack-devel
28 python-devel
29 end
30
31 build = # Nothing to do
32
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36end
37
38packages
39 package %{name}
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end