2 # declare the packages to be built and their dependencies
3 # initial version from Mark Huang
4 # Mark Huang <mlhuang@cs.princeton.edu>
5 # Copyright (C) 2003-2006 The Trustees of Princeton University
6 # rewritten by Thierry Parmentelat - INRIA Sophia Antipolis
11 ### the madwifi drivers ship with fedora16's kernel rpm
14 # lxc-userspace: scripts for entering containers
16 lxc-userspace-MODULES := lxc-userspace
17 lxc-userspace-SPEC := lxc-userspace.spec
19 IN_NODEIMAGE += lxc-userspace
23 # transforward: root context module for transparent port forwarding
25 transforward-MODULES := transforward
26 transforward-SPEC := transforward.spec
28 IN_NODEIMAGE += transforward
31 # procprotect: root context module for protecting against weaknesses in /proc
33 procprotect-MODULES := procprotect
34 procprotect-SPEC := procprotect.spec
36 IN_NODEIMAGE += procprotect
39 # ipfw: root context module, and slice companion
41 # starting on 2013-03-05 when f18 has moved to kernel 3.8 this module won't build anymore
42 #ifeq "$(DISTRONAME)" "f16"
43 ipfwroot-MODULES := ipfw
44 ipfwroot-SPEC := planetlab/ipfwroot.spec
46 IN_NODEIMAGE += ipfwroot
48 ipfwslice-MODULES := ipfw
49 ipfwslice-SPEC := planetlab/ipfwslice.spec
54 # comgt - a companion to umts tools
56 comgt-MODULES := comgt
57 comgt-SPEC := comgt.spec
62 # umts: root context stuff
64 umts-backend-MODULES := planetlab-umts-tools
65 umts-backend-SPEC := backend.spec
66 IN_NODEIMAGE += umts-backend
72 umts-frontend-MODULES := planetlab-umts-tools
73 umts-frontend-SPEC := frontend.spec
74 IN_SLICEIMAGE += umts-frontend
80 nodeupdate-MODULES := nodeupdate
81 nodeupdate-SPEC := NodeUpdate.spec
83 IN_NODEIMAGE += nodeupdate
88 ipod-MODULES := PingOfDeath
89 ipod-SPEC := ipod.spec
96 plnode-utils-MODULES := plnode-utils
97 plnode-utils-SPEC := plnode-utils-lxc.spec
99 IN_NODEIMAGE += plnode-utils
104 nodemanager-lib-MODULES := nodemanager
105 nodemanager-lib-SPEC := nodemanager-lib.spec
106 ALL += nodemanager-lib
107 IN_NODEIMAGE += nodemanager-lib
109 nodemanager-lxc-MODULES := nodemanager
110 nodemanager-lxc-SPEC := nodemanager-lxc.spec
111 ALL += nodemanager-lxc
112 IN_NODEIMAGE += nodemanager-lxc
117 sshd-MODULES := pl_sshd
118 sshd-SPEC := pl_sshd.spec
123 # codemux: Port 80 demux
125 codemux-MODULES := codemux
126 codemux-SPEC := codemux.spec
128 IN_NODEIMAGE += codemux
133 fprobe-ulog-MODULES := fprobe-ulog
134 fprobe-ulog-SPEC := fprobe-ulog.spec
136 IN_NODEIMAGE += fprobe-ulog
138 #################### using our own libvirt on all distros for now
140 #ifeq "$(DISTRONAME)" "f16"
144 ifeq "$(local_libvirt)" "true"
148 libvirt-MODULES := libvirt
149 libvirt-SPEC := libvirt.spec
150 libvirt-BUILD-FROM-SRPM := yes
151 # The --without options are breaking spec2make : hard-wired in the specfile instead
152 libvirt-DEVEL-RPMS += xhtml1-dtds gettext gettext-devel libtasn1-devel gnutls-devel
153 libvirt-DEVEL-RPMS += libattr-devel augeas libpciaccess-devel yajl-devel
154 libvirt-DEVEL-RPMS += libpcap-devel radvd ebtables device-mapper-devel
155 libvirt-DEVEL-RPMS += ceph-devel numactl-devel libcap-ng-devel scrub
156 ifeq "$(DISTRONAME)" "f16"
157 libvirt-DEVEL-RPMS += libnl-devel libudev-devel
159 # strictly speaking fuse-devel is not required anymore but we might wish to turn fuse back on again in the future
160 ifeq "$(DISTRONAME)" "f18"
161 libvirt-DEVEL-RPMS += fuse-devel libssh2-devel dbus-devel numad
162 libvirt-DEVEL-RPMS += systemd-devel libnl3-devel iptables-ipv6
164 libvirt-RPMFLAGS := --define 'packager PlanetLab'
166 IN_NODEREPO += libvirt
167 IN_NODEIMAGE += libvirt
171 # DistributedRateLimiting
173 #DistributedRateLimiting-MODULES := DistributedRateLimiting
174 #DistributedRateLimiting-SPEC := DistributedRateLimiting.spec
175 #ALL += DistributedRateLimiting
176 #IN_NODEREPO += DistributedRateLimiting
181 pf2slice-MODULES := pf2slice
182 pf2slice-SPEC := pf2slice.spec
186 ## PlanetLab Mom: Cleans up your mess
189 #mom-SPEC := pl_mom.spec
194 # inotify-tools - local import
195 # rebuild this on centos5 (not found) - see yumexclude
197 local_inotify_tools=false
198 ifeq "$(DISTRONAME)" "centos5"
199 local_inotify_tools=true
202 ifeq "$(DISTRONAME)" "sl6"
203 local_inotify_tools=true
206 ifeq "$(local_inotify_tools)" "true"
207 inotify-tools-MODULES := inotify-tools
208 inotify-tools-SPEC := inotify-tools.spec
209 inotify-tools-BUILD-FROM-SRPM := yes
210 IN_NODEIMAGE += inotify-tools
217 # openvswitch-MODULES := openvswitch
218 # openvswitch-SPEC := openvswitch.spec
219 # openvswitch-DEPEND-DEVEL-RPMS += kernel-devel
220 # IN_NODEIMAGE += openvswitch
221 # # build only on f14 as f16 has this natively
222 # ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)"
230 vsys-SPEC := vsys.spec
231 # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it
232 vsys-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs
233 ifeq "$(local_inotify_tools)" "true"
234 vsys-DEPEND-DEVEL-RPMS += inotify-tools inotify-tools-devel
240 # vsyssh : installed in slivers
242 vsyssh-MODULES := vsys
243 vsyssh-SPEC := vsyssh.spec
244 IN_SLICEIMAGE += vsyssh
250 vsys-scripts-MODULES := vsys-scripts
251 vsys-scripts-SPEC := root-context/vsys-scripts.spec
252 IN_NODEIMAGE += vsys-scripts
258 bind_public-MODULES := bind_public
259 bind_public-SPEC := bind_public.spec
260 IN_SLICEIMAGE += bind_public
266 sliver-openvswitch-MODULES := sliver-openvswitch
267 sliver-openvswitch-SPEC := sliver-openvswitch.spec
268 IN_SLICEIMAGE += sliver-openvswitch
269 ALL += sliver-openvswitch
274 plcapi-MODULES := plcapi
275 plcapi-SPEC := plcapi.spec
282 # this was dropped in fedora18, at which point the intention has been to
283 # move to wsgi instead; however our using wsgi currently looks unstable
284 # so you have the option to install this manually, in which case myplc will
285 # swap to using mod_python - see plc.d/httpd
286 ifeq "$(DISTRO)" "Fedora"
287 ifneq "$(DISTRONAME)" "f16"
288 mod_python-MODULES := mod_python
289 mod_python-SPEC := mod_python.spec
290 mod_python-DEVEL-RPMS := httpd-devel
291 mod_python-BUILD-FROM-SRPM := yes
299 drupal-MODULES := drupal
300 drupal-SPEC := drupal.spec
301 drupal-BUILD-FROM-SRPM := yes
306 # use the plewww module instead
308 plewww-MODULES := plewww
309 plewww-SPEC := plewww.spec
314 # www-register-wizard
316 www-register-wizard-MODULES := www-register-wizard
317 www-register-wizard-SPEC := www-register-wizard.spec
318 ALL += www-register-wizard
319 IN_MYPLC += www-register-wizard
324 pcucontrol-MODULES := pcucontrol
325 pcucontrol-SPEC := pcucontrol.spec
331 #monitor-MODULES := monitor
332 #monitor-SPEC := Monitor.spec
333 #monitor-DEVEL-RPMS += net-snmp net-snmp-devel
335 #IN_NODEIMAGE += monitor
340 plcrt-MODULES := PLCRT
341 plcrt-SPEC := plcrt.spec
344 # f12 has 0.9-1 already
345 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
349 pyopenssl-MODULES := pyopenssl
350 pyopenssl-SPEC := pyOpenSSL.spec
351 pyopenssl-BUILD-FROM-SRPM := yes
358 pyaspects-MODULES := pyaspects
359 pyaspects-SPEC := pyaspects.spec
360 pyaspects-BUILD-FROM-SRPM := yes
366 nodeconfig-MODULES := nodeconfig
367 nodeconfig-SPEC := nodeconfig.spec
369 IN_MYPLC += nodeconfig
374 bootmanager-MODULES := bootmanager
375 bootmanager-SPEC := bootmanager.spec
377 IN_MYPLC += bootmanager
380 # pypcilib : used in bootcd
382 pypcilib-MODULES := pypcilib
383 pypcilib-SPEC := pypcilib.spec
385 IN_BOOTCD += pypcilib
390 pyplnet-MODULES := pyplnet
391 pyplnet-SPEC := pyplnet.spec
393 IN_NODEIMAGE += pyplnet
398 # for OMF resource controller as a gem : rvm-ruby has right version of ruby and related gem stuff
400 rvm-ruby-MODULES := rvm-ruby
401 rvm-ruby-SPEC := rpm/rvm-ruby.spec
402 rvm-ruby-DEVEL-RPMS := chrpath libyaml-devel libffi-devel libxslt-devel
406 # OML measurement library
409 oml-DEVEL-RPMS += sqlite-devel
410 oml-SPEC := liboml.spec
416 bootcd-MODULES := bootcd build
417 bootcd-SPEC := bootcd.spec
418 bootcd-DEPEND-PACKAGES := $(IN_BOOTCD)
419 bootcd-DEPEND-FILES := RPMS/yumgroups.xml
420 bootcd-RPMDATE := yes
427 sliceimage-MODULES := sliceimage build
428 sliceimage-SPEC := sliceimage.spec
429 sliceimage-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
430 sliceimage-DEPEND-FILES := RPMS/yumgroups.xml
431 sliceimage-RPMDATE := yes
433 IN_NODEIMAGE += sliceimage
436 # lxc-specific sliceimage initialization
438 lxc-sliceimage-MODULES := sliceimage
439 lxc-sliceimage-SPEC := lxc-sliceimage.spec
440 lxc-sliceimage-RPMDATE := yes
441 ALL += lxc-sliceimage
442 IN_NODEIMAGE += lxc-sliceimage
447 nodeimage-MODULES := nodeimage build
448 nodeimage-SPEC := nodeimage.spec
449 nodeimage-DEPEND-PACKAGES := $(IN_NODEIMAGE)
450 nodeimage-DEPEND-FILES := RPMS/yumgroups.xml
451 nodeimage-RPMDATE := yes
453 IN_MYPLC += nodeimage
458 # all rpms resulting from packages marked as being in nodeimage and sliceimage
459 NODEREPO_RPMS = $(foreach package,$(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE),$($(package).rpms))
460 # replace space with +++ (specvars cannot deal with spaces)
462 NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS))
464 noderepo-MODULES := nodeimage
465 noderepo-SPEC := noderepo.spec
466 # package requires all embedded packages
467 noderepo-DEPEND-PACKAGES := $(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE)
468 noderepo-DEPEND-FILES := RPMS/yumgroups.xml
469 #export rpm list to the specfile
470 noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS)
471 noderepo-RPMDATE := yes
478 # all rpms resulting from packages marked as being in vserver
479 SLICEREPO_RPMS = $(foreach package,$(IN_SLICEIMAGE),$($(package).rpms))
480 # replace space with +++ (specvars cannot deal with spaces)
482 SLICEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(SLICEREPO_RPMS))
484 slicerepo-MODULES := nodeimage
485 slicerepo-SPEC := slicerepo.spec
486 # package requires all embedded packages
487 slicerepo-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
488 slicerepo-DEPEND-FILES := RPMS/yumgroups.xml
489 #export rpm list to the specfile
490 slicerepo-SPECVARS = slice_rpms_plus=$(SLICEREPO_RPMS_3PLUS)
491 slicerepo-RPMDATE := yes
495 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
497 myplc-MODULES := myplc
498 myplc-SPEC := myplc.spec
499 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
502 # myplc-docs only contains docs for PLCAPI and NMAPI, but
503 # we still need to pull MyPLC, as it is where the specfile lies,
504 # together with the utility script docbook2drupal.sh
505 myplc-docs-MODULES := myplc plcapi nodemanager monitor
506 myplc-docs-SPEC := myplc-docs.spec
509 # using some other name than myplc-release, as this is a make target already
510 release-MODULES := myplc
511 release-SPEC := myplc-release.spec
512 release-RPMDATE := yes
515 ##############################
516 # sfa requires python-2.7
518 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)"
522 ifeq "$(build_sfa)" "true"
524 # sfa - Slice Facility Architecture
530 sface-MODULES := sface
531 sface-SPEC := sface.spec
535 ##############################
536 # don't build these by default, we have separate builds for that
537 myslice-MODULES := myslice
538 myslice-SPEC := myslice.spec
541 manifold-MODULES := manifold
542 manifold-SPEC := manifold.spec