Package mhddfs: Specfile

Name: mhddfs
Version: 0.1.37
Release: alt1

Summary: file system for unifying several mount points into one
License: GPLv3
Group: File tools

Url: http://mhddfs.uvw.ru
Packager: Vladimir V. Kamarzin <vvk@altlinux.org>

Source: %name-%version.tar

BuildRequires: libfuse-devel libattr-devel

%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

%build
%make_build

%install
install -pDm755 %name %buildroot%_bindir/%name
install -pDm644 %name.1 %buildroot%_man1dir/%name.1

%files
%_bindir/*
%_man1dir/%name.*
%doc ChangeLog README*

%changelog
* Fri Aug 06 2010 Vladimir V. Kamarzin <vvk@altlinux.org> 0.1.37-alt1
- 0.1.37 (Closes: #23856).

* Wed Oct 15 2008 Vladimir V. Kamarzin <vvk@altlinux.org> 0.1.13-alt1
- 0.1.13.

* Thu Sep 18 2008 Vladimir V. Kamarzin <vvk@altlinux.org> 0.1.12-alt1
- Initial build for ALT Linux.