File snapraid.spec of Package snapraid-11.2-paulsuse
Name: snapraid
Summary: Disk array backup for many large rarely-changed files
Version: 11.2
Release: 3%{?dist}
License: GPLv3+
Group: Applications/System
URL: http://snapraid.sourceforge.net/
Source0: http://downloads.sourceforge.net/snapraid/snapraid-%{version}.tar.gz
%description
SnapRAID is a backup program for disk arrays. It stores parity
information of your data and it's able to recover from up to six disk
failures. SnapRAID is mainly targeted for a home media center, with a
lot of big files that rarely change.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%check
make check
%install
make install DESTDIR=%{buildroot}
%files
%doc COPYING AUTHORS HISTORY README
%{_bindir}/snapraid
%{_mandir}/man1/snapraid.1*
%changelog
* Sun Sep 23 2018 paulSUSE - 11.2
- Updated to latest upstream.
* Fri May 16 2014 Eric Smith <spacewar@gmail.com> - 6.1-3
- Revert to using bundled tommyds library, per request of the author
of both, and bundling exception granted by FPC ticket #423.
* Fri Apr 18 2014 Eric Smith <spacewar@gmail.com> - 6.1-2
- Use separately packaged tommyds library.
* Fri Apr 18 2014 Eric Smith <spacewar@gmail.com> - 6.1-1
- Updated to latest upstream.
* Sun Jan 19 2014 Eric Smith <spacewar@gmail.com> - 5.2-1
- Initial build.