]> git.pld-linux.org Git - packages/bacula-web.git/blob - bacula-web.spec
- typo
[packages/bacula-web.git] / bacula-web.spec
1 Summary:        Bacula - The Network Backup Solution
2 Summary(pl.UTF-8):      Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
3 Name:           bacula-gui
4 Version:        2.0.2
5 Release:        0.1
6 License:        extended GPL v2
7 Group:          Networking/Utilities
8 Source0:        http://dl.sourceforge.net/bacula/%{name}-%{version}.tar.gz
9 # Source0-md5:  8ac3ed8f4eaf1809bd110b70d966157a
10 URL:            http://www.bacula.org/
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _sysconfdir     /etc/bacula
15 %define         _localstatedir  /var/lib/bacula
16
17 %description
18 Bacula - It comes by night and sucks the vital essence from your
19 computers.
20
21 Sets of various Bacula GUIs.
22
23 %package bimagemgr
24 Summary:        A utility to monitor and burn file backups to CDR
25 Group:          Networking/Utilities
26 Requires(post): sed >= 4.0
27 Requires(post,preun):   /sbin/chkconfig
28 Requires(postun):       /usr/sbin/groupdel
29 Requires(postun):       /usr/sbin/userdel
30 Requires(pre):  /usr/sbin/groupadd
31 Requires(pre):  /usr/sbin/useradd
32 Requires:       bacula-server
33 Requires:       cdrecord
34 Requires:       mkisofs
35 Requires:       perl-DBI
36
37 %description bimagemgr
38 A utility to monitor and burn file backups to CDR.
39
40 %package web
41 Summary:        Bacula web base structure
42 Group:          Networking/Utilities
43 Requires(post): sed >= 4.0
44 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
45 Obsoletes:      bacula-updatedb
46
47 %description web
48 Bacula - It comes by night and sucks the vital essence from your
49 computers.
50
51 Base structure for Bacula web apps.
52
53 %package libweb
54 Summary:        Bacula web library
55 Group:          Networking/Utilities
56 Requires(post): sed >= 4.0
57 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
58
59 %description libweb
60 Bacula - It comes by night and sucks the vital essence from your
61 computers.
62
63 Bacula web library.
64
65 %package brestore
66 Summary:        A restoration GUI in Perl/GTK
67 Group:          Networking/Utilities
68 Requires(post): sed >= 4.0
69 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
70
71 %description brestore
72 Bacula - It comes by night and sucks the vital essence from your
73 computers.
74
75 A restoration GUI for bacula, we developed a simple Perl/GTK GUI.
76
77 It has the following features :
78     - Direct SQL access to the database for good performance
79     - Fast Time Navigation (switch almost instantaneously between the
80       different versions of a directory, by changing the date from a list)
81     - Possibility to choose a selected file, then browse all its available
82       versions, and see directly if these versions are online in a library
83       or not
84     - Simple restoration by the generation of a BSR file
85     - Works with either PostgreSQL or MySQL
86
87
88 %package bweb
89 Summary:        A Bacula web interface
90 Group:          Networking/Utilities
91 Requires(post): sed >= 4.0
92 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
93
94 %description bweb
95 Bacula - It comes by night and sucks the vital essence from your
96 computers.
97
98 A Bacula web interface.
99
100 %prep
101 %setup -q -a 1
102
103 %build
104 # no building; yes there is configure file there but it's useless
105
106 %install
107 rm -rf $RPM_BUILD_ROOT
108
109
110 %clean
111 rm -rf $RPM_BUILD_ROOT
112
113 %files bimagemgr
114 %defattr(644,root,root,755)
115
116 %files web
117 %defattr(644,root,root,755)
118
119 %files libweb
120 %defattr(644,root,root,755)
121
122 %files brestore
123 %defattr(644,root,root,755)
124
125 %files bweb
126 %defattr(644,root,root,755)
This page took 0.068802 seconds and 3 git commands to generate.