Red Hat 7.x (rh7), Red Hat 8.0 (rh8), Red Hat 9 (rh9), Fedora Core (fc1,
fc3, fc4, fc5, fc6), Whitebox Enterprise Linux 3.0 (wb3), Red Hat Enterprise Linux
(rhel3, rhel4), Mandrake 10.x (mdk), Mandriva 2006.x (mdv) CentOS (centos3, centos4)
- and SuSE (su9, su10). The package build is controlled by a mandatory define set at
- the beginning of the file. These defines basically just control the
- dependency information that gets coded into the finished rpm package as well
+ Scientific Linux (sl3, sl4) and SuSE (su9, su10, su102). The package build is controlled by a mandatory define set at the beginning of the file. These defines basically just control the dependency information that gets coded into the finished rpm package as well
as any special configure options required. The platform define may be edited
in the spec file directly (by default all defines are set to 0 or "not set").
For example, to build the Red Hat 7.x package find the line in the spec file
bacula-sqlite. If your system does not provide an mtx package you also
need bacula-mtx to satisfy that dependancy. For a client machine you need
only install bacula-client. Optionally, for either server or client
-machines, you may install a graphical console bacula-bgnome-console and/or
-bacula-bwxconsole. One last package, bacula-updatedb is required only when
+machines, you may install a graphical console bacula-gconsole and/or
+bacula-wxconsole. The Bacula Administration Tool is installed with the
+bacula-bat package. One last package, bacula-updatedb is required only when
upgrading a server more than one database revision level.
--define "build_centos3 1"
--define "build_centos4 1"
+Scientific Linux build
+--define "build_sl3 1"
+--define "build_sl4 1"
+
SuSE build
--define "build_su9 1"
--define "build_su10 1"
+--define "build_su102 1"
Mandrake 10.x build
--define "build_mdk 1"
--define "build_x86_64 1"
Supress build of bgnome-console:
---define "nobuild_bgconsole 1"
+--define "nobuild_gconsole 1"
Build the WXWindows console:
requires wxGTK >= 2.6
---define "build_bwxconsole 1"
+--define "build_wxconsole 1"
+
+Build the Bacula Administration Tool:
+requires QT >= 4
+--define "build_bat 1"
Build python scripting support:
--define "build_python 1"