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