]> git.pld-linux.org Git - packages/atob.git/blobdiff - atob.spec
- ver. 0.14.108
[packages/atob.git] / atob.spec
index bae6c00f60fb9f5713453c7910005645225fb6d3..90eb0ad7da8b547e05b21ee0eca4db35e3b36716 100644 (file)
--- a/atob.spec
+++ b/atob.spec
@@ -1,19 +1,18 @@
 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.108
 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
+Source0:       cvs://cvs.pld.org.pl/cvsroot/%{name}-%{version}.tar.bz2
+Vendor:                wrobell <wrobell@pld-linux.org>
+Requires:      afio
 Requires:      findutils
 Requires:      grep
 Requires:      sh-utils
 Requires:      textutils
-BuildRequires: atob
+BuildRequires: afio
 BuildRequires: findutils
 BuildRequires: grep
 BuildRequires: sh-utils
@@ -21,8 +20,11 @@ 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
 between tob and atob is that only afio is supported to create backups.
@@ -55,17 +57,16 @@ 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 html-chunk.xsl atob.docb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.html AUTHORS README TODO
+%doc doc/*.{html,css} AUTHORS README TODO examples/[a-z]*
 %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.090885 seconds and 4 git commands to generate.