Blob Blame History Raw
Name:           dirvish
Version:        1.2.1
Release:        2%{?dist}
Summary:        Fast, disk based, rotating network backup system

Group:          Applications/Archiving
License:        OSL
URL:            http://www.dirvish.org/
Source0:        http://www.dirvish.org/dirvish-%{version}.tgz
# converts the installer to work in unattended mode
Patch0:         dirvish-1.2.1-install.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       rsync

%description
Dirvish is a fast, disk based, rotating network backup system. With dirvish you
can maintain a set of complete images of your filesystems with unattended
creation and expiration. A dirvish backup vault is like a time machine for your
data. 


%prep
%setup -q
%patch0 -p1


%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/dirvish
PREFIX=$RPM_BUILD_ROOT%{_prefix} ./install.sh


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%dir %{_sysconfdir}/dirvish
%{_bindir}/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%doc CHANGELOG FAQ.html RELEASE.html TODO.html COPYING


%changelog
* Thu Oct 05 2006 Robert Marcano <robert@marcanoonline.com> 1.2.1-2
- Fix License field
- Add license text
- Removed perl from BuildRequires

* Sat Sep 25 2006 Robert Marcano <robert@marcanoonline.com> 1.2.1-1
- Initial package release