]> git.pld-linux.org Git - packages/flexbackup.git/blob - flexbackup.spec
- tabs in preamble
[packages/flexbackup.git] / flexbackup.spec
1 Summary:        Flexible backup script
2 Summary(pl.UTF-8):      Elastyczny skrypt do tworzenia kopii zapasowych
3 Name:           flexbackup
4 Version:        1.2.1
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/Archiving
8 Source0:        http://flexbackup.sourceforge.net/tarball/%{name}-%{version}.tar.gz
9 # Source0-md5:  4955c89dbee354248f354a9bf0a480dd
10 URL:            http://www.flexbackup.org/
11 Requires:       afio
12 Requires:       buffer
13 Requires:       fileutils
14 Requires:       grep
15 Requires:       perl-base
16 #Requires:      bzip2 or gzip or zip - your mileage may vary
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Flexible backup script.
22
23 Features:
24 - Easy to configure
25 - Uses dump, afio, tar, or cpio with the flick of a switch
26 - Backup, extract, compare, list modes
27 - Compression and buffering for all backup types
28 - Full (0) and 1-9 levels of incremental backup
29 - Keeps a table of contents so you know whats on each tape
30 - Does remote filesystems (over rsh/ssh; no special service)
31 - Works with IDE/SCSI tapes on Linux/FreeBSD, Linux ftape, or disk
32   files
33 - Nice log files
34
35 %description -l pl.UTF-8
36 Elastyczny skrypt do tworzenia kopii zapasowych.
37
38 Zalety:
39 - łatwy w konfiguracji
40 - umożliwia tworzenie kopii zapasowych programami takimi jak: dump,
41   afio lub cpio
42 - tryby tworzenia, odtwarzania, porównywania oraz wyświetlania
43   zawartości kopii
44 - kompresja oraz buforowanie dla wszystkich typów kopii
45 - pełne oraz przyrostowe tworzenie archiwów
46 - spis treści
47 - zdalne tworzenie kopii zapasowych
48 - współpracuje ze streamerami IDE/SCSI
49 - dziennik tworzonych kopii zapasowych
50
51 %prep
52 %setup  -q
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{_bindir}
57 install -d $RPM_BUILD_ROOT%{_sysconfdir}
58 install -d $RPM_BUILD_ROOT%{_mandir}/man1
59 install -d $RPM_BUILD_ROOT%{_mandir}/man5
60 install -d $RPM_BUILD_ROOT%{_var}/{lib,log}/flexbackup
61
62 install flexbackup $RPM_BUILD_ROOT%{_bindir}
63 install flexbackup.conf $RPM_BUILD_ROOT%{_sysconfdir}
64 install flexbackup.1 $RPM_BUILD_ROOT%{_mandir}/man1
65 install flexbackup.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc CHANGES CREDITS README TODO faq.html
73 %attr(755,root,root) %{_bindir}/flexbackup
74 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/flexbackup.conf
75 %dir %{_var}/lib/flexbackup
76 %dir %{_var}/log/flexbackup
77 %{_mandir}/man?/*
This page took 0.058213 seconds and 3 git commands to generate.