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