]> git.pld-linux.org Git - packages/atob.git/blob - atob.spec
f23c872456c0f77d761780400f0bc8ca9d7f818b
[packages/atob.git] / atob.spec
1 Summary:        Ain't Tape Oriented Backup
2 Summary(pl):    System Kopii Zapasowych Niezorientowany na Ta¶my
3 Name:           atob
4 Version:        0.14.100
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        cvs://cvs.pld.org.pl/cvsroot/%{name}-%{version}.tar.gz
9 Vendor:         wrobell <wrobell@ite.pl>
10 BuildArch:      noarch
11 Requires:       atob
12 Requires:       findutils
13 Requires:       grep
14 Requires:       sh-utils
15 Requires:       textutils
16 Requires:       tar
17 BuildRequires:  libxslt-progs
18 BuildRequires:  docbook-style-xsl
19 BuildRequires:  docbook-dtd42-xml
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 atob is based on tob (Tape Oriented Backup). The main difference
24 between tob and atob is that only afio is supported to create backups.
25
26 The atob package presents a shell-script to create and maintain full
27 or differential or incremental backups. Backups are defined by a
28 `volume', listings of backups are kept. The archive contains extensive
29 documentation.
30
31 %description -l pl
32 atob bazuje na tob (System Kopii Zapasowych zorientowany na Ta¶my).
33 G³ówn± ró¿nic± pomiêdzy tob i atob jest to, ¿e atob potrafi u¿ywaæ
34 afio do tworzenia kopii zapasowych.
35
36 Pakiet atob to skrypt shella do tworzenia pe³nych, ró¿nicowych lub
37 inkrementalnych kopii zapasowych. Kopie zdefiniowane s± poprzez
38 `volumeny', listy kopii s± utrzymywane. Archiwum zawiera dok³adn±
39 dokumentacjê.
40
41 %prep
42 %setup -q
43
44 %build
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 cd doc && xsltproc -o atob.html html.xsl atob.docb
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc doc/*.html AUTHORS README TODO
62 %attr(755,root,root) %{_sbindir}/*
63 %{_mandir}/man?/*
64 %dir %{_sysconfdir}/atob
65 %dir %{_sysconfdir}/atob/volumes
66 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/atob/atobrc
67 %attr(750,root,root) %dir %{_var}/lib/atob
This page took 0.089983 seconds and 3 git commands to generate.