Package fuse-chironfs: Specfile

%define oname chironfs

Name: fuse-chironfs
Version: 1.0.0
Release: alt1

Summary: Replication Filesystem

Group: System/Kernel and hardware
License: GPL v3
Url: http://www.furquim.org/chironfs/index.en.html

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://chironfs.googlecode.com/files/%oname-%version.tar.bz2
Patch: %name-%version.patch

Requires: %{get_dep fuse}

# manually removed: rpm-build-java rpm-build-mono rpm-build-seamonkey rpm-macros-fillup xorg-sdk
# Automatically added by buildreq on Mon Dec 08 2008
BuildRequires: libfuse-devel

%description
Chiron FS is a FUSE based filesystem that implements replication
at the filesystem level like RAID 1 does at the device level. The
replicated filesystem may be of any kind you want; the only.
requisite is that you mount it. There is no need for special
configuration files; the setup is as simple as one mount command
(or one line in fstab).

%prep
%setup -q -n %oname-%version
%patch

%build
%configure
%make_build

%install
%makeinstall_std

%files
%_bindir/chironfs
%_man8dir/chironfs.8*
%_docdir/%oname/

%changelog
* Mon Dec 08 2008 Vitaly Lipatov <lav@altlinux.ru> 1.0.0-alt1
- initial build for ALT Linux Sisyphus