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