]> git.pld-linux.org Git - packages/bacula-web.git/blame - bacula-web.spec
- typo
[packages/bacula-web.git] / bacula-web.spec
CommitLineData
4041abae
AM
1Summary: Bacula - The Network Backup Solution
2Summary(pl.UTF-8): Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
3Name: bacula-gui
4Version: 2.0.2
5Release: 0.1
6License: extended GPL v2
7Group: Networking/Utilities
8Source0: http://dl.sourceforge.net/bacula/%{name}-%{version}.tar.gz
9# Source0-md5: 8ac3ed8f4eaf1809bd110b70d966157a
10URL: http://www.bacula.org/
405cdc14 11BuildArch: noarch
4041abae
AM
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%define _sysconfdir /etc/bacula
15%define _localstatedir /var/lib/bacula
16
17%description
18Bacula - It comes by night and sucks the vital essence from your
19computers.
20
21Sets of various Bacula GUIs.
22
23%package bimagemgr
24Summary: A utility to monitor and burn file backups to CDR
25Group: Networking/Utilities
26Requires(post): sed >= 4.0
27Requires(post,preun): /sbin/chkconfig
28Requires(postun): /usr/sbin/groupdel
29Requires(postun): /usr/sbin/userdel
30Requires(pre): /usr/sbin/groupadd
31Requires(pre): /usr/sbin/useradd
32Requires: bacula-server
33Requires: cdrecord
34Requires: mkisofs
35Requires: perl-DBI
36
37%description bimagemgr
38A utility to monitor and burn file backups to CDR.
39
40%package web
41Summary: Bacula web base structure
42Group: Networking/Utilities
43Requires(post): sed >= 4.0
44Requires: %{name}-common = %{epoch}:%{version}-%{release}
45Obsoletes: bacula-updatedb
46
47%description web
48Bacula - It comes by night and sucks the vital essence from your
49computers.
50
51Base structure for Bacula web apps.
52
53%package libweb
54Summary: Bacula web library
55Group: Networking/Utilities
56Requires(post): sed >= 4.0
57Requires: %{name}-common = %{epoch}:%{version}-%{release}
58
59%description libweb
60Bacula - It comes by night and sucks the vital essence from your
61computers.
62
63Bacula web library.
64
65%package brestore
66Summary: A restoration GUI in Perl/GTK
67Group: Networking/Utilities
68Requires(post): sed >= 4.0
69Requires: %{name}-common = %{epoch}:%{version}-%{release}
70
71%description brestore
72Bacula - It comes by night and sucks the vital essence from your
73computers.
74
75A restoration GUI for bacula, we developed a simple Perl/GTK GUI.
76
77It 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
89Summary: A Bacula web interface
90Group: Networking/Utilities
91Requires(post): sed >= 4.0
92Requires: %{name}-common = %{epoch}:%{version}-%{release}
93
94%description bweb
95Bacula - It comes by night and sucks the vital essence from your
96computers.
97
98A 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
107rm -rf $RPM_BUILD_ROOT
108
109
110%clean
111rm -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.066418 seconds and 4 git commands to generate.