Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > e6447ae08c15377bfc501ed517ba2fc1 > files > 3

bontmia-0.14-8.fc16.src.rpm

Summary:   Backup over network to multiple incremental archives
Name:      bontmia
Version:   0.14
Release:   8%{?dist}
License:   GPLv2
Group:     Applications/Archiving
URL:       http://folk.uio.no/johnen/bontmia/
Source0:   http://folk.uio.no/johnen/%{name}/%{name}-%{version}.tar.gz
Patch0:    bontmia-0.14-mktemp.patch
Requires:  bind-utils
Requires:  coreutils
Requires:  findutils
Requires:  grep
Requires:  hostname
Requires:  openssh-clients
Requires:  perl
Requires:  rsync
Requires:  sed
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
A disk based backup system which provides a complete snapshot of
backed up directories. Using a clever hardlink and rsync trick,
the backup is fast and space efficient.

%prep
%setup -q
%patch0 -p1
%build

%install
%{__rm} -rf %{buildroot}

%{__install} -d %{buildroot}%{_bindir}/
%{__install} -p -m 0755 bontmia %{buildroot}%{_bindir}/%{name}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc COPYING README
%{_bindir}/%{name}

%changelog
* Sun Feb 05 2012 Terje Rosten <terjeros@phys.ntnu.no> - 0.14-8
- hostname moved from net-tools

* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Sun Sep 21 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.14-3
- Fix patch macro

* Sun Aug 19 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.14-2
- Fix license tag

* Tue Jun 12 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.14-1 
- initial build