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 - 0.1.38-6 - Removed Group tag * Thu Aug 4 2011 Jameson Pugh - 0.1.38-5 - Corrected Requires line * Thu Aug 4 2011 Jameson Pugh - 0.1.38-4 - Made install locations more specific * Thu Aug 4 2011 Jameson Pugh - 0.1.38-3 - Cleaned up SPEC * Wed Aug 3 2011 Jameson Pugh - 0.1.38-2 - Added libattr-devel as a build requirement * Tue Aug 2 2011 Jameson Pugh - 0.1.38-1 - Initial release