|
 |
ea96c58 |
Name: afuse
|
|
 |
ea96c58 |
Summary: An automounter implemented with FUSE
|
|
 |
ea96c58 |
Version: 0.2
|
|
 |
f29903a |
Release: 4%{?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
|
|
 |
f29903a |
# fix CVE-2008-2232
|
|
 |
f29903a |
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
|
|
 |
f29903a |
%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
|
|
 |
f29903a |
* Mon Aug 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2-4
|
|
 |
f29903a |
- fix CVS-2008-2232
|
|
 |
f29903a |
|
|
 |
f29903a |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
|
|
 |
f29903a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
 |
f29903a |
|
|
 |
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
|