]> git.pld-linux.org Git - packages/bacula.git/blob - bacula.spec
- rel 2
[packages/bacula.git] / bacula.spec
1 # TODO:
2 #       - update desktop files, think about su-wrappers for console (with .desktop files)
3 #       - package web admin
4 #       - fix log file permissions
5 #       - check on upgrade (5.0 and 5.2 databases are NOT compatible)
6 #
7 # Conditional build:
8 %bcond_without  console_wx              # wx-console program
9 %if "%{pld_release}" == "ac"
10 %bcond_with             bat                     # bat Qt4 GUI
11 %else
12 %bcond_without  bat                     # bat Qt4 GUI
13 %endif
14 %bcond_without  mysql                   # use MySQL
15 %bcond_without  pgsql                   # use PostgreSQL
16 %bcond_without  sqlite3                 # use SQLite3
17 %bcond_without  python          # Python Scripting support, http://www.bacula.org/3.0.x-manuals/en/concepts/concepts/Python_Scripting.html
18 %bcond_without  nagios          # build nagios plugin
19 %bcond_with     rescue
20 %bcond_with     sqlite3_sync_off        # makes SQLite3 backend much faster, but less reliable
21
22 %if %{without sqlite3}
23 %undefine       with_sqlite3_sync_off
24 %endif
25
26 %define qtver   4.6.2
27 Summary:        Bacula - The Network Backup Solution
28 Summary(pl.UTF-8):      Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
29 Name:           bacula
30 Version:        5.2.6
31 Release:        2
32 License:        AGPL v3
33 Group:          Networking/Utilities
34 Source0:        http://downloads.sourceforge.net/bacula/%{name}-%{version}.tar.gz
35 # Source0-md5:  914483b92539598678542bd2ddb28043
36 Source1:        http://downloads.sourceforge.net/bacula/%{name}-docs-%{version}.tar.bz2
37 # Source1-md5:  30b340fefc46c8148b1ba89cd1db60e4
38 Source2:        http://downloads.sourceforge.net/bacula/%{name}-rescue-5.0.1.tar.gz
39 # Source2-md5:  bb194aed8e204f54bf2f61d7e721f257
40 Source10:       %{name}-dir.init
41 Source11:       %{name}-fd.init
42 Source12:       %{name}-sd.init
43 Source13:       %{name}.logrotate
44 Source14:       %{name}-dir.sysconfig
45 Source15:       %{name}-fd.sysconfig
46 Source16:       %{name}-sd.sysconfig
47 Patch0:         %{name}-mtx-changer.patch
48 Patch1:         %{name}-branding.patch
49 Patch2:         %{name}-conf.patch
50 Patch3:         %{name}-desktop.patch
51 Patch4:         make_catalog_backup-setup-home.patch
52 URL:            http://www.bacula.org/
53 BuildRequires:  acl-devel
54 BuildRequires:  autoconf
55 BuildRequires:  automake
56 BuildRequires:  gettext-devel
57 %{?with_console_wx:BuildRequires:       gtk+2-devel}
58 BuildRequires:  libcap-devel
59 BuildRequires:  libtool >= 2:2.2
60 %if %{with rescue}
61 BuildRequires:  fakeroot
62 %endif
63 BuildRequires:  libwrap-devel
64 BuildRequires:  ncurses-devel
65 BuildRequires:  openssl-devel
66 BuildRequires:  pkgconfig
67 %if %{with python}
68 BuildRequires:  python-devel
69 BuildRequires:  python-modules
70 %endif
71 %if %{with bat}
72 BuildRequires:  QtCore-devel
73 BuildRequires:  QtGui-devel
74 BuildRequires:  qt4-build >= %{qtver}
75 BuildRequires:  qt4-qmake >= %{qtver}
76 %endif
77 %{?with_mysql:BuildRequires:    mysql-devel}
78 %{?with_pgsql:BuildRequires:    postgresql-devel}
79 BuildRequires:  readline-devel
80 BuildRequires:  rpm >= 4.4.9-56
81 BuildRequires:  rpm-pythonprov
82 BuildRequires:  rpmbuild(macros) >= 1.268
83 BuildRequires:  sed >= 4.0
84 %{?with_sqlite3:BuildRequires:  sqlite3-devel}
85 BuildRequires:  which
86 %if %{with console_wx}
87 BuildRequires:  wxGTK2-unicode-devel >= 2.4.0
88 %endif
89 BuildRequires:  zlib-devel
90 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
91
92 %define         _sysconfdir             /etc/%{name}
93 %define         _localstatedir  /var/lib/%{name}
94 %define         nagiosplugindir %{_libdir}/nagios/plugins
95
96 # from 'the worst' to 'the best'
97 %define databases %{?with_sqlite3:sqlite3} %{?with_mysql:mysql} %{?with_pgsql:postgresql}
98
99 # dependency section is broken. ccache usage is instead to makefiles
100 %undefine       with_ccache
101
102 %description
103 Bacula - It comes by night and sucks the vital essence from your
104 computers.
105
106 Bacula is a set of computer programs that permit you (or the system
107 administrator) to manage backup, recovery, and verification of
108 computer data across a network of computers of different kinds. In
109 technical terms, it is a network client/server based backup program.
110 Bacula is relatively easy to use and efficient, while offering many
111 advanced storage management features that make it easy to find and
112 recover lost or damaged files.
113
114 %description -l pl.UTF-8
115 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
116
117 Bacula to zbiór programów umożliwiających administratorowi na
118 zarządzanie kopiami zapasowymi, odzyskiwaniem i weryfikacją danych w
119 sieci komputerów różnego rodzaju. W terminologii technicznej jest to
120 program do kopii zapasowych pracujący w architekturze klient-serwer.
121 Bacula jest stosunkowo łatwa w użyciu i wydajna, oferując przy tym
122 wiele zaawansowanych możliwości przy zarządzaniu nośnikami,
123 ułatwiających znalezienie i odzyskanie utraconych lub uszkodzonych
124 plików.
125
126 %package common
127 Summary:        Common files for bacula package
128 Summary(pl.UTF-8):      Pliki wspólne dla pakietu bacula
129 Group:          Networking/Utilities
130 Requires(post): openssl-tools
131 Requires(post): sed >= 4.0
132 Requires(post,preun):   /sbin/chkconfig
133 Requires(postun):       /usr/sbin/groupdel
134 Requires(postun):       /usr/sbin/userdel
135 Requires(pre):  /usr/sbin/groupadd
136 Requires(pre):  /usr/sbin/useradd
137 Conflicts:      bacula-console < 0:1.34.6
138 Conflicts:      bacula-dir < 0:1.34.6
139 Conflicts:      bacula-fd < 0:1.34.6
140 Conflicts:      bacula-sd < 0:1.34.6
141 Conflicts:      logrotate < 3.8.0
142
143 %description common
144 Bacula - It comes by night and sucks the vital essence from your
145 computers.
146
147 Bacula is a set of computer programs that permit you (or the system
148 administrator) to manage backup, recovery, and verification of
149 computer data across a network of computers of different kinds. In
150 technical terms, it is a network client/server based backup program.
151 Bacula is relatively easy to use and efficient, while offering many
152 advanced storage management features that make it easy to find and
153 recover lost or damaged files.
154
155 %description common -l pl.UTF-8
156 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
157
158 Bacula to zbiór programów umożliwiających administratorowi na
159 zarządzanie kopiami zapasowymi, odzyskiwaniem i weryfikacją danych w
160 sieci komputerów różnego rodzaju. W terminologii technicznej jest to
161 program do kopii zapasowych pracujący w architekturze klient-serwer.
162 Bacula jest stosunkowo łatwa w użyciu i wydajna, oferując przy tym
163 wiele zaawansowanych możliwości przy zarządzaniu nośnikami,
164 ułatwiających znalezienie i odzyskanie utraconych lub uszkodzonych
165 plików.
166
167 %package dir
168 Summary:        Bacula Director and Catalog services
169 Summary(pl.UTF-8):      Usługi Bacula Director i Catalog
170 Group:          Networking/Utilities
171 Requires(post): sed >= 4.0
172 Requires:       %{name}-common = %{version}-%{release}
173 Requires:       bacula(db) = %{version}-%{release}
174 Obsoletes:      bacula-updatedb
175
176 %description dir
177 Bacula - It comes by night and sucks the vital essence from your
178 computers.
179
180 Bacula Director is the program that supervises all the backup,
181 restore, verify and archive operations. The system administrator uses
182 the Bacula Director to schedule backups and to recover files. Catalog
183 services are comprised of the software programs responsible for
184 maintaining the file indexes and volume databases for all files backed
185 up. The Catalog services permit the System Administrator or user to
186 quickly locate and restore any desired file, since it maintains a
187 record of all Volumes used, all Jobs run, and all Files saved.
188
189 %description dir -l pl.UTF-8
190 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
191
192 Bacula Director to program nadzorujący wszystkie operacje wykonywania
193 kopii zapasowych, odzyskiwania, weryfikacji i archiwizowania.
194 Administrator używa Bacula Directora do szeregowania kopii zapasowych
195 oraz odzyskiwania plików. Usługi katalogowe (Catalog services) są
196 używane przez programy odpowiedzialne za zarządzanie indeksami plików
197 i bazą danych wolumenów dla wszystkich kopiowanych plików. Usługi
198 katalogowe umożliwiają administratorowi lub użytkownikowi szybko
199 zlokalizować i odtworzyć dowolny plik, ponieważ utrzymują rekord ze
200 wszystkimi używanymi wolumenami, uruchomionymi zadaniami i zapisanymi
201 plikami.
202
203 %package console
204 Summary:        Bacula Console
205 Summary(pl.UTF-8):      Konsola Baculi
206 Group:          Networking/Utilities
207 Requires(post): sed >= 4.0
208 Requires:       %{name}-common = %{version}-%{release}
209
210 %description console
211 Bacula - It comes by night and sucks the vital essence from your
212 computers.
213
214 Bacula Console is the program that allows the administrator or user to
215 communicate with the Bacula Director. This is the text only console
216 interface.
217
218 %description console -l pl.UTF-8
219 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
220
221 Bacula Console to program umożliwiający administratorowi lub
222 użytkownikowi komunikowanie się z programem Bacula Director. To jest
223 interfejs czysto tekstowy.
224
225 %package console-wx
226 Summary:        Bacula wxWidgets Console
227 Summary(pl.UTF-8):      Konsola Baculi oparta na wxWidgets
228 Group:          Networking/Utilities
229 Requires(post): sed >= 4.0
230 Requires:       %{name}-common = %{version}-%{release}
231
232 %description console-wx
233 Bacula - It comes by night and sucks the vital essence from your
234 computers.
235
236 Bacula Console is the program that allows the administrator or user to
237 communicate with the Bacula Director. This is the wxWidgets GUI
238 interface.
239
240 %description console-wx -l pl.UTF-8
241 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
242
243 Bacula Console to program umożliwiający administratorowi lub
244 użytkownikowi komunikowanie się z programem Bacula Director. To jest
245 interfejs graficzny oparty na wxWidgets.
246
247 %package console-qt4
248 Summary:        Bacula Qt4 Console
249 Summary(pl.UTF-8):      Konsola Baculi oparta na Qt4
250 Group:          Networking/Utilities
251 Requires(post): sed >= 4.0
252 Requires:       %{name}-common = %{version}-%{release}
253 Requires:       QtCore >= %{qtver}
254
255 %description console-qt4
256 Bacula - It comes by night and sucks the vital essence from your
257 computers.
258
259 Bacula Console is the program that allows the administrator or user to
260 communicate with the Bacula Director. This is the Qt4 GUI interface.
261
262 %description console-qt4 -l pl.UTF-8
263 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
264
265 Bacula Console to program umożliwiający administratorowi lub
266 użytkownikowi komunikowanie się z programem Bacula Director. To jest
267 interfejs graficzny oparty na Qt4.
268
269 %package tray-monitor
270 Summary:        Bacula Tray Monitor
271 Group:          Networking/Utilities
272 Requires(post): sed >= 4.0
273 Requires:       %{name}-common = %{version}-%{release}
274
275 %description tray-monitor
276 Bacula - It comes by night and sucks the vital essence from your
277 computers.
278
279 The Monitor program is typically an icon in the system tray. However,
280 once the icon is expanded into a full window, the administrator or
281 user can obtain status information about the Director or the backup
282 status on the local workstation or any other Bacula daemon that is
283 configured.
284
285 %package fd
286 Summary:        Bacula File services (Client)
287 Summary(pl.UTF-8):      Usługi Bacula File (klient)
288 Group:          Networking/Utilities
289 Requires(post): sed >= 4.0
290 Requires:       %{name}-common = %{version}-%{release}
291
292 %description fd
293 Bacula - It comes by night and sucks the vital essence from your
294 computers.
295
296 Bacula File services (or Client program) is the software program that
297 is installed on the machine to be backed up. It is specific to the
298 operating system on which it runs and is responsible for providing the
299 file attributes and data when requested by the Director. The File
300 services are also responsible for the file system dependent part of
301 restoring the file attributes and data during a recovery operation.
302 This program runs as a daemon on the machine to be backed up, and in
303 some of the documentation, the File daemon is referred to as the
304 Client (for example in Bacula configuration file).
305
306 %description fd -l pl.UTF-8
307 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
308
309 Usługi Bacula File (inaczej program kliencki) to oprogramowanie, które
310 instaluje się na maszynach, z których mają być wykonywane kopie
311 zapasowe. Są one specyficzne dla systemu operacyjnego, pod którym
312 działa dana maszyna i odpowiadają za dostarczanie atrybutów i danych
313 plików na żądanie Directora. Usługi plikowe są także odpowiedzialne za
314 zależną od systemu plików część odzyskiwania atrybutów i danych plików
315 podczas operacji odzyskiwania danych. Program działa jako demon na
316 maszynie, która ma być backupowana i w części dokumentacji demon ten
317 (File) jest nazywany klientem (na przykład w pliku konfiguracyjnym
318 Baculi).
319
320 %package sd
321 Summary:        Bacula Storage services
322 Summary(pl.UTF-8):      Usługi Bacula Storage
323 Group:          Networking/Utilities
324 Requires(post): sed >= 4.0
325 Requires:       %{name}-common = %{version}-%{release}
326 Conflicts:      dvd+rw-tools <= 5.21.4.10.8-1
327
328 %description sd
329 Bacula - It comes by night and sucks the vital essence from your
330 computers.
331
332 Bacula Storage services consist of the software programs that perform
333 the storage and recovery of the file attributes and data to the
334 physical backup media or volumes. In other words, the Storage daemon
335 is responsible for reading and writing your tapes (or other storage
336 media, e.g. files). The Storage services runs as a daemon on the
337 machine that has the backup device (usually a tape drive).
338
339 %description sd -l pl.UTF-8
340 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
341
342 Usługi Bacula Storage składają się z programów obsługujących
343 przechowywanie danych oraz odzyskiwanie atrybutów i danych na
344 fizycznych nośnikach lub wolumenach. Innymi słowy, demon Storage jest
345 odpowiedzialny za odczyt i zapis taśm (lub innych nośników do
346 przechowywania danych, np. plików). Usługi Storage działają jako demon
347 na maszynie, która zawiera urządzenie backupowe (zwykle napęd
348 taśmowy).
349
350 %package db-postgresql
351 Summary:        PostgreSQL database driver for Bacula
352 Summary(pl.UTF-8):      Sterownik bazy PostgreSQL dla Baculi
353 Group:          Networking/Utilities
354 Requires(post): /sbin/ldconfig
355 Requires:       %{name}-common = %{version}-%{release}
356 Provides:       bacula(db) = %{version}-%{release}
357 Obsoletes:      bacula(db)
358
359 %description db-postgresql
360 PostgreSQL database driver for Bacula.
361
362 %description db-postgresql -l pl.UTF-8
363 Sterownik bazy PostgreSQL dla Baculi.
364
365 %package db-mysql
366 Summary:        MySQL database driver for Bacula
367 Summary(pl.UTF-8):      Sterownik bazy MySQL dla Baculi
368 Group:          Networking/Utilities
369 Requires(post): /sbin/ldconfig
370 Requires:       %{name}-common = %{version}-%{release}
371 Provides:       bacula(db) = %{version}-%{release}
372 Obsoletes:      bacula(db)
373
374 %description db-mysql
375 MySQL database driver for Bacula.
376
377 %description db-mysql -l pl.UTF-8
378 Sterownik bazy MySQL dla Baculi.
379
380 %package db-sqlite3
381 Summary:        SQLite database driver for Bacula
382 Summary(pl.UTF-8):      Sterownik bazy SQLite dla Baculi
383 Group:          Networking/Utilities
384 Requires(post): /sbin/ldconfig
385 Requires:       %{name}-common = %{version}-%{release}
386 Provides:       bacula(db) = %{version}-%{release}
387 Obsoletes:      bacula(db)
388
389 %description db-sqlite3
390 SQLite database driver for Bacula.
391
392 %description db-sqlite3 -l pl.UTF-8
393 Sterownik bazy SQLite dla Baculi.
394
395 %package rescue
396 Summary:        Bacula - The Network Backup Solution
397 Summary(pl.UTF-8):      Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
398 Group:          Networking/Utilities
399 Requires:       %{name}-fd = %{version}-%{release}
400 Requires:       coreutils
401 Requires:       util-linux
402
403 %description rescue
404 Bacula - It comes by night and sucks the vital essence from your
405 computers.
406
407 Bacula is a set of computer programs that permit you (or the system
408 administrator) to manage backup, recovery, and verification of
409 computer data across a network of computers of different kinds. In
410 technical terms, it is a network client/server based backup program.
411 Bacula is relatively easy to use and efficient, while offering many
412 advanced storage management features that make it easy to find and
413 recover lost or damaged files.
414
415 This package installs scripts for disaster recovery and builds rescue
416 floppy disk for bare metal recovery.
417
418 %description rescue -l pl.UTF-8
419 Bacula - przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
420
421 Bacula to zbiór programów umożliwiających administratorowi na
422 zarządzanie kopiami zapasowymi, odzyskiwaniem i weryfikacją danych w
423 sieci komputerów różnego rodzaju. W terminologii technicznej jest to
424 program do kopii zapasowych pracujący w architekturze klient-serwer.
425 Bacula jest stosunkowo łatwa w użyciu i wydajna, oferując przy tym
426 wiele zaawansowanych możliwości przy zarządzaniu nośnikami,
427 ułatwiających znalezienie i odzyskanie utraconych lub uszkodzonych
428 plików.
429
430 Ten pakiet zawiera skrypty do odtwarzania po awarii i tworzy dyskietkę
431 ratunkowe do odtwarzania systemu od zera.
432
433 %package -n nagios-plugin-check_bacula
434 Summary:        Nagios plugin to check bacula
435 Group:          Networking
436 Requires:       nagios-common
437
438 %description -n nagios-plugin-check_bacula
439 Nagios plugin to check bacula.
440
441 # provided by various db libraries as a symlink
442 %define _noautoreq      libbaccats-%{version}.so
443
444 %prep
445 %setup -q -a 1
446 %patch0 -p1
447 %patch1 -p1
448 %patch2 -p1
449 %patch3 -p1
450 %patch4 -p1
451
452 tar -xf %{SOURCE2} && ln -s bacula-rescue-* rescue
453
454 sed -i -e 's#bindir=.*#bindir=%{_bindir}#g' \
455         src/cats/create_* src/cats/delete_* src/cats/drop_* \
456         src/cats/grant_* src/cats/make_* src/cats/update_*
457 sed -i -e 's/@hostname@/--hostname--/' src/*/*.conf.in
458 sed -i -e 's/@basename@/--hostname--/' src/*/*.conf.in
459
460 %build
461 cd autoconf
462 %{__aclocal} -I bacula-macros -I gettext-macros
463 # $BUILD_DIR not seen by libtoolize, export it
464 BUILD_DIR=.. %{__libtoolize}
465 cd ..
466 %{__autoconf} --prepend-include=$(pwd)/autoconf autoconf/configure.in > configure
467
468 CPPFLAGS="-I/usr/include/ncurses -I%{_includedir}/readline"
469
470 WXCONFIG=%{_bindir}/wx-gtk2-unicode-config \
471 QMAKE=%{_bindir}/qt4-qmake \
472 %configure \
473         --with-scriptdir=%{_libexecdir}/%{name} \
474         %{?with_bat:--enable-bat} \
475         --disable-conio \
476         --enable-smartalloc \
477         %{?with_console_wx:--enable-bwx-console} \
478         --enable-tray-monitor \
479         %{?with_python:--with-python} \
480         --with-readline \
481         --with-tcp-wrappers \
482         --with-working-dir=%{_var}/lib/%{name} \
483         --with-dump-email="root@localhost" \
484         --with-job-email="root@localhost" \
485         --with-smtp-host=localhost \
486         --with-pid-dir=/var/run \
487         --with-subsys-dir=/var/lock/subsys \
488         --with-systemd=/lib/systemd/system \
489         --enable-batch-insert \
490         %{?with_pgsql:--with-postgresql} \
491         %{?with_mysql:--with-mysql} \
492         %{?with_sqlite3:--with-sqlite3} \
493         %{?with_sqlite3_sync_off:--enable-extra-sqlite3-init="pragma synchronous=0;"} \
494         --with-dir-password="#FAKE-dir-password#" \
495         --with-fd-password="#FAKE-fd-password#" \
496         --with-sd-password="#FAKE-sd-password#" \
497         --with-mon-dir-password="#FAKE-mon-dir-password#" \
498         --with-mon-fd-password="#FAKE-mon-fd-password#" \
499         --with-mon-sd-password="#FAKE-mon-sd-password#" \
500         --with-openssl
501
502 %if %{with bat}
503 cd src/qt-console
504 qmake-qt4 bat.pro
505 cd ../..
506 %endif
507
508 %{__make} 2>&1 | tee log
509 # check for build errors
510 grep "Error in" log && exit 1
511
512 %if %{with nagios}
513 # nagios plugin
514 %{__make} -C examples/nagios/check_bacula
515 %endif
516
517 %if %{with rescue}
518 cd rescue
519 %configure \
520         --with-bacula=../
521 cd linux/cdrom
522 fakeroot %{__make}
523 %endif
524
525 %install
526 rm -rf $RPM_BUILD_ROOT
527 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,logrotate.d,pam.d,sysconfig}
528 install -d $RPM_BUILD_ROOT%{_sysconfdir}/rescue
529 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir},%{_mandir},%{_bindir},/var/log/bacula}
530
531 %{__make} install \
532         DESTDIR=$RPM_BUILD_ROOT
533
534 # create copies of make_catalog_backup for specific databases; zeore default one (will be ghost)
535 for database in %{databases}; do
536         sed -e "s#default_db_type=.*#default_db_type=${database}#g" \
537                 $RPM_BUILD_ROOT%{_libdir}/%{name}/make_catalog_backup \
538                 > $RPM_BUILD_ROOT%{_libdir}/%{name}/make_${database}_catalog_backup
539                 chmod 755 $RPM_BUILD_ROOT%{_libdir}/%{name}/make_${database}_catalog_backup
540 done
541 :> $RPM_BUILD_ROOT%{_libdir}/%{name}/make_catalog_backup
542
543 # we use db dependant (at compile time) shell script only
544 rm $RPM_BUILD_ROOT%{_libexecdir}/%{name}/make_catalog_backup.pl
545
546 ## replace with empty file, replaced by ldconfig from each db-* package on intsall
547 rm $RPM_BUILD_ROOT%{_libdir}/libbaccats-%{version}.so
548 touch $RPM_BUILD_ROOT%{_libdir}/libbaccats-%{version}.so
549
550 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/bacula-dir
551 install -p %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/bacula-fd
552 install -p %{SOURCE12} $RPM_BUILD_ROOT/etc/rc.d/init.d/bacula-sd
553 cp -a %{SOURCE13} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-dir
554 cp -a %{SOURCE14} $RPM_BUILD_ROOT/etc/sysconfig/bacula-dir
555 cp -a %{SOURCE15} $RPM_BUILD_ROOT/etc/sysconfig/bacula-fd
556 cp -a %{SOURCE16} $RPM_BUILD_ROOT/etc/sysconfig/bacula-sd
557
558 %if %{with console_wx}
559 # tray-monitor is for regular users
560 #mv $RPM_BUILD_ROOT%{_sbindir}/bacula-tray-monitor $RPM_BUILD_ROOT%{_bindir}
561
562 cp -a scripts/bacula.png $RPM_BUILD_ROOT%{_pixmapsdir}/bacula.png
563 #install src/tray-monitor/generic.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/bacula-tray-monitor.xpm
564 sed -e 's/gnome-console/wx-console/g;s/Console/Wx Console/g' \
565         scripts/wxconsole.desktop.consolehelper > $RPM_BUILD_ROOT%{_desktopdir}/bacula-wx.desktop
566 #sed -e 's#%{_sbindir}#%{_bindir}#' \
567 #       scripts/bacula-tray-monitor.desktop > $RPM_BUILD_ROOT%{_desktopdir}/bacula-tray-monitor.desktop
568 %endif
569
570 %if %{with bat}
571 # qmake somewhy does not always create install_bins target. install our own the bin
572 rm -f $RPM_BUILD_ROOT%{_sbindir}/bat
573 libtool --silent --mode=install install src/qt-console/bat $RPM_BUILD_ROOT%{_bindir}
574 cp -a scripts/bat.desktop $RPM_BUILD_ROOT%{_desktopdir}
575 %endif
576
577 %if %{with rescue}
578 # install the rescue stuff, these are the rescue scripts
579 cp -a rescue/linux/floppy/backup.etc.list $RPM_BUILD_ROOT%{_sysconfdir}/rescue
580 cp -a rescue/linux/floppy/sfdisk.bz2 $RPM_BUILD_ROOT%{_sysconfdir}/rescue
581 install -p rescue/linux/floppy/*_* $RPM_BUILD_ROOT%{_sysconfdir}/rescue
582 install -p rescue/linux/floppy/getdiskinfo $RPM_BUILD_ROOT%{_sysconfdir}/rescue
583 %endif
584
585 touch $RPM_BUILD_ROOT/var/log/bacula/log
586
587 # install the updatedb scripts for older versions that last full release
588 # 2.0 -> 3.0 : 10_to_11
589 # 5.0 -> 5.2 : 12_to_14
590 install -p updatedb/update_*_tables_10_to_11 $RPM_BUILD_ROOT%{_libexecdir}/%{name}
591 install -p updatedb/update_*_tables_11_to_12 $RPM_BUILD_ROOT%{_libexecdir}/%{name}
592 install -p updatedb/update_*_tables_12_to_14 $RPM_BUILD_ROOT%{_libexecdir}/%{name}
593
594 # place for site passwords
595 touch $RPM_BUILD_ROOT%{_sysconfdir}/{dir-password,fd-password,sd-password}
596 touch $RPM_BUILD_ROOT%{_sysconfdir}/{mon-dir-password,mon-fd-password,mon-sd-password}
597
598 mv $RPM_BUILD_ROOT%{_libexecdir}/%{name}/mtx-changer.conf $RPM_BUILD_ROOT%{_sysconfdir}/mtx-changer.conf
599
600 # some file changes
601 rm -f $RPM_BUILD_ROOT%{_libexecdir}/%{name}/{gconsole,startmysql,stopmysql,bacula,bconsole,fd}
602 %if %{without console_wx}
603 rm -f $RPM_BUILD_ROOT%{_desktopdir}/bacula-wx.desktop
604 %endif
605 touch $RPM_BUILD_ROOT%{_sysconfdir}/.pw.sed
606
607 rm $RPM_BUILD_ROOT%{_docdir}/bacula/ChangeLog
608 rm $RPM_BUILD_ROOT%{_docdir}/bacula/INSTALL
609 rm $RPM_BUILD_ROOT%{_docdir}/bacula/LICENSE
610 rm $RPM_BUILD_ROOT%{_docdir}/bacula/README
611 rm $RPM_BUILD_ROOT%{_docdir}/bacula/ReleaseNotes
612 rm $RPM_BUILD_ROOT%{_docdir}/bacula/VERIFYING
613 rm $RPM_BUILD_ROOT%{_docdir}/bacula/technotes
614
615 # startup scripts, those in /etc/rc.d/init.d are better
616 rm $RPM_BUILD_ROOT%{_sbindir}/bacula
617 rm $RPM_BUILD_ROOT%{_libexecdir}/%{name}/bacula-ctl-*
618
619 # unsupported
620 rm $RPM_BUILD_ROOT%{_libexecdir}/%{name}/btraceback.mdb
621
622 # rename to avoid possible conflicts
623 mv $RPM_BUILD_ROOT%{_sbindir}/{,bacula-}dbcheck
624 mv $RPM_BUILD_ROOT%{_mandir}/man8/{,bacula-}dbcheck.8.gz
625
626 # no -devel files packaged, so this is also useless
627 rm $RPM_BUILD_ROOT%{_libdir}/libbac{,cfg,find,py,sql}.{so,la}
628
629 %if %{with nagios}
630 install -d $RPM_BUILD_ROOT%{nagiosplugindir}
631 %{__make} -C examples/nagios/check_bacula install \
632         sbindir=%{nagiosplugindir} \
633         INSTALL_PROGRAM="libtool --mode=install install -p" \
634         DESTDIR=$RPM_BUILD_ROOT
635 %endif
636
637 %clean
638 rm -rf $RPM_BUILD_ROOT
639
640 %pre common
641 %groupadd -P %{name}-common -g 136 -r -f bacula
642 %useradd -P %{name}-common -u 136 -r -d /var/lib/bacula -s /bin/false -c "Bacula User" -g bacula bacula
643
644 %define update_configs \
645 echo "Updating bacula passwords and names..." | %banner -a %{name} \
646 cd %{_sysconfdir} \
647 for f in *-password; do \
648         if [ ! -s $f ]; then \
649                 openssl rand -base64 33 > $f \
650         fi \
651         p=$(cat $f) \
652         for cf in *.conf *.conf.rpmnew; do \
653                 [ -f $cf ] && sed -i -e"s:#FAKE-$f#:$p:" "$cf" || : \
654         done \
655 done \
656 for cf in *.conf *.conf.rpmnew; do \
657         [ -f $cf ] && sed -i -e"s:--hostname--:`hostname`:" "$cf" || : \
658 done
659
660 %post common
661 /sbin/ldconfig
662 %update_configs
663
664 %postun common
665 /sbin/ldconfig
666 if [ "$1" = "0" ]; then
667         %userremove bacula
668         %groupremove bacula
669 fi
670
671 %triggerpostun dir -- %{name}-dir < %{version}-0
672 %banner bacula-dir -t3 <<EOF
673 You have upgraded from an older version of Bacula director.
674
675 You will probably need to call %{_libexecdir}/%{name}/update_bacula_tables
676 script to upgrade the database.
677
678 Ensure you database partition has enough free space before you run the upgrade,
679 i.e check that there is enough room to rebuild 'File' table (it is the largest
680 in bacula db).
681
682 EOF
683
684 %post dir
685 %update_configs
686 /sbin/chkconfig --add bacula-dir
687 %service bacula-dir restart "Bacula Director daemon"
688
689 %preun dir
690 if [ "$1" = "0" ]; then
691         %service bacula-dir stop
692         /sbin/chkconfig --del bacula-dir
693 fi
694
695 %post fd
696 %update_configs
697 /sbin/chkconfig --add bacula-fd
698 %service bacula-fd restart "Bacula File daemon"
699
700 %preun fd
701 if [ "$1" = "0" ]; then
702         %service bacula-fd stop
703         /sbin/chkconfig --del bacula-fd
704 fi
705
706 %post sd
707 %update_configs
708 /sbin/chkconfig --add bacula-sd
709 %service bacula-sd restart "Bacula Storage daemon"
710
711 %preun sd
712 if [ "$1" = "0" ]; then
713         %service bacula-sd stop
714         /sbin/chkconfig --del bacula-sd
715 fi
716
717 %pre console
718 if [ -e %{_sysconfdir}/console.conf -a ! -e %{_sysconfdir}/bconsole.conf ]; then
719         mv %{_sysconfdir}/console.conf %{_sysconfdir}/bconsole.conf
720 fi
721
722 %post console
723 %update_configs
724
725 %post console-wx
726 %update_configs
727
728 %triggerpostun common -- %{name}-common < 5.0.1-2
729 find %{_sysconfdir}/bat.conf* -perm /007 -print0 2>/dev/null | xargs -0 -r chmod 600 || :
730
731 %post console-qt4
732 %update_configs
733
734 %post tray-monitor
735 %update_configs
736
737 %post rescue
738 # link our current installed conf file to the rescue directory
739 ln -sf %{_sysconfdir}/bacula-fd.conf %{_sysconfdir}/rescue/bacula-fd.conf
740
741 # run getdiskinfo
742 echo "Creating rescue files for this system..."
743 cd %{_sysconfdir}/rescue
744 ./getdiskinfo
745
746 %preun rescue
747 # remove the files created after the initial rpm installation
748 if [ "$1" = "0" ]; then
749         rm -f %{_sysconfdir}/rescue/bacula-fd.conf
750         rm -f %{_sysconfdir}/rescue/partition.*
751         rm -f %{_sysconfdir}/rescue/format.*
752         rm -f %{_sysconfdir}/rescue/mount_drives
753         rm -f %{_sysconfdir}/rescue/start_network
754         rm -f %{_sysconfdir}/rescue/sfdisk
755         rm -rf %{_sysconfdir}/rescue/diskinfo/*
756 fi
757
758 %define db_post() \
759 /sbin/ldconfig \
760 for name in "create database" "drop tables" "drop database" "grant privileges" "make tables" "update tables"; do \
761         prefix="${name%% *}" \
762         suffix="${name#* }" \
763         ln -sf "${prefix}_%{1}_${suffix}" %{_libexecdir}/%{name}/"${prefix}_bacula_${suffix}" || : \
764 done \
765 ln -sf "make_%{1}_catalog_backup" %{_libexecdir}/%{name}/make_catalog_backup || : \
766 ln -sf libbaccats-%{1}-%{version}.so %{_libdir}/libbaccats-%{version}.so || : \
767 %service bacula-dir restart "Bacula Director daemon"
768
769 %post db-postgresql
770 %db_post postgresql
771
772 %postun db-postgresql -p /sbin/ldconfig
773
774 %post db-mysql
775 %db_post mysql
776
777 %postun db-mysql -p /sbin/ldconfig
778
779 %post db-sqlite3
780 %db_post sqlite3
781
782 %postun db-sqlite3 -p /sbin/ldconfig
783
784 %files common
785 %defattr(644,root,root,755)
786 %doc LICENSE
787 %{?with_python:%doc examples/python}
788 %dir %{_sysconfdir}
789 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*-password
790 # do not remove bsmtp from files. Fix build if it is not installed.
791 %attr(755,root,root) %{_sbindir}/bsmtp
792 %attr(755,root,root) %{_sbindir}/btraceback
793 %attr(755,root,root) %{_libdir}/libbac-5*.so
794 %attr(755,root,root) %{_libdir}/libbaccfg-5*.so
795 %attr(755,root,root) %{_libdir}/libbacfind-5*.so
796 %attr(755,root,root) %{_libdir}/libbacpy-5*.so
797 %attr(755,root,root) %{_libdir}/libbacsql-5*.so
798 %{_mandir}/man8/bacula.8*
799 %{_mandir}/man1/bsmtp.1*
800 %{_mandir}/man8/btraceback.8*
801 %dir %{_libexecdir}/%{name}
802 %{_libexecdir}/%{name}/btraceback.dbx
803 %{_libexecdir}/%{name}/btraceback.gdb
804 %{_libexecdir}/%{name}/bacula_config
805 %attr(770,root,bacula) %dir %{_localstatedir}
806 %attr(750,bacula,logs) %dir /var/log/bacula
807 %attr(640,bacula,logs) %ghost /var/log/bacula/log
808
809 %files dir
810 %defattr(644,root,root,755)
811 %doc ChangeLog CheckList ReleaseNotes kernstodo LICENSE
812 #%doc examples %{name}-docs-%{version}/manual/{*.pdf,bacula}
813 %attr(640,root,bacula) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bacula-dir.conf
814 %ghost %{_sysconfdir}/.pw.sed
815 %attr(640,root,root) %config(noreplace) /etc/logrotate.d/bacula-dir
816 %attr(754,root,root) /etc/rc.d/init.d/bacula-dir
817 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bacula-dir
818 %attr(755,root,root) %{_sbindir}/bacula-dir
819 %attr(755,root,root) %{_sbindir}/bregex
820 %attr(755,root,root) %{_sbindir}/bwild
821 %attr(755,root,root) %{_sbindir}/bacula-dbcheck
822 %{_mandir}/man8/bacula-dir.8*
823 %{_mandir}/man8/bacula-dbcheck.8*
824 %{_mandir}/man8/bregex.8*
825 %{_mandir}/man8/bwild.8*
826 %{_libexecdir}/%{name}/query.sql
827 %attr(755,root,root) %{_libexecdir}/%{name}/delete_catalog_backup
828
829 %files db-postgresql
830 %defattr(644,root,root,755)
831 %attr(755,root,root) %{_libexecdir}/%{name}/create_postgresql_database
832 %attr(755,root,root) %{_libexecdir}/%{name}/drop_postgresql_database
833 %attr(755,root,root) %{_libexecdir}/%{name}/drop_postgresql_tables
834 %attr(755,root,root) %{_libexecdir}/%{name}/grant_postgresql_privileges
835 %attr(755,root,root) %{_libexecdir}/%{name}/make_postgresql_tables
836 %attr(755,root,root) %{_libexecdir}/%{name}/update_postgresql_*
837 %attr(755,root,root) %{_libexecdir}/%{name}/make_postgresql_catalog_backup
838 %attr(755,root,root) %{_libdir}/libbaccats-postgresql-5*.so
839
840 %ghost %attr(755,root,root) %{_libdir}/libbaccats-5*.so
841 %ghost %{_libexecdir}/%{name}/create_bacula_database
842 %ghost %{_libexecdir}/%{name}/drop_bacula_tables
843 %ghost %{_libexecdir}/%{name}/drop_bacula_database
844 %ghost %{_libexecdir}/%{name}/grant_bacula_privileges
845 %ghost %{_libexecdir}/%{name}/make_bacula_tables
846 %ghost %{_libexecdir}/%{name}/update_bacula_tables
847 %ghost %{_libexecdir}/%{name}/make_catalog_backup
848
849 %files db-mysql
850 %defattr(644,root,root,755)
851 %attr(755,root,root) %{_libexecdir}/%{name}/create_mysql_database
852 %attr(755,root,root) %{_libexecdir}/%{name}/drop_mysql_database
853 %attr(755,root,root) %{_libexecdir}/%{name}/drop_mysql_tables
854 %attr(755,root,root) %{_libexecdir}/%{name}/grant_mysql_privileges
855 %attr(755,root,root) %{_libexecdir}/%{name}/make_mysql_tables
856 %attr(755,root,root) %{_libexecdir}/%{name}/update_mysql_*
857 %attr(755,root,root) %{_libexecdir}/%{name}/make_mysql_catalog_backup
858 %attr(755,root,root) %{_libdir}/libbaccats-mysql-5*.so
859
860 %ghost %attr(755,root,root) %{_libdir}/libbaccats-5*.so
861 %ghost %{_libexecdir}/%{name}/create_bacula_database
862 %ghost %{_libexecdir}/%{name}/drop_bacula_tables
863 %ghost %{_libexecdir}/%{name}/drop_bacula_database
864 %ghost %{_libexecdir}/%{name}/grant_bacula_privileges
865 %ghost %{_libexecdir}/%{name}/make_bacula_tables
866 %ghost %{_libexecdir}/%{name}/update_bacula_tables
867 %ghost %{_libexecdir}/%{name}/make_catalog_backup
868
869 %files db-sqlite3
870 %defattr(644,root,root,755)
871 %attr(755,root,root) %{_libexecdir}/%{name}/create_sqlite3_database
872 %attr(755,root,root) %{_libexecdir}/%{name}/drop_sqlite3_database
873 %attr(755,root,root) %{_libexecdir}/%{name}/drop_sqlite3_tables
874 %attr(755,root,root) %{_libexecdir}/%{name}/grant_sqlite3_privileges
875 %attr(755,root,root) %{_libexecdir}/%{name}/make_sqlite3_tables
876 %attr(755,root,root) %{_libexecdir}/%{name}/update_sqlite3_*
877 %attr(755,root,root) %{_libexecdir}/%{name}/make_sqlite3_catalog_backup
878 %attr(755,root,root) %{_libdir}/libbaccats-sqlite3-5*.so
879
880 %ghost %attr(755,root,root) %{_libdir}/libbaccats-5*.so
881 %ghost %{_libexecdir}/%{name}/create_bacula_database
882 %ghost %{_libexecdir}/%{name}/drop_bacula_tables
883 %ghost %{_libexecdir}/%{name}/drop_bacula_database
884 %ghost %{_libexecdir}/%{name}/grant_bacula_privileges
885 %ghost %{_libexecdir}/%{name}/make_bacula_tables
886 %ghost %{_libexecdir}/%{name}/update_bacula_tables
887 %ghost %{_libexecdir}/%{name}/make_catalog_backup
888
889 %files fd
890 %defattr(644,root,root,755)
891 %doc LICENSE
892 %attr(640,root,bacula) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bacula-fd.conf
893 %attr(754,root,root) /etc/rc.d/init.d/bacula-fd
894 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bacula-fd
895 %attr(755,root,root) %{_sbindir}/bacula-fd
896 %attr(755,root,root) %{_libdir}/bpipe-fd.so
897 %{_mandir}/man8/bacula-fd.8*
898
899 %files sd
900 %defattr(644,root,root,755)
901 %doc LICENSE
902 %attr(640,root,bacula) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bacula-sd.conf
903 %attr(640,root,bacula) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mtx-changer.conf
904 %attr(754,root,root) /etc/rc.d/init.d/bacula-sd
905 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bacula-sd
906 %attr(755,root,root) %{_sbindir}/bacula-sd
907 %attr(755,root,root) %{_sbindir}/bcopy
908 %attr(755,root,root) %{_sbindir}/bextract
909 %attr(755,root,root) %{_sbindir}/bls
910 %attr(755,root,root) %{_sbindir}/bscan
911 %attr(755,root,root) %{_sbindir}/btape
912 %attr(755,root,root) %{_libexecdir}/%{name}/mtx-changer
913 %attr(755,root,root) %{_libexecdir}/%{name}/disk-changer
914 %attr(755,root,root) %{_libexecdir}/%{name}/dvd-handler
915 %{_mandir}/man8/bacula-sd.8*
916 %{_mandir}/man8/bcopy.8*
917 %{_mandir}/man8/bextract.8*
918 %{_mandir}/man8/bls.8*
919 %{_mandir}/man8/bscan.8*
920 %{_mandir}/man8/btape.8*
921
922 %files console
923 %defattr(644,root,root,755)
924 %doc LICENSE
925 %attr(640,root,bacula) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bconsole.conf
926 %attr(755,root,root) %{_sbindir}/bconsole
927 %{_mandir}/man8/bconsole.8*
928
929 %if %{with console_wx}
930 %files console-wx
931 %defattr(644,root,root,755)
932 %doc LICENSE
933 %{_pixmapsdir}/%{name}.png
934 %{_desktopdir}/bacula-wx.desktop
935 %attr(640,root,bacula) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bwx-console.conf
936 %attr(755,root,root) %{_sbindir}/bwx-console
937 %{_mandir}/man1/bacula-bwxconsole.1*
938 %endif
939
940 %if %{with bat}
941 %files console-qt4
942 %defattr(644,root,root,755)
943 %doc LICENSE
944 %{_pixmapsdir}/%{name}.png
945 %{_desktopdir}/bat.desktop
946 # Do not make this file world-readable or any user will get full access to the
947 # backup system
948 %attr(640,root,bacula) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bat.conf
949 %attr(755,root,root) %{_bindir}/bat
950 %{_mandir}/man1/bat.1*
951 %{_docdir}/%{name}
952 %endif
953
954 %if %{with console_wx}
955 %files tray-monitor
956 %defattr(644,root,root,755)
957 %doc LICENSE
958 %attr(755,root,root) %{_sbindir}/bacula-tray-monitor
959 #%{_pixmapsdir}/%{name}-tray-monitor.xpm
960 #%{_desktopdir}/%{name}-tray-monitor.desktop
961 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/tray-monitor.conf
962 %{_mandir}/man1/bacula-tray-monitor.1*
963 %endif
964
965 %if %{with rescue}
966 %files rescue
967 %defattr(644,root,root,755)
968 %doc LICENSE
969 %dir %{_sysconfdir}/rescue
970 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/backup.etc.list
971 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/bacula-fd
972 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/format_floppy
973 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/getdiskinfo
974 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/make_rescue_disk
975 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/restore_bacula
976 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/restore_etc
977 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/run_grub
978 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/run_lilo
979 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rescue/sfdisk.bz2
980 %endif
981
982 %if %{with nagios}
983 %files -n nagios-plugin-check_bacula
984 %defattr(644,root,root,755)
985 %attr(755,root,root) %{nagiosplugindir}/check_bacula
986 %endif
This page took 0.131424 seconds and 4 git commands to generate.