[snapraid] Initial import (#1055366).

Eric Smith brouhaha at fedoraproject.org
Sun May 18 01:04:20 UTC 2014


commit 440baf1ef87db9f0653fd176ebaa76f83bc2e909
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Sat May 17 19:04:19 2014 -0600

    Initial import (#1055366).

 .gitignore    |    1 +
 snapraid.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e6211e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/snapraid-6.1.tar.gz
diff --git a/snapraid.spec b/snapraid.spec
new file mode 100644
index 0000000..807b7b4
--- /dev/null
+++ b/snapraid.spec
@@ -0,0 +1,46 @@
+Name:           snapraid
+Summary:        Disk array backup for many large rarely-changed files
+Version:        6.1
+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
+* Fri May 16 2014 Eric Smith <spacewar at 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 at gmail.com> - 6.1-2
+- Use separately packaged tommyds library.
+
+* Fri Apr 18 2014 Eric Smith <spacewar at gmail.com> - 6.1-1
+- Updated to latest upstream.
+
+* Sun Jan 19 2014 Eric Smith <spacewar at gmail.com> - 5.2-1
+- Initial build.
diff --git a/sources b/sources
index e69de29..d1516f1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6806e3acea4fd66b4c499be3ad1eca56  snapraid-6.1.tar.gz


More information about the scm-commits mailing list