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