]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pakfire/pakfire.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/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.21
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 beecrypt-devel
26 elfutils-devel
27 gettext
28 libcap-devel
29 libsolv-devel
30 popt-devel
31 python-devel
32 xz-devel
33 end
34
35 # libgomp was broken in earlier releases.
36 requires += gcc >= 4.6.2-4
37 requires += beecrypt >= 4.2.1-2
38
39 CFLAGS += -fno-strict-aliasing
40
41 test
42 # Check, if the binary modules are loadable.
43 cd %{DIR_APP}/python/src/ && python -c "import _pakfire"
44 cd %{DIR_APP}/python/src/ && python -c "import _lzma"
45 end
46 end
47
48 packages
49 package %{name}
50 groups += Base
51
52 requires = pakfire-common = %{thisver}
53 end
54
55 package %{name}-common
56 requires
57 python-progressbar
58 python-urlgrabber
59 system-release
60 end
61
62 files
63 /usr/lib/pakfire/pakfire-multicall.py
64 %{libdir}/python*/site-packages/pakfire*
65 /usr/share/locale
66 end
67 end
68
69 package %{name}-builder
70 summary = The pakfire builder.
71 description
72 The tools that are needed to build new pakfire packages.
73 end
74 groups += Build
75
76 requires
77 %{name} = %{thisver}
78 quality-agent = %{thisver}
79 cpio
80 elfutils
81 end
82 provides = pakfire-build = %{thisver}
83 obsoletes = pakfire-build < %{thisver}
84 conflicts = build-essentials
85
86 files
87 %{libdir}/libpakfire_preload.so
88 /usr/bin/pakfire-builder
89 /usr/bin/pakfire-server
90 /usr/lib/pakfire/*
91 !/usr/lib/pakfire/pakfire-multicall.py
92 end
93 end
94
95 package quality-agent
96 arch = noarch
97
98 summary = The pakfire quality agent.
99 description
100 The quality agent tests resulting packages that come out
101 of the build service.
102 It is a collection of scripts that check if everything is
103 working right.
104 end
105
106 files
107 /usr/lib/pakfire/quality-agent*
108 end
109
110 requires
111 gawk
112 binutils
113 coreutils
114 findutils
115 file
116 grep
117 sed
118 end
119 end
120
121 package %{name}-debuginfo
122 template DEBUGINFO
123 end
124 end