]> git.pld-linux.org Git - packages/atob.git/blobdiff - atob.spec
- BuildArch tag moved at the end of all tags, so install and build
[packages/atob.git] / atob.spec
index f23c872456c0f77d761780400f0bc8ca9d7f818b..90453d84dd0caa93a1862eb351ab5593bad29538 100644 (file)
--- a/atob.spec
+++ b/atob.spec
@@ -1,26 +1,32 @@
 Summary:       Ain't Tape Oriented Backup
-Summary(pl):   System Kopii Zapasowych Niezorientowany na Ta¶my
+Summary(pl):   Ain't Tape Oriented Backup - system kopii zapasowych
 Name:          atob
-Version:       0.14.100
+Version:       0.14.102
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       cvs://cvs.pld.org.pl/cvsroot/%{name}-%{version}.tar.gz
-Vendor:                wrobell <wrobell@ite.pl>
-BuildArch:     noarch
-Requires:      atob
+Vendor:                wrobell <wrobell@pld.org.pl>
+Requires:      afio
 Requires:      findutils
 Requires:      grep
 Requires:      sh-utils
 Requires:      textutils
-Requires:      tar
+BuildRequires: afio
+BuildRequires: findutils
+BuildRequires: grep
+BuildRequires: sh-utils
+BuildRequires: textutils
 BuildRequires: libxslt-progs
 BuildRequires: docbook-style-xsl
 BuildRequires: docbook-dtd42-xml
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _localstatedir  %{_var}/lib/atob
+
 %description
-atob is based on tob (Tape Oriented Backup). The main difference
+Atob is based on tob (Tape Oriented Backup). The main difference
 between tob and atob is that only afio is supported to create backups.
 
 The atob package presents a shell-script to create and maintain full
@@ -29,14 +35,14 @@ or differential or incremental backups. Backups are defined by a
 documentation.
 
 %description -l pl
-atob bazuje na tob (System Kopii Zapasowych zorientowany na Ta¶my).
-G³ówn± ró¿nic± pomiêdzy tob i atob jest to, ¿e atob potrafi u¿ywaæ
-afio do tworzenia kopii zapasowych.
+Atob bazuje na tob (Tape Oriented Backup - system kopii zapasowych
+zorientowany na ta¶my).  G³ówn± ró¿nic± pomiêdzy tob i atob jest to, ¿e
+atob potrafi u¿ywaæ afio do tworzenia kopii zapasowych.
 
 Pakiet atob to skrypt shella do tworzenia pe³nych, ró¿nicowych lub
-inkrementalnych kopii zapasowych. Kopie zdefiniowane s± poprzez
-`volumeny', listy kopii s± utrzymywane. Archiwum zawiera dok³adn±
-dokumentacjê.
+przyrostowych kopii zapasowych. Kopie, zdefiniowane s± za pomoc±
+`wolumenów'. Informacja o tym, co zosta³o zarchiwizowane jest
+przechowywana w systemie. Archiwum zawiera dok³adn± dokumentacjê.
 
 %prep
 %setup -q
@@ -51,17 +57,17 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-cd doc && xsltproc -o atob.html html.xsl atob.docb
+cd doc && xsltproc --xinclude -o atob.html html.xsl atob.docb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html AUTHORS README TODO
+%doc doc/*.html AUTHORS README TODO examples/*.*
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man?/*
 %dir %{_sysconfdir}/atob
 %dir %{_sysconfdir}/atob/volumes
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/atob/atobrc
-%attr(750,root,root) %dir %{_var}/lib/atob
+%attr(750,root,root) %dir %{_localstatedir}/atob
This page took 0.307371 seconds and 4 git commands to generate.