|
 |
ea96c58 |
Name: afuse
|
|
 |
dc13cf8 |
Summary: An automounter implemented with FUSE
|
|
 |
f96f36e |
Version: 0.4.1
|
|
 |
f96f36e |
Release: 1%{?dist}
|
|
 |
ea96c58 |
License: GPLv2+
|
|
 |
ea96c58 |
Group: System Environment/Base
|
|
 |
46db150 |
Source0: https://afuse.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
 |
46db150 |
URL: https://github.com/pcarrier/afuse/
|
|
 |
ea96c58 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
 |
ea96c58 |
BuildRequires: fuse-devel
|
|
 |
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
|
|
 |
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
|
|
 |
46db150 |
%{_bindir}/afuse-avahissh
|
|
 |
ea96c58 |
|
|
 |
ea96c58 |
%changelog
|
|
 |
f96f36e |
* Mon Nov 18 2013 Tom Callaway <spot@fedoraproject.org> - 0.4.1-1
|
|
 |
f96f36e |
- update to 0.4.1
|
|
 |
f96f36e |
|
|
 |
a12a228 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
|
|
 |
a12a228 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
 |
a12a228 |
|
|
 |
e98e507 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
|
|
 |
e98e507 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
 |
e98e507 |
|
|
 |
46db150 |
* Fri Jan 18 2013 Tom Callaway <spot@fedoraproject.org> - 0.4-1
|
|
 |
46db150 |
- update to 0.4
|
|
 |
46db150 |
|
|
 |
9c9330e |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-8
|
|
 |
9c9330e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
 |
9c9330e |
|
|
 |
97fdab3 |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-7
|
|
 |
97fdab3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
 |
97fdab3 |
|
|
 |
06c2308 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-6
|
|
 |
06c2308 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
 |
06c2308 |
|
|
 |
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
|