]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pakfire/pakfire.nm
pakfire: Update to 0.9.10.
[people/ms/ipfire-3.x.git] / pakfire / pakfire.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pakfire
7 version = 0.9.10
8 release = 1
9
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = System/Packaging
12 url = http://www.ipfire.org/
13 license = GPLv3+
14 summary = Package installer/updater.
15
16 description
17 Pakfire optains package lists from the mirrors and can install and update
18 packages.
19 end
20
21 source_dl = http://source.ipfire.org/releases/pakfire/
22
23 build
24 requires
25 libsolv-devel
26 python-devel
27 end
28
29 CFLAGS += -fno-strict-aliasing
30
31 test
32 # Check, if the binary module is loadable.
33 cd %{DIR_APP}/python/src/ && python -c "import _pakfire"
34 end
35 end
36
37 packages
38 package %{name}
39 groups += Base
40
41 requires = pakfire-common=%{thisver}
42 end
43
44 package %{name}-common
45 requires
46 pyliblzma
47 python-progressbar
48 python-urlgrabber
49 pyxattr
50 system-release
51 end
52
53 files
54 /usr/lib/pakfire/pakfire-multicall.py
55 /usr/lib*/python*/site-packages/pakfire*
56 /usr/share/locale
57 end
58 end
59
60 package %{name}-build
61 summary = The pakfire builder.
62 description
63 The tools that are needed to build new pakfire packages.
64 end
65 groups += Build
66
67 requires
68 %{name}=%{thisver}
69 quality-agent=%{thisver}
70 end
71 conflicts = build-essentials
72
73 files
74 /usr/bin/pakfire-builder
75 /usr/bin/pakfire-server
76 /usr/lib/pakfire/*
77 !/usr/lib/pakfire/pakfire-multicall.py
78 end
79 end
80
81 package quality-agent
82 arch = noarch
83
84 summary = The pakfire quality agent.
85 description
86 The quality agent tests resulting packages that come out
87 of the build service.
88 It is a collection of scripts that check if everything is
89 working right.
90 end
91
92 files
93 /usr/lib/pakfire/quality-agent*
94 end
95
96 requires = binutils file grep
97 end
98 end