]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - python-cairo/python-cairo.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / python-cairo / python-cairo.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-cairo
7 version = 1.8.10
8 release = 2
9
10 groups = Development/Tools
11 url = http://cairographics.org/pycairo
12 license = MPLv1.1 or LGPLv2
13 summary = Python bindings for the cairo library.
14
15 description
16 Python bindings for the cairo library.
17 end
18
19 source_dl =
20 sources = py2cairo-%{version}.tar.gz
21
22 build
23 requires
24 cairo-devel
25 pkg-config
26 python-devel
27 end
28
29 DIR_APP = %{DIR_SRC}/pycairo-%{version}
30 end
31
32 packages
33 package %{name}
34 end
35
36 package %{name}-devel
37 # The development headers need the cairo headers.
38 requires
39 cairo-devel
40 end
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end