1aa2682
Name:		afuse
1aa2682
Summary: 	An automounter implemented with FUSE
1aa2682
Version:	0.2
0e0a242
Release:	4%{?dist}
1aa2682
License:	GPLv2+
1aa2682
Group:		System Environment/Base
1aa2682
Source0:	http://downloads.sourceforge.net/afuse/%{name}-%{version}.tar.gz
1aa2682
URL:		http://afuse.sourceforge.net/
1aa2682
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1aa2682
BuildRequires:	fuse-devel
0e0a242
# fix CVE-2008-2232
0e0a242
Patch0:		afuse-template-tokenize.patch
1aa2682
1aa2682
%description
1aa2682
Afuse is an automounting file system implemented in user-space using FUSE. 
1aa2682
Afuse currently implements the most basic functionality that can be expected 
1aa2682
by an automounter; that is it manages a directory of virtual directories. If 
1aa2682
one of these virtual directories is accessed and is not already automounted, 
1aa2682
afuse will attempt to mount a filesystem onto that directory. If the mount 
1aa2682
succeeds the requested access proceeds as normal, otherwise it will fail 
1aa2682
with an error.
1aa2682
1aa2682
%prep
1aa2682
%setup -q
0e0a242
%patch0 -p1 -b .CVS-2008-2232
1aa2682
1aa2682
%build
1aa2682
%configure
1aa2682
make %{?_smp_mflags}
1aa2682
1aa2682
%install
1aa2682
rm -rf %{buildroot}
1aa2682
make DESTDIR=%{buildroot} install
1aa2682
1aa2682
%clean
1aa2682
rm -rf %{buildroot}
1aa2682
1aa2682
%files
1aa2682
%defattr(-,root,root,-)
1aa2682
%doc AUTHORS ChangeLog COPYING README
1aa2682
%{_bindir}/afuse
1aa2682
1aa2682
%changelog
0e0a242
* Mon Aug 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2-4
0e0a242
- fix CVS-2008-2232
0e0a242
0e0a242
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
0e0a242
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0e0a242
0e0a242
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
0e0a242
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0e0a242
1aa2682
* Fri Nov 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.2-1
1aa2682
- Initial package for Fedora