]> git.pld-linux.org Git - packages/BackupPC.git/blame - BackupPC.spec
- webapps support (this spec is so ugly so i'm not going to add any trigger)
[packages/BackupPC.git] / BackupPC.spec
CommitLineData
9478b6bb 1
70dd92c5 2# - now path in browser is http://localhost/cgi/BackupPC/BackupPC_Admin
e8b484a8 3# TODO:
087f2434 4# - polish translation in SOURCE/backuppc-pl.pm
70dd92c5 5# - patch for service user - now is static backuppc
70dd92c5 6# - patch at user and gid/uid user - http://sourceforge.net/mailarchive/forum.php?thread_id=6201024&forum_id=17540
ef6a73f9 7# - compliant to FHS - http://sourceforge.net/mailarchive/forum.php?thread_id=5602342&forum_id=17540 - directory /var/log/backuppc
70dd92c5 8# - change or/and add Requires for --bin-path sendmail=%{_sbindir}/sendmail
29785c59 9# - correct config file
70dd92c5 10
b4718529 11%define BPCuser http
70dd92c5 12%define BPCgroup http
e53e588a 13%include /usr/lib/rpm/macros.perl
9478b6bb 14
bfdb5e2e
MWP
15Summary: A high-performance, enterprise-grade system for backing up
16Summary(pl): Wysoko wydajny, profesjonalnej klasy system do kopii zapasowych
e53e588a 17Name: backuppc
ec9606b7 18Version: 2.1.2
93a8e995 19Release: 3
e53e588a
AM
20License: GPL
21Group: Networking/Utilities
22Source0: http://dl.sourceforge.net/backuppc/BackupPC-%{version}.tar.gz
ec9606b7 23# Source0-md5: 72fc0f09084f44c42ba5d22451cfe29b
9478b6bb 24Source1: %{name}_apache.conf
15c89417 25Source2: %{name}-pl.pm
93a8e995
MWP
26Patch0: %{name}-%{version}pl0.patch
27Patch1: %{name}-usernotexist.patch
28Patch2: %{name}-pathtodocs.patch
e53e588a 29URL: http://backuppc.sourceforge.net/
e53e588a 30BuildRequires: perl-Compress-Zlib
ed441291 31BuildRequires: perl-Digest-MD5
e1f29e27 32BuildRequires: perl-devel >= 1:5.6.0
7759c7a4 33BuildRequires: rpm-perlprov
15c89417 34BuildRequires: rpmbuild(macros) >= 1.268
a6c35446 35BuildRequires: sed >= 4.0
c871e746 36Requires: apache(mod_auth)
15c89417 37Requires: apache(mod_perl)
c871e746 38Requires: par2cmdline
36ac5999
MWP
39Requires: perl-Archive-Zip
40Requires: perl-Compress-Bzip2
c871e746
ER
41Requires: perl-Compress-Zlib
42Requires: perl-File-RsyncP >= 0.52
36ac5999 43Requires: rsync
fd06574e 44Requires: samba-client
716c2a0b 45Requires: sperl
8f3ae6d3 46Requires: tar > 1.13
15c89417 47Requires: webapps
dbb0a940 48Provides: group(%{BPCgroup})
49Provides: user(%{BPCuser})
e53e588a 50Obsoletes: BackupPC
ed441291 51BuildArch: noarch
e53e588a
AM
52BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
53
15c89417
ER
54%define _webapps /etc/webapps
55%define _webapp %{name}
56
e53e588a
AM
57%description
58BackupPC is disk based and not tape based. This particularity allows
59features not found in any other backup solution:
4077336d
SP
60- Clever pooling scheme minimizes disk storage and disk I/O. Identical
61 files across multiple backups of the same or different PC are stored
f1be31de
ER
62 only once (using hard links), resulting in substantial savings in disk
63 storage and disk writes.
4077336d
SP
64- Optional compression provides additional reductions in storage. CPU
65 impact of compression is low since only new files (those not already
66 in the pool) need to be compressed.
67- A powerful http/cgi user interface allows administrators to view log
f1be31de
ER
68 files, configuration, current status and allows users to initiate and
69 cancel backups and browse and restore files from backups very quickly.
2d60d17e 70- No client-side software is needed. On WinXX the SMB protocol is
f1be31de
ER
71 used. On Linux or unix clients, rsync or tar (over ssh/rsh/NFS) can be
72 used.
2d60d17e 73- Flexible restore options. Single files can be downloaded from any
74 backup directly from the CGI interface. Zip or Tar archives for
75 selected files or directories can also be downloaded from the CGI
76 interface.
77- BackupPC supports mobile environments where laptops are only
f1be31de
ER
78 intermittently connected to the network and have dynamic IP addresses
79 (DHCP).
2d60d17e 80- Flexible configuration parameters allow multiple backups to be
81 performed in parallel.
82- and more to discover in the manual...
e53e588a 83
ed441291
JB
84%description -l pl
85