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