]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/redhat/bacula.spec.in
RPM spec - remove tray-monitor from rh8 build
[bacula/bacula] / bacula / platforms / redhat / bacula.spec.in
1 # Platform Build Configuration
2
3 # basic defines for every build
4 %define depkgs ../depkgs
5 %define depkgs_version 08Mar04
6 %define tomsrtbt tomsrtbt-2.0.103
7 %define sqlite_bindir /usr/lib/sqlite
8 %define working_dir /var/bacula
9 %define daemon_user root
10 %define daemon_group bacula
11 %define group_file /etc/group
12 %define groupadd /usr/sbin/groupadd
13
14 # platform defines - set one below or define the build_xxx on the command line
15 # RedHat builds
16 %define rh7 0
17 %{?build_rh7:%define rh7 1}
18 %define rh8 0
19 %{?build_rh8:%define rh8 1}
20 %define rh9 0
21 %{?build_rh9:%define rh9 1}
22 # Fedora Core 1 build
23 %define fc1 0
24 %{?build_fc1:%define fc1 1}
25 # Whitebox Enterprise build
26 # this should also work for RHEL
27 %define wb3 0
28 %{?build_wb3:%define wb3 1}
29 # SuSE build
30 # this is known to build on SuSE 8.2 and 9.0
31 %define su9 0
32 %{?build_su9:%define su9 1}
33 # Mandrake build
34 %define mdk 0
35 %{?build_mdk:%define mdk 1}
36
37 # test for a platform definition
38 %if ! %{rh7} && ! %{rh8} && ! %{rh9} && ! %{fc1} && ! %{wb3} && ! %{su9} && ! %{mdk}
39 %{error: You must specify a platform. Please examine the spec file.}
40 exit 1
41 %endif
42
43 # database defines
44 # set for database support desired or define the build_xxx on the command line
45 %define mysql 0
46 %{?build_mysql:%define mysql 1}
47 %define sqlite 0
48 %{?build_sqlite:%define sqlite 1}
49 %define postgresql 0
50 %{?build_postgresql:%define postgresql 1}
51
52 # test for a database definition
53 %if ! %{mysql} && ! %{sqlite} && ! %{postgresql}
54 %{error: You must specify database support. Please examine the spec file.}
55 exit 1
56 %endif
57
58 Summary: Bacula - The Network Backup Solution
59 Name: bacula
60 Version: @VERSION@
61 Release: 1
62 Group: System Environment/Daemons
63 Copyright: GPL v2
64 Source0:http://www.prdownloads.sourceforge.net/bacula/%{name}-%{version}.tar.gz
65 Source1:http://www.prdownloads.sourceforge.net/bacula/depkgs-%{depkgs_version}.tar.gz
66 Source2:http://www.tux.org/pub/distributions/tinylinux/tomsrtbt/%{tomsrtbt}.tar.gz
67 Source3: Release_Notes-%{version}-%{release}.tar.gz
68 BuildRoot: %{_tmppath}/%{name}-root
69 URL: http://www.bacula.org/
70 Vendor: The Bacula Team
71 Distribution: The Bacula Team
72 Packager: D. Scott Barninger <barninger@fairfieldcomputers.com>
73 BuildRequires: readline-devel, atk-devel, ncurses-devel, pango-devel
74 BuildRequires: libstdc++-devel, libxml2-devel, zlib-devel, pkgconfig
75 %if %{rh7}
76 BuildRequires: libtermcap-devel
77 BuildRequires: gtk+-devel >= 1.2
78 BuildRequires: gnome-libs-devel >= 1.4
79 BuildRequires: glibc-devel >= 2.2
80 BuildRequires: ORBit-devel
81 BuildRequires: bonobo-devel
82 BuildRequires: GConf-devel
83 BuildRequires: freetype-devel
84 %endif
85 %if %{su9}
86 BuildRequires: termcap
87 BuildRequires: gtk2-devel >= 2.0
88 BuildRequires: libgnomeui-devel >= 2.0
89 BuildRequires: glibc-devel >= 2.3
90 BuildRequires: ORBit2-devel
91 BuildRequires: libart_lgpl-devel >= 2.0
92 BuildRequires: libbonobo-devel >= 2.0
93 BuildRequires: libbonoboui-devel >= 2.0
94 BuildRequires: bonobo-activation-devel
95 BuildRequires: gconf2-devel
96 BuildRequires: linc-devel
97 BuildRequires: freetype2-devel
98 %endif
99 %if %{mdk}
100 BuildRequires: libtermcap-devel
101 BuildRequires: gtk2-devel >= 2.0
102 BuildRequires: libgnomeui2-devel >= 2.0
103 BuildRequires: glibc-devel >= 2.3
104 BuildRequires: libORBit2-devel
105 BuildRequires: libart_lgpl-devel >= 2.0
106 BuildRequires: libbonobo2_0-devel
107 BuildRequires: libbonoboui2_0-devel
108 BuildRequires: libbonobo-activation-devel
109 BuildRequires: libGConf2-devel
110 BuildRequires: libstdc++-static-devel
111 BuildRequires: glibc-static-devel
112 BuildRequires: freetype2-devel
113 %endif
114 %if ! %{rh7} && ! %{su9} && ! %{mdk}
115 BuildRequires: libtermcap-devel
116 BuildRequires: gtk2-devel >= 2.0
117 BuildRequires: libgnomeui-devel >= 2.0
118 BuildRequires: glibc-devel >= 2.3
119 BuildRequires: ORBit2-devel
120 BuildRequires: libart_lgpl-devel >= 2.0
121 BuildRequires: libbonobo-devel >= 2.0
122 BuildRequires: libbonoboui-devel >= 2.0
123 BuildRequires: bonobo-activation-devel
124 BuildRequires: GConf2-devel
125 BuildRequires: linc-devel
126 BuildRequires: freetype-devel
127 %endif
128
129 %if %{mysql}
130 BuildRequires: mysql-devel >= 3.23
131 %endif
132
133 %if %{postgresql} && %{wb3}
134 BuildRequires: rh-postgresql-devel >= 7
135 %endif
136
137 %if %{postgresql} && ! %{wb3}
138 BuildRequires: postgresql-devel >= 7
139 %endif
140
141 %description
142 Bacula - It comes by night and sucks the vital essence from your computers.
143
144 Bacula is a set of computer programs that permit you (or the system 
145 administrator) to manage backup, recovery, and verification of computer 
146 data across a network of computers of different kinds. In technical terms, 
147 it is a network client/server based backup program. Bacula is relatively 
148 easy to use and efficient, while offering many advanced storage management 
149 features that make it easy to find and recover lost or damaged files. 
150 Bacula source code has been released under the GPL version 2 license.
151
152 %if %{mysql}
153 %package mysql
154 %endif
155 %if %{sqlite}
156 %package sqlite
157 %endif
158 %if %{postgresql}
159 %package postgresql
160 %endif
161
162 Summary: Bacula - The Network Backup Solution
163 Group: System Environment/Daemons
164 Provides: bacula-dir, bacula-sd, bacula-fd, bacula-server
165 Conflicts: bacula-client
166 Requires: readline, ncurses, libstdc++, zlib
167 %if %{sqlite}
168 Conflicts: sqlite, sqlite-tools
169 %endif
170 %if %{rh7}
171 Requires: glibc >= 2.2
172 Requires: libtermcap
173 %endif
174 %if %{su9}
175 Requires: glibc >= 2.3
176 Requires: termcap
177 %endif
178 %if ! %{rh7} && ! %{su9}
179 Requires: glibc >= 2.3
180 Requires: libtermcap
181 %endif
182 %if %{mysql} && ! %{su9} && ! %{mdk}
183 Requires: mysql >= 3.23
184 Requires: mysql-server >= 3.23
185 %endif
186 %if %{mysql} && %{su9}
187 Requires: mysql >= 3.23
188 Requires: mysql-client >= 3.23
189 %endif
190 %if %{mysql} && %{mdk}
191 Requires: mysql >= 3.23
192 Requires: mysql-client >= 3.23
193 %endif
194 %if %{postgresql} && %{wb3}
195 Requires: rh-postgresql >= 7
196 Requires: rh-postgresql-server >= 7
197 %endif
198 %if %{postgresql} && ! %{wb3}
199 Requires: postgresql >= 7
200 Requires: postgresql-server >= 7
201 %endif
202
203 %if %{mysql}
204 %description mysql
205 %endif
206 %if %{sqlite}
207 %description sqlite
208 %endif
209 %if %{postgresql}
210 %description postgresql
211 %endif
212
213 Bacula - It comes by night and sucks the vital essence from your computers.
214
215 Bacula is a set of computer programs that permit you (or the system 
216 administrator) to manage backup, recovery, and verification of computer 
217 data across a network of computers of different kinds. In technical terms, 
218 it is a network client/server based backup program. Bacula is relatively 
219 easy to use and efficient, while offering many advanced storage management 
220 features that make it easy to find and recover lost or damaged files. 
221 Bacula source code has been released under the GPL version 2 license.
222
223 %if %{mysql}
224 This build requires MySQL to be installed separately as the catalog database.
225 %endif
226 %if %{postgresql}
227 This build requires PostgreSQL to be installed separately as the catalog database.
228 %endif
229 %if %{sqlite}
230 This build incorporates sqlite as the catalog database, statically compiled.
231 %endif
232
233 %package client
234 Summary: Bacula - The Network Backup Solution
235 Group: System Environment/Daemons
236 Provides: bacula-fd
237 Requires: readline, libstdc++, zlib
238
239 %if %{rh7}
240 Requires: glibc >= 2.2
241 Requires: libtermcap
242 %endif
243 %if %{su9}
244 Requires: glibc >= 2.3
245 Requires: termcap
246 %endif
247 %if ! %{rh7} && ! %{su9}
248 Requires: glibc >= 2.3
249 Requires: libtermcap
250 %endif
251
252 %description client
253 Bacula - It comes by night and sucks the vital essence from your computers.
254
255 Bacula is a set of computer programs that permit you (or the system 
256 administrator) to manage backup, recovery, and verification of computer 
257 data across a network of computers of different kinds. In technical terms, 
258 it is a network client/server based backup program. Bacula is relatively 
259 easy to use and efficient, while offering many advanced storage management 
260 features that make it easy to find and recover lost or damaged files. 
261 Bacula source code has been released under the GPL version 2 license.
262
263 This is the File daemon (Client) only package. It includes the command line 
264 console program.
265
266 %package rescue
267
268 Summary: Bacula - The Network Backup Solution
269 Group: System Environment/Daemons
270 Requires: coreutils, util-linux, libc5, bacula-fd
271
272 %description rescue
273 Bacula - It comes by night and sucks the vital essence from your computers.
274
275 Bacula is a set of computer programs that permit you (or the system 
276 administrator) to manage backup, recovery, and verification of computer 
277 data across a network of computers of different kinds. In technical terms, 
278 it is a network client/server based backup program. Bacula is relatively 
279 easy to use and efficient, while offering many advanced storage management 
280 features that make it easy to find and recover lost or damaged files. 
281 Bacula source code has been released under the GPL version 2 license.
282
283 This package installs scripts for disaster recovery and builds rescue 
284 floppy disks for bare metal recovery. This package includes tomsrtbt
285 (http://www.toms.net/rb/, by Tom Oehser, Tom@Toms.NET) to provide a tool
286 to build a boot floppy disk.
287
288 You need to have the bacula-sqlite, bacula-mysql, bacula-postgresql or 
289 bacula-client package for your platform installed and configured before 
290 installing this package.
291
292 To create a boot disk run "./getdiskinfo" from the /etc/bacula/rescue
293 directory (this is done when the package is first installed), 
294 then run "./install.s" from the /etc/bacula/rescue/tomsrtbt/
295 directory. To make the bacula rescue disk run
296 "./make_rescue_disk --copy-static-bacula --copy-etc-files"
297 from the /etc/bacula/rescue directory. To recreate the rescue
298 information for this system run ./getdiskinfo again.
299
300 %package updatedb
301
302 Summary: Bacula - The Network Backup Solution
303 Group: System Environment/Daemons
304
305 %description updatedb
306 Bacula - It comes by night and sucks the vital essence from your computers.
307
308 Bacula is a set of computer programs that permit you (or the system 
309 administrator) to manage backup, recovery, and verification of computer 
310 data across a network of computers of different kinds. In technical terms, 
311 it is a network client/server based backup program. Bacula is relatively 
312 easy to use and efficient, while offering many advanced storage management 
313 features that make it easy to find and recover lost or damaged files. 
314 Bacula source code has been released under the GPL version 2 license.
315
316 This package installs scripts for updating older versions of the bacula
317 database.
318
319 %package gconsole
320 Summary: Bacula - The Network Backup Solution
321 Group: System Environment/Daemons
322 Requires: readline, atk, libstdc++, zlib, pango, libxml2, bacula-fd
323
324 %if %{rh7}
325 Requires: gtk+ >= 1.2
326 Requires: gnome-libs >= 1.4
327 Requires: glibc >= 2.2
328 Requires: ORBit
329 Requires: bonobo
330 Requires: GConf
331 Requires: freetype
332 %endif
333 %if %{su9}
334 Requires: gtk2 >= 2.0
335 Requires: libgnomeui >= 2.0
336 Requires: glibc >= 2.3
337 Requires: ORBit2
338 Requires: libart_lgpl >= 2.0
339 Requires: libbonobo >= 2.0
340 Requires: libbonoboui >= 2.0
341 Requires: bonobo-activation
342 Requires: gconf2
343 Requires: linc
344 Requires: freetype2
345 %endif
346 %if %{mdk}
347 Requires: gtk2 >= 2.0
348 Requires: libgnomeui2
349 Requires: glibc >= 2.3
350 Requires: ORBit2
351 Requires: libart_lgpl >= 2.0
352 Requires: libbonobo >= 2.0
353 Requires: libbonoboui >= 2.0
354 Requires: GConf2
355 Requires: freetype2
356 %endif
357 %if ! %{rh7} && ! %{su9} && ! %{mdk}
358 Requires: gtk2 >= 2.0
359 Requires: libgnomeui >= 2.0
360 Requires: glibc >= 2.3
361 Requires: ORBit2
362 Requires: libart_lgpl >= 2.0
363 Requires: libbonobo >= 2.0
364 Requires: libbonoboui >= 2.0
365 Requires: bonobo-activation
366 Requires: GConf2
367 Requires: linc
368 Requires: freetype
369 %endif
370 %if %{su9}
371 Requires: xsu
372 %else
373 Requires: usermode
374 %endif
375
376 %description gconsole
377 Bacula - It comes by night and sucks the vital essence from your computers.
378
379 Bacula is a set of computer programs that permit you (or the system 
380 administrator) to manage backup, recovery, and verification of computer 
381 data across a network of computers of different kinds. In technical terms, 
382 it is a network client/server based backup program. Bacula is relatively 
383 easy to use and efficient, while offering many advanced storage management 
384 features that make it easy to find and recover lost or damaged files. 
385 Bacula source code has been released under the GPL version 2 license.
386
387 This is the Gnome Console package. It is an add-on to the client or
388 server packages.
389
390 %prep
391
392 %setup -b 1
393 %setup -b 2
394 %setup -b 3
395
396 %build
397
398 %if %{su9}
399 export LDFLAGS="-L/usr/lib/termcap"
400 %endif
401
402 cwd=${PWD}
403 cd %{depkgs}
404 %if %{sqlite}
405 make sqlite
406 %endif
407 make mtx
408 cd ${cwd}
409
410 # patches for the bundled sqlite scripts
411
412 # patch the make_sqlite_tables script for installation bindir
413 patch src/cats/make_sqlite_tables.in src/cats/make_sqlite_tables.in.patch
414
415 # patch the create_sqlite_database script for installation bindir
416 patch src/cats/create_sqlite_database.in src/cats/create_sqlite_database.in.patch
417
418 # patch the make_catalog_backup script for installation bindir
419 patch src/cats/make_catalog_backup.in src/cats/make_catalog_backup.in.patch
420
421 # patch the update_sqlite_tables script for installation bindir
422 patch src/cats/update_sqlite_tables.in src/cats/update_sqlite_tables.in.patch
423
424 %configure \
425         --prefix=/usr \
426         --sbindir=/usr/sbin \
427         --sysconfdir=/etc/bacula \
428         --with-scriptdir=/etc/bacula \
429         --enable-smartalloc \
430         --enable-gnome \
431         --enable-static-fd \
432 %if ! %{rh7} && ! %{rh8}
433         --enable-tray-monitor \
434 %endif
435 %if %{mysql}
436         --with-mysql \
437 %endif
438 %if %{sqlite}
439         --with-sqlite=${cwd}/../depkgs/sqlite \
440 %endif
441 %if %{postgresql}
442         --with-postgresql \
443 %endif
444         --with-working-dir=%{working_dir} \
445         --with-pid-dir=/var/run \
446         --with-subsys-dir=/var/lock/subsys \
447         --with-dir-user=%{daemon_user} \
448         --with-dir-group=%{daemon_group} \
449         --with-sd-user=%{daemon_user} \
450         --with-sd-group=%{daemon_group} \
451         --with-fd-user=%{daemon_user} \
452         --with-fd-group=%{daemon_group}
453 make
454
455 cd src/filed
456 strip static-bacula-fd
457 cd ../../
458
459 %install
460  
461 cwd=${PWD}
462 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
463 mkdir -p $RPM_BUILD_ROOT/etc/init.d
464 mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
465 mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
466 %if %{rh7}
467 mkdir -p $RPM_BUILD_ROOT/usr/share/gnome/apps/System
468 %else
469 mkdir -p $RPM_BUILD_ROOT/usr/share/applications
470 %endif
471 mkdir -p $RPM_BUILD_ROOT/etc/bacula/rescue
472 mkdir -p $RPM_BUILD_ROOT/etc/bacula/rescue/tomsrtbt
473 mkdir -p $RPM_BUILD_ROOT/etc/bacula/updatedb
474 %if ! %{su9}
475 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
476 mkdir -p $RPM_BUILD_ROOT/etc/security/console.apps
477 mkdir -p $RPM_BUILD_ROOT/usr/bin
478 %endif
479
480 %if %{sqlite}
481 mkdir -p $RPM_BUILD_ROOT%{sqlite_bindir}
482 %endif
483
484 make \
485         prefix=$RPM_BUILD_ROOT/usr \
486         sbindir=$RPM_BUILD_ROOT/usr/sbin \
487         sysconfdir=$RPM_BUILD_ROOT/etc/bacula \
488         scriptdir=$RPM_BUILD_ROOT/etc/bacula \
489         working_dir=$RPM_BUILD_ROOT%{working_dir} \
490         install
491
492 cd %{depkgs}
493 make \
494         prefix=$RPM_BUILD_ROOT/usr \
495         sbindir=$RPM_BUILD_ROOT/usr/sbin \
496         sysconfdir=$RPM_BUILD_ROOT/etc/bacula \
497         working_dir=$RPM_BUILD_ROOT%{working_dir} \
498         mandir=$RPM_BUILD_ROOT/usr/man \
499         mtx-install
500 cd ${cwd}
501
502 # setup the manual for the doc dir and correct some broken CVS permissions
503 mkdir html-manual
504 cp -p doc/html-manual/*.html html-manual/
505 cp -p doc/html-manual/*.jpg html-manual/
506 cp -p doc/html-manual/*.gif html-manual/
507 cp -p doc/html-manual/*.css html-manual/
508 chmod 644 html-manual/*
509 chmod 644 doc/bacula.pdf
510
511 # fixme - make installs the mysql scripts for sqlite build
512 %if %{sqlite}
513 rm -f $RPM_BUILD_ROOT/etc/bacula/startmysql
514 rm -f $RPM_BUILD_ROOT/etc/bacula/stopmysql
515 rm -f $RPM_BUILD_ROOT/etc/bacula/grant_mysql_privileges
516 %endif
517
518 # fixme - make installs the mysql scripts for postgresql build
519 %if %{postgresql}
520 rm -f $RPM_BUILD_ROOT/etc/bacula/startmysql
521 rm -f $RPM_BUILD_ROOT/etc/bacula/stopmysql
522 %endif
523
524 # install the init scripts
525 %if %{su9}
526 cp -p platforms/suse/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
527 cp -p platforms/suse/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
528 cp -p platforms/suse/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
529 %endif
530 %if %{mdk}
531 cp -p platforms/mandrake/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
532 cp -p platforms/mandrake/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
533 cp -p platforms/mandrake/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
534 %endif
535 %if ! %{su9} && ! %{mdk}
536 cp -p platforms/redhat/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
537 cp -p platforms/redhat/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
538 cp -p platforms/redhat/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
539 %endif
540 chmod 0754 $RPM_BUILD_ROOT/etc/init.d/*
541
542 # install the menu stuff
543 %if %{su9}
544 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
545 cp -p scripts/bacula.desktop.gnome2.xsu $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
546 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
547 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
548 %endif
549 %if %{rh7}
550 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
551 cp -p scripts/bacula.desktop.gnome1.consolehelper $RPM_BUILD_ROOT/usr/share/gnome/apps/System/bacula.desktop
552 cp -p scripts/gnome-console.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/gnome-console
553 cp -p scripts/gnome-console.pamd $RPM_BUILD_ROOT/etc/pam.d/gnome-console
554 ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/gnome-console
555 %endif
556 %if %{rh8} || %{rh9} || %{wb3} || %{fc1} || %{mdk}
557 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
558 cp -p scripts/bacula.desktop.gnome2.consolehelper $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
559 cp -p scripts/gnome-console.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/gnome-console
560 cp -p scripts/gnome-console.pamd $RPM_BUILD_ROOT/etc/pam.d/gnome-console
561 ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/gnome-console
562 %endif
563 %if ! %{rh7} && ! %{rh8}
564 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
565 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
566 %endif
567
568 # install sqlite
569 %if %{sqlite}
570 cp -p ../depkgs/sqlite/sqlite $RPM_BUILD_ROOT%{sqlite_bindir}/sqlite
571 cp -p ../depkgs/sqlite/sqlite.h $RPM_BUILD_ROOT%{sqlite_bindir}/sqlite.h
572 cp -p ../depkgs/sqlite/libsqlite.a $RPM_BUILD_ROOT%{sqlite_bindir}/libsqlite.a
573 %endif
574
575 # install the logrotate file
576 cp -p scripts/logrotate $RPM_BUILD_ROOT/etc/logrotate.d/bacula
577
578 # install the rescue stuff
579 # these are the rescue scripts
580 cp -p rescue/linux/floppy/backup.etc.list $RPM_BUILD_ROOT/etc/bacula/rescue/
581 cp -p rescue/linux/floppy/format_floppy $RPM_BUILD_ROOT/etc/bacula/rescue/
582 cp -p rescue/linux/floppy/getdiskinfo $RPM_BUILD_ROOT/etc/bacula/rescue/
583 cp -p rescue/linux/floppy/make_rescue_disk $RPM_BUILD_ROOT/etc/bacula/rescue/
584 cp -p rescue/linux/floppy/restore_bacula $RPM_BUILD_ROOT/etc/bacula/rescue/
585 cp -p rescue/linux/floppy/restore_etc $RPM_BUILD_ROOT/etc/bacula/rescue/
586 cp -p rescue/linux/floppy/run_grub $RPM_BUILD_ROOT/etc/bacula/rescue/
587 cp -p rescue/linux/floppy/run_lilo $RPM_BUILD_ROOT/etc/bacula/rescue/
588 cp -p rescue/linux/floppy/sfdisk.bz2 $RPM_BUILD_ROOT/etc/bacula/rescue/
589
590 # this is the static file daemon
591 cp -p src/filed/static-bacula-fd $RPM_BUILD_ROOT/etc/bacula/rescue/bacula-fd
592
593 # this is the tom's root boot disk
594 cp -p ../%{tomsrtbt}/* $RPM_BUILD_ROOT/etc/bacula/rescue/tomsrtbt/
595
596 # install the updatedb scripts
597 cp -p updatedb/* $RPM_BUILD_ROOT/etc/bacula/updatedb/
598
599 # now clean up permissions that are left broken by the install
600 chmod o-r $RPM_BUILD_ROOT/etc/bacula/query.sql
601 chmod o-rwx $RPM_BUILD_ROOT/var/bacula
602
603 %clean
604 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
605
606 %if %{mysql}
607
608 %files mysql
609 %defattr(-,root,root)
610
611 /etc/bacula/bacula
612 /etc/bacula/bconsole
613 /etc/bacula/create_mysql_database
614 /etc/bacula/drop_mysql_database
615 /etc/bacula/make_mysql_tables
616 /etc/bacula/drop_mysql_tables
617 /etc/bacula/update_mysql_tables
618 /etc/bacula/grant_mysql_privileges
619 /etc/bacula/create_bacula_database
620 /etc/bacula/drop_bacula_database
621 /etc/bacula/grant_bacula_privileges
622 /etc/bacula/make_bacula_tables
623 /etc/bacula/drop_bacula_tables
624 /etc/bacula/update_bacula_tables
625 /etc/bacula/make_catalog_backup
626 /etc/bacula/delete_catalog_backup
627 /etc/bacula/startmysql
628 /etc/bacula/stopmysql
629 /etc/bacula/mtx-changer
630 /etc/bacula/btraceback.dbx
631 /etc/bacula/btraceback.gdb
632 /etc/init.d/bacula-dir
633 /etc/init.d/bacula-fd
634 /etc/init.d/bacula-sd
635
636 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo doc/bacula.pdf html-manual ../Release_Notes-%{version}-%{release}.txt
637 /usr/man/man1/*
638
639 /etc/logrotate.d/bacula
640
641 %config(noreplace) /etc/bacula/bacula-dir.conf
642 %config(noreplace) /etc/bacula/bacula-fd.conf
643 %config(noreplace) /etc/bacula/bacula-sd.conf
644 %config(noreplace) /etc/bacula/bconsole.conf
645 /etc/bacula/query.sql
646 %dir %{working_dir}
647
648 /usr/sbin/bacula-dir
649 /usr/sbin/bacula-fd
650 /usr/sbin/bacula-sd
651 /usr/sbin/bcopy
652 /usr/sbin/bextract
653 /usr/sbin/bls
654 /usr/sbin/bscan
655 /usr/sbin/btape
656 /usr/sbin/btraceback
657 /usr/sbin/bconsole
658 /usr/sbin/dbcheck
659 /usr/sbin/loaderinfo
660 /usr/sbin/mtx
661 /usr/sbin/scsitape
662 /usr/sbin/bsmtp
663 /usr/sbin/tapeinfo
664 /usr/sbin/static-bacula-fd
665
666 %pre mysql
667 # test for bacula database older than version 7
668 # note: this ASSUMES no password has been set for bacula database
669 DB_VER=`mysql bacula -e 'select * from Version;'|tail -n 1 2>/dev/null`
670
671 if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "7" ]; then
672         echo "This bacula upgrade will update a bacula database from version 7 to 8."
673         echo "You appear to be running database version $DB_VER. You must first update"
674         echo "your database to version 7 and then install this upgrade. The alternative"
675         echo "is to use /etc/bacula/drop_mysql_tables to delete all your your current"
676         echo "catalog information, then do the upgrade. Information on updating a"
677         echo "database older than version 7 can be found in the release notes."
678         exit 1
679 fi
680 # check for and copy /etc/bacula/console.conf to bconsole.conf
681 if [ -s /etc/bacula/console.conf ];then
682         cp -p /etc/bacula/console.conf /etc/bacula/bconsole.conf
683 fi
684
685 %post mysql
686
687 # add our links
688 if [ "$1" -ge 1 ] ; then
689 /sbin/chkconfig --add bacula-dir
690 /sbin/chkconfig --add bacula-fd
691 /sbin/chkconfig --add bacula-sd
692 fi
693
694 # test for an existing database
695 # note: this ASSUMES no password has been set for bacula database
696 DB_VER=`mysql bacula -e 'select * from Version;'|tail -n 1 2>/dev/null`
697
698 # grant privileges and create tables if they do not exist
699 if [ -z "$DB_VER" ]; then
700         echo "Hmm, doesn't look like you have an existing database."
701         echo "Granting privileges for MySQL user bacula..."
702         /etc/bacula/grant_mysql_privileges
703         echo "Creating MySQL bacula database..."
704         /etc/bacula/create_mysql_database
705         echo "Creating bacula tables..."
706         /etc/bacula/make_mysql_tables
707
708 # check to see if we need to upgrade a 1.34 or lower database
709 elif [ "$DB_VER" -lt "8" ]; then
710         echo "This release requires an upgrade to your bacula database."
711         echo "Backing up your current database..."
712         mysqldump -f --opt bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
713         echo "Upgrading bacula database ..."
714         /etc/bacula/update_mysql_tables
715         echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
716
717 fi
718
719 # create the daemon group
720 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
721 if [ -z $HAVE_BACULA ]; then
722         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
723         echo "The group %{daemon_group} has been added to %{groupfile}."
724         echo "See the manual chapter Running Bacula for details."
725 fi
726
727 %preun mysql
728 # delete our links
729 if [ $1 = 0 ]; then
730 /sbin/chkconfig --del bacula-dir
731 /sbin/chkconfig --del bacula-fd
732 /sbin/chkconfig --del bacula-sd
733 fi
734
735 %endif
736
737 %if %{sqlite}
738
739 %files sqlite
740 %defattr(-,root,root)
741
742 /etc/bacula/bacula
743 /etc/bacula/bconsole
744 /etc/bacula/create_bacula_database
745 /etc/bacula/drop_bacula_database
746 /etc/bacula/grant_bacula_privileges
747 /etc/bacula/make_bacula_tables
748 /etc/bacula/drop_bacula_tables
749 /etc/bacula/update_bacula_tables
750 /etc/bacula/create_sqlite_database
751 /etc/bacula/drop_sqlite_database
752 /etc/bacula/grant_sqlite_privileges
753 /etc/bacula/make_sqlite_tables
754 /etc/bacula/drop_sqlite_tables
755 /etc/bacula/update_sqlite_tables
756 /etc/bacula/make_catalog_backup
757 /etc/bacula/delete_catalog_backup
758 /etc/bacula/mtx-changer
759 /etc/bacula/btraceback.dbx
760 /etc/bacula/btraceback.gdb
761 /etc/init.d/bacula-dir
762 /etc/init.d/bacula-fd
763 /etc/init.d/bacula-sd
764
765 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo doc/bacula.pdf html-manual ../Release_Notes-%{version}-%{release}.txt
766 /usr/man/man1/*
767
768 /etc/logrotate.d/bacula
769
770 %config(noreplace) /etc/bacula/bacula-dir.conf
771 %config(noreplace) /etc/bacula/bacula-fd.conf
772 %config(noreplace) /etc/bacula/bacula-sd.conf
773 %config(noreplace) /etc/bacula/bconsole.conf
774 /etc/bacula/query.sql
775 %{sqlite_bindir}/libsqlite.a
776 %{sqlite_bindir}/sqlite.h
777 %dir %{working_dir}
778
779 /usr/sbin/bacula-dir
780 /usr/sbin/bacula-fd
781 /usr/sbin/bacula-sd
782 /usr/sbin/bcopy
783 /usr/sbin/bextract
784 /usr/sbin/bls
785 /usr/sbin/bscan
786 /usr/sbin/btape
787 /usr/sbin/btraceback
788 /usr/sbin/bconsole
789 /usr/sbin/dbcheck
790 /usr/sbin/loaderinfo
791 /usr/sbin/mtx
792 /usr/sbin/scsitape
793 /usr/sbin/bsmtp
794 /usr/sbin/tapeinfo
795 /usr/sbin/static-bacula-fd
796 %{sqlite_bindir}/sqlite
797
798
799 %pre sqlite
800 # test for bacula database older than version 7
801 if [ -s %{working_dir}/bacula.db ];then
802         DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db | tail -n 1 2>/dev/null`
803         if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "7" ]; then
804                 echo "This bacula upgrade will update a bacula database from version 7 to 8."
805                 echo "You appear to be running database version $DB_VER. You must first update"
806                 echo "your database to version 7 and then install this upgrade. The alternative"
807                 echo "is to use /etc/bacula/drop_sqlite_tables to delete all your your current"
808                 echo "catalog information, then do the upgrade. Information on updating a"
809                 echo "database older than version 7 can be found in the release notes."
810                 exit 1
811         fi
812 fi
813 # check for and copy /etc/bacula/console.conf to bconsole.conf
814 if [ -s /etc/bacula/console.conf ];then
815         cp -p /etc/bacula/console.conf /etc/bacula/bconsole.conf
816 fi
817
818 %post sqlite
819 # add our links
820 if [ "$1" -ge 1 ] ; then
821 /sbin/chkconfig --add bacula-dir
822 /sbin/chkconfig --add bacula-fd
823 /sbin/chkconfig --add bacula-sd
824 fi
825
826 # test for an existing database
827 if [ -s %{working_dir}/bacula.db ]; then
828         DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db | tail -n 1 2>/dev/null`
829         # check to see if we need to upgrade a 1.34 or lower database
830         if [ "$DB_VER" -lt "8" ]; then
831                 echo "This release requires an upgrade to your bacula database."
832                 echo "Backing up your current database..."
833                 echo ".dump" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db | bzip2 > %{working_dir}/bacula_backup.sql.bz2
834                 echo "Upgrading bacula database ..."
835                 /etc/bacula/update_sqlite_tables
836                 echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
837         fi
838 else
839         # create the database and tables
840         echo "Hmm, doesn't look like you have an existing database."
841         echo "Creating SQLite database..."
842         /etc/bacula/create_sqlite_database
843         echo "Creating the SQLite tables..."
844         /etc/bacula/make_sqlite_tables
845 fi
846
847 # create the daemon group
848 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
849 if [ -z $HAVE_BACULA ]; then
850         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
851         echo "The group %{daemon_group} has been added to %{groupfile}."
852         echo "See the manual chapter Running Bacula for details."
853 fi
854
855 %preun sqlite
856 # delete our links
857 if [ $1 = 0 ]; then
858 /sbin/chkconfig --del bacula-dir
859 /sbin/chkconfig --del bacula-fd
860 /sbin/chkconfig --del bacula-sd
861 fi
862
863 %endif
864
865 %if %{postgresql}
866
867 %files postgresql
868 %defattr(-,root,root)
869
870 /etc/bacula/bacula
871 /etc/bacula/bconsole
872 /etc/bacula/create_postgresql_database
873 /etc/bacula/drop_postgresql_database
874 /etc/bacula/make_postgresql_tables
875 /etc/bacula/drop_postgresql_tables
876 /etc/bacula/update_postgresql_tables
877 /etc/bacula/grant_postgresql_privileges
878 /etc/bacula/create_bacula_database
879 /etc/bacula/drop_bacula_database
880 /etc/bacula/grant_bacula_privileges
881 /etc/bacula/make_bacula_tables
882 /etc/bacula/drop_bacula_tables
883 /etc/bacula/update_bacula_tables
884 /etc/bacula/make_catalog_backup
885 /etc/bacula/delete_catalog_backup
886 /etc/bacula/mtx-changer
887 /etc/bacula/btraceback.dbx
888 /etc/bacula/btraceback.gdb
889 /etc/init.d/bacula-dir
890 /etc/init.d/bacula-fd
891 /etc/init.d/bacula-sd
892
893 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo doc/bacula.pdf html-manual ../Release_Notes-%{version}-%{release}.txt
894 /usr/man/man1/*
895
896 /etc/logrotate.d/bacula
897
898 %config(noreplace) /etc/bacula/bacula-dir.conf
899 %config(noreplace) /etc/bacula/bacula-fd.conf
900 %config(noreplace) /etc/bacula/bacula-sd.conf
901 %config(noreplace) /etc/bacula/bconsole.conf
902 /etc/bacula/query.sql
903 %dir %{working_dir}
904
905 /usr/sbin/bacula-dir
906 /usr/sbin/bacula-fd
907 /usr/sbin/bacula-sd
908 /usr/sbin/bcopy
909 /usr/sbin/bextract
910 /usr/sbin/bls
911 /usr/sbin/bscan
912 /usr/sbin/btape
913 /usr/sbin/btraceback
914 /usr/sbin/bconsole
915 /usr/sbin/dbcheck
916 /usr/sbin/loaderinfo
917 /usr/sbin/mtx
918 /usr/sbin/scsitape
919 /usr/sbin/bsmtp
920 /usr/sbin/tapeinfo
921 /usr/sbin/static-bacula-fd
922
923 %pre postgresql
924 # test for bacula database older than version 7
925 # note: this ASSUMES no password has been set for bacula database
926 DB_VER=`echo 'select * from Version;' | psql bacula | tail -3 | head -1 2>/dev/null`
927
928 if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "7" ]; then
929         echo "This bacula upgrade will update a bacula database from version 7 to 8."
930         echo "You appear to be running database version $DB_VER. You must first update"
931         echo "your database to version 7 and then install this upgrade. The alternative"
932         echo "is to use /etc/bacula/drop_postgresql_tables to delete all your your current"
933         echo "catalog information, then do the upgrade. Information on updating a"
934         echo "database older than version 7 can be found in the release notes."
935         exit 1
936 fi
937
938 %post postgresql
939 # add our links
940 if [ "$1" -ge 1 ] ; then
941 /sbin/chkconfig --add bacula-dir
942 /sbin/chkconfig --add bacula-fd
943 /sbin/chkconfig --add bacula-sd
944 fi
945
946 # test for an existing database
947 # note: this ASSUMES no password has been set for bacula database
948 DB_VER=`echo 'select * from Version;' | psql bacula | tail -3 | head -1 2>/dev/null`
949
950 # grant privileges and create tables if they do not exist
951 if [ -z "$DB_VER" ]; then
952         echo "Hmm, doesn't look like you have an existing database."
953         echo "Granting privileges for PostgreSQL user bacula..."
954         /etc/bacula/grant_postgresql_privileges
955         echo "Creating PostgreSQL bacula database..."
956         /etc/bacula/create_postgresql_database
957         echo "Creating bacula tables..."
958         /etc/bacula/make_postgresql_tables
959
960 # check to see if we need to upgrade a 1.34 or lower database
961 elif [ "$DB_VER" -lt "8" ]; then
962         echo "This release requires an upgrade to your bacula database."
963         echo "Backing up your current database..."
964         pg_dump bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
965         echo "Upgrading bacula database ..."
966         /etc/bacula/update_postgresql_tables
967         echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
968         
969 fi
970
971 # create the daemon group
972 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
973 if [ -z $HAVE_BACULA ]; then
974         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
975         echo "The group %{daemon_group} has been added to %{groupfile}."
976         echo "See the manual chapter Running Bacula for details."
977 fi
978         
979
980 %preun postgresql
981 # delete our links
982 if [ $1 = 0 ]; then
983 /sbin/chkconfig --del bacula-dir
984 /sbin/chkconfig --del bacula-fd
985 /sbin/chkconfig --del bacula-sd
986 fi
987
988 %endif
989
990 %files client
991 %defattr(-,root,root)
992
993 /etc/bacula/bconsole
994 /etc/init.d/bacula-fd
995
996 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo doc/bacula.pdf html-manual ../Release_Notes-%{version}-%{release}.txt
997 /etc/logrotate.d/bacula
998
999 %config(noreplace) /etc/bacula/bacula-fd.conf
1000 %config(noreplace) /etc/bacula/bconsole.conf
1001 %dir %{working_dir}
1002
1003 /usr/sbin/bacula-fd
1004 /usr/sbin/btraceback
1005 /etc/bacula/btraceback.gdb
1006 /etc/bacula/btraceback.dbx
1007 /usr/sbin/bsmtp
1008 /usr/sbin/bconsole
1009
1010
1011 %post client
1012 # add our link
1013 if [ "$1" -ge 1 ] ; then
1014 /sbin/chkconfig --add bacula-fd
1015 fi
1016
1017 # create the daemon group
1018 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
1019 if [ -z $HAVE_BACULA ]; then
1020         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1021         echo "The group %{daemon_group} has been added to %{groupfile}."
1022         echo "See the manual chapter Running Bacula for details."
1023 fi
1024
1025 %preun client
1026 # delete our link
1027 if [ $1 = 0 ]; then
1028 /sbin/chkconfig --del bacula-fd
1029 fi
1030
1031 %files rescue
1032 %defattr(-,root,root)
1033 /etc/bacula/rescue/backup.etc.list
1034 /etc/bacula/rescue/format_floppy
1035 /etc/bacula/rescue/getdiskinfo
1036 /etc/bacula/rescue/make_rescue_disk
1037 /etc/bacula/rescue/restore_bacula
1038 /etc/bacula/rescue/restore_etc
1039 /etc/bacula/rescue/run_grub
1040 /etc/bacula/rescue/run_lilo
1041 /etc/bacula/rescue/sfdisk.bz2
1042 /etc/bacula/rescue/bacula-fd
1043 /etc/bacula/rescue/tomsrtbt/*
1044
1045 %post rescue
1046 # link our current installed conf file to the rescue directory
1047 ln -s /etc/bacula-fd.conf /etc/bacula/rescue/bacula-fd.conf
1048
1049 # run getdiskinfo
1050 echo "Creating rescue files for this system..."
1051 cd /etc/bacula/rescue
1052 ./getdiskinfo
1053
1054 %preun rescue
1055 # remove the files created after the initial rpm installation
1056 rm -f /etc/bacula/rescue/bacula-fd.conf
1057 rm -f /etc/bacula/rescue/partition.*
1058 rm -f /etc/bacula/rescue/format.*
1059 rm -f /etc/bacula/rescue/mount_drives
1060 rm -f /etc/bacula/rescue/start_network
1061 rm -f /etc/bacula/rescue/sfdisk
1062 rm -rf /etc/bacula/rescue/diskinfo/*
1063
1064 %files updatedb
1065 %defattr(-,root,root)
1066 /etc/bacula/updatedb/*
1067
1068 %post updatedb
1069 echo "The database update scripts were installed to /etc/bacula/updatedb"
1070
1071 %files gconsole
1072 %defattr(-,root,root)
1073 /usr/sbin/gnome-console
1074 /etc/bacula/gconsole
1075 %config(noreplace) /etc/bacula/gnome-console.conf
1076 /usr/share/pixmaps/bacula.png
1077
1078 %if %{rh7}
1079 /usr/share/gnome/apps/System/bacula.desktop
1080 %else
1081 /usr/share/applications/bacula.desktop
1082 %endif
1083
1084 %if ! %{rh7} && ! %{rh8}
1085 /usr/sbin/bacula-tray-monitor
1086 /etc/bacula/tray-monitor.conf
1087 /usr/share/pixmaps/bacula-tray-monitor.xpm
1088 /usr/share/applications/bacula-tray-monitor.desktop
1089 %endif
1090
1091 %if ! %{su9} 
1092 # add the console helper files
1093 %config(noreplace,missingok) /etc/pam.d/gnome-console
1094 %config(noreplace,missingok) /etc/security/console.apps/gnome-console
1095 /usr/bin/gnome-console
1096 %endif
1097
1098
1099 %changelog
1100 * Fri Oct 22 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1101 - remove tray-monitor from RH8 build
1102 * Wed Oct 13 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1103 - add Mandrake support and tray-monitor, misc changes for 1.35.8/1.36.0,
1104 - change database update to 7 to 8 upgrade,
1105 - revert depkgs to 08Mar04 as there seems to be a bug in the sqlite
1106 - build in 30Jul04, add freetype dependancy to gnome package.
1107 * Sun Sep 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1108 - add documentation to console for groupadd
1109 * Sat Sep 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1110 - add support for running daemons as root.bacula
1111 - correct for change in location of floppy rescue files in 1.35.2
1112 - removed /etc/bacula/fd script from all packages as it has disappeared from 1.35.2
1113 - updated depgkgs to 30Jul04
1114 * Thu Jun 24 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1115 - really, really fix symlink creation for gconsole
1116 * Thu Jun 17 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1117 - fix symlink creation in gconsole post install
1118 * Sat Jun 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1119 - fixed error in gconsole post script
1120 * Fri Apr 30 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1121 - add check for gconsole symlink before trying to create it
1122 * Sun Apr 11 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1123 - fix some minor permissions issues on doc files that CVS won't let us fix
1124 * Sun Apr 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1125 - add pkgconfig to BuildRequires
1126 - clean up gnome1/2 menu entries for appropriate packages
1127 * Fri Apr 02 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1128 - tightened up doc distribution
1129 * Tue Mar 30 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1130 - added usermode (Redhat) and xsu (SuSE) support for gnome-console;
1131 - rpm's horrible bug that prevents nested conditional macros prevents me
1132 - from implementing these 2 separate approaches within the conditionals which
1133 - create the separate server packages.
1134 - the solution adopted is to remove the gnome-console files from the server packages
1135 - so bacula-gconsole is now an add on for both client and server packages.
1136 - this also now allows the server packages to be install on machines without
1137 - an X-server and we can still maintain a single spec file.
1138 - added tests to make sure we have defined platform and database macros.
1139 * Sat Mar 13 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1140 - corrected mysql prerequisites for suse
1141 * Mon Mar 1 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1142 - replaced all cp commands with cp -p
1143 - removed addition of a+x permissions on gnome-console
1144 - corrected permissions on init scripts
1145 * Sat Feb 28 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1146 - corrected creation of sqlite_bindir in install from !mysql to sqlite
1147 -
1148 - various cleanup patches from Michael K. Johnson:
1149 - corrected post install routines for nicer chkconfig
1150 - removed chmod changes in post routines and moved to install section
1151 - removed interactive nature of post routine for rescue package
1152 - added description of building rescue disks to the description of rescue package
1153 - added clean of build root to beginning of install
1154 - removed specifying attr in all file lists
1155 * Fri Feb 20 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1156 - added bconsole to client package
1157 - added gconsole package as add-on to client
1158 - removed spurious dependancies on updatedb package (!cut/paste)
1159 * Thu Feb 19 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1160 - added updatedb package
1161 * Thu Feb 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1162 - added postgresql package
1163 * Wed Feb 11 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1164 - corrected the if else logic in the dependancy sections
1165 - changes for 1.34 release
1166 - /etc/bacula/console is now /etc/bacula/bconsole
1167 - /etc/bacula/console.conf is now /etc/bacula/bconsole.conf
1168 - /usr/sbin/btraceback.gdb is now /etc/bacula/btraceback.gdb
1169 - /usr/sbin/smtp is now /usr/sbin/bsmtp
1170 - added new /etc/bacula/drop_mysql_database
1171 - added new /etc/bacula/drop_sqlite_database
1172 - added new /etc/bacula/grant_sqlite_privileges
1173 - added new generic bacula database scripts in /etc/bacula
1174 - added pre-install sections to check for database versions older than 6
1175 - added check for /etc/bacula/console.conf and copy to bconsole.conf
1176 * Sun Feb 08 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1177 - added /etc/bacula/update_sqlite_tables and /etc/bacula/update_mysql_tables for 1.34 release
1178 - added testing for existing databases before executing any of the database creation scripts
1179 - added defines working_dir and sqlite_bindir in place of hard coded paths
1180 * Sat Jan 31 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1181 - added build configuration for SuSE.
1182 - Thanks to Matt Vollmar <matt at panamschool.edu.sv> for his input
1183 * Sat Jan 24 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1184 - added patch for create_sqlite_database to fix the installed bindir
1185 - added execute of create_sqlite_database to post of sqlite package
1186 * Sat Jan 10 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1187 - added virtual package Provides bacula-dir, bacula-sd, bacula-fd
1188 - added bacula-fd as Requires for rescue package
1189 - added build tag for Fedora Core 1
1190 - cleaned up dependancies for all builds
1191 * Thu Jan 1 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1192 - removed rh_version from package names
1193 - added platform build configuration section to beginning of file
1194 * Tue Nov 25 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1195 - removed make_static_bacula script from rescue package install
1196 * Sun Nov 23 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1197 - Added define at top of file for depkgs version
1198 - Added rescue sub-package
1199 - Moved requires statements into proper sub-package locations
1200 * Mon Oct 27 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1201 - Corrected Requires for Gnome 1.4/2.0 builds
1202 * Fri Oct 24 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1203 - Added separate source declaration for depkgs
1204 - added patch for make_catalog_backup script
1205 * Mon May 11 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1206 - Misc changes to mysql/sqlite build and rh7/8 menu differences
1207 - Added rh_version to sub-package names
1208 - Added installed but missing file /etc/bacula/gconsole
1209 - rm'd /etc/bacula/grant_mysql_privileges on sqlite builds
1210 * Thu May 08 2003 Kern Sibbald <kern at sibbald.com>
1211 - Update spec for version 1.31 and combine client
1212 * Sun Mar 30 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1213 - Initial spec file