]> git.pld-linux.org Git - packages/atob.git/blobdiff - atob.spec
- ver. 0.14.102
[packages/atob.git] / atob.spec
index bae6c00f60fb9f5713453c7910005645225fb6d3..9dbbb336885f6ca73b85631f47341ba905775a9e 100644 (file)
--- a/atob.spec
+++ b/atob.spec
@@ -1,19 +1,19 @@
 Summary:       Ain't Tape Oriented Backup
 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@pld.org.pl>
 BuildArch:     noarch
-Requires:      atob
+Requires:      afio
 Requires:      findutils
 Requires:      grep
 Requires:      sh-utils
 Requires:      textutils
-BuildRequires: atob
+BuildRequires: afio
 BuildRequires: findutils
 BuildRequires: grep
 BuildRequires: sh-utils
@@ -23,6 +23,8 @@ BuildRequires:        docbook-style-xsl
 BuildRequires: docbook-dtd42-xml
 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
 between tob and atob is that only afio is supported to create backups.
@@ -55,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.028984 seconds and 4 git commands to generate.