2aaef7d
Name:		afuse
2aaef7d
Summary: 	An automounter implemented with FUSE
2aaef7d
Version:	0.2
2aaef7d
Release:	1%{?dist}
2aaef7d
License:	GPLv2+
2aaef7d
Group:		System Environment/Base
2aaef7d
Source0:	http://downloads.sourceforge.net/afuse/%{name}-%{version}.tar.gz
2aaef7d
URL:		http://afuse.sourceforge.net/
2aaef7d
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2aaef7d
BuildRequires:	fuse-devel
2aaef7d
2aaef7d
%description
2aaef7d
Afuse is an automounting file system implemented in user-space using FUSE. 
2aaef7d
Afuse currently implements the most basic functionality that can be expected 
2aaef7d
by an automounter; that is it manages a directory of virtual directories. If 
2aaef7d
one of these virtual directories is accessed and is not already automounted, 
2aaef7d
afuse will attempt to mount a filesystem onto that directory. If the mount 
2aaef7d
succeeds the requested access proceeds as normal, otherwise it will fail 
2aaef7d
with an error.
2aaef7d
2aaef7d
%prep
2aaef7d
%setup -q
2aaef7d
2aaef7d
%build
2aaef7d
%configure
2aaef7d
make %{?_smp_mflags}
2aaef7d
2aaef7d
%install
2aaef7d
rm -rf %{buildroot}
2aaef7d
make DESTDIR=%{buildroot} install
2aaef7d
2aaef7d
%clean
2aaef7d
rm -rf %{buildroot}
2aaef7d
2aaef7d
%files
2aaef7d
%defattr(-,root,root,-)
2aaef7d
%doc AUTHORS ChangeLog COPYING README
2aaef7d
%{_bindir}/afuse
2aaef7d
2aaef7d
%changelog
2aaef7d
* Fri Nov 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.2-1
2aaef7d
- Initial package for Fedora