]> git.pld-linux.org Git - packages/atob.git/blob - atob.spec
4ceb56784df7f4f99c3b2dfa30e033a78ddece36
[packages/atob.git] / atob.spec
1 Summary:        Ain't Tape Oriented Backup
2 Summary(pl):    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/atob-0.14.108.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 Requires:       afio
13 Requires:       findutils
14 Requires:       grep
15 Requires:       sh-utils
16 Requires:       textutils
17 BuildRequires:  afio
18 BuildRequires:  grep
19 BuildRequires:  sh-utils
20 BuildRequires:  textutils
21 BuildRequires:  libxslt-progs
22 BuildRequires:  docbook-style-xsl
23 BuildRequires:  docbook-dtd42-xml
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
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 size mtime) %{_sysconfdir}/atob/atobrc
73 %attr(750,root,root) %dir %{_localstatedir}/atob
This page took 0.028398 seconds and 3 git commands to generate.