]> git.pld-linux.org Git - packages/atob.git/blob - atob.spec
- converted to UTF-8
[packages/atob.git] / atob.spec
1 Summary:        Ain't Tape Oriented Backup
2 Summary(pl.UTF-8):   Ain't Tape Oriented Backup - system kopii zapasowych
3 Name:           atob
4 Version:        0.14.108
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        http://ep09.pld-linux.org/~djrzulf/%{name}-%{version}.tar.bz2
9 # Source0-md5:  835ddc8f017d1ec66ad357f231ee16ca
10 #Source0:       cvs://cvs.pld.org.pl/cvsroot/%{name}-%{version}.tar.bz2
11 Vendor:         wrobell <wrobell@pld-linux.org>
12 BuildRequires:  afio
13 BuildRequires:  docbook-dtd42-xml
14 BuildRequires:  docbook-style-xsl
15 BuildRequires:  grep
16 BuildRequires:  libxslt-progs
17 BuildRequires:  sh-utils
18 BuildRequires:  textutils
19 Requires:       afio
20 Requires:       findutils
21 Requires:       grep
22 Requires:       sh-utils
23 Requires:       textutils
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %define         _localstatedir  %{_var}/lib/atob
28
29 %description
30 Atob is based on tob (Tape Oriented Backup). The main difference
31 between tob and atob is that only afio is supported to create backups.
32
33 The atob package presents a shell-script to create and maintain full
34 or differential or incremental backups. Backups are defined by a
35 `volume', listings of backups are kept. The archive contains extensive
36 documentation.
37
38 %description -l pl.UTF-8
39 Atob bazuje na tob (Tape Oriented Backup - system kopii zapasowych
40 zorientowany na taśmy). Główną różnicą pomiędzy tob i atob jest to, że
41 atob potrafi używać afio do tworzenia kopii zapasowych.
42
43 Pakiet atob to skrypt shella do tworzenia pełnych, różnicowych lub
44 przyrostowych kopii zapasowych. Kopie, zdefiniowane są za pomocą
45 `wolumenów'. Informacja o tym, co zostało zarchiwizowane jest
46 przechowywana w systemie. Archiwum zawiera dokładną dokumentację.
47
48 %prep
49 %setup -q
50
51 %build
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 cd doc && xsltproc --xinclude html-chunk.xsl atob.docb
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc doc/*.{html,css} AUTHORS README TODO examples/[a-z]*
69 %attr(755,root,root) %{_sbindir}/*
70 %dir %{_sysconfdir}/atob
71 %dir %{_sysconfdir}/atob/volumes
72 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/atob/atobrc
73 %attr(750,root,root) %dir %{_localstatedir}/atob
This page took 0.051943 seconds and 3 git commands to generate.