[mhddfs/f14] Initial import (#728006).

Jameson Pugh imntreal at fedoraproject.org
Mon Aug 8 19:59:34 UTC 2011


commit 612ca9bdd8ed1b63169a74dbd2352644bb22aa2d
Author: imntreal <imntreal at gmail.com>
Date:   Mon Aug 8 15:59:23 2011 -0400

    Initial import (#728006).

 .gitignore  |    1 +
 mhddfs.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..630ad73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mhddfs_0.1.38.tar.gz
diff --git a/mhddfs.spec b/mhddfs.spec
new file mode 100644
index 0000000..0d8179c
--- /dev/null
+++ b/mhddfs.spec
@@ -0,0 +1,52 @@
+Name:		mhddfs
+Summary:	Fuse-based file system for unifying several mount points into one
+Version:	0.1.38
+Release:	6%{?dist}
+License:	GPLv3+
+URL:		http://mhddfs.uvw.ru/
+Source:		http://mhddfs.uvw.ru/downloads/%{name}_%{version}.tar.gz
+BuildRequires:	fuse-devel libattr-devel
+Requires:	fuse%{?_isa}
+
+%description
+This FUSE-based file system allows mount points (or directories) to be combined,
+simulating a single big volume which can merge several hard drives or remote
+file systems.  It is like unionfs, but can choose the drive with the most free
+space to create new files on, and can move data transparently between drives.
+
+%prep
+%setup -q
+
+%build
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_bindir}
+install -d $RPM_BUILD_ROOT/%{_mandir}/man1
+install -m755 %{name} $RPM_BUILD_ROOT/%{_bindir}/%{name}
+install -m644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1
+
+%files
+%doc README README.ru.UTF-8 LICENSE ChangeLog COPYING
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+%changelog
+* Thu Aug 4 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-6
+- Removed Group tag
+
+* Thu Aug 4 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-5
+- Corrected Requires line
+
+* Thu Aug 4 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-4
+- Made install locations more specific
+
+* Thu Aug 4 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-3
+- Cleaned up SPEC
+
+* Wed Aug 3 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-2
+- Added libattr-devel as a build requirement
+
+* Tue Aug 2 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-1
+- Initial release
diff --git a/sources b/sources
index e69de29..888c605 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d8cb3ea64a8945c00bd88d28eb93eee2  mhddfs_0.1.38.tar.gz


More information about the scm-commits mailing list