diff --git a/.cvsignore b/.cvsignore index e69de29..6aee227 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +afuse-0.2.tar.gz diff --git a/afuse.spec b/afuse.spec new file mode 100644 index 0000000..ef4b8f6 --- /dev/null +++ b/afuse.spec @@ -0,0 +1,42 @@ +Name: afuse +Summary: An automounter implemented with FUSE +Version: 0.2 +Release: 1%{?dist} +License: GPLv2+ +Group: System Environment/Base +Source0: http://downloads.sourceforge.net/afuse/%{name}-%{version}.tar.gz +URL: http://afuse.sourceforge.net/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: fuse-devel + +%description +Afuse is an automounting file system implemented in user-space using FUSE. +Afuse currently implements the most basic functionality that can be expected +by an automounter; that is it manages a directory of virtual directories. If +one of these virtual directories is accessed and is not already automounted, +afuse will attempt to mount a filesystem onto that directory. If the mount +succeeds the requested access proceeds as normal, otherwise it will fail +with an error. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING README +%{_bindir}/afuse + +%changelog +* Fri Nov 21 2008 Tom "spot" Callaway 0.2-1 +- Initial package for Fedora diff --git a/import.log b/import.log new file mode 100644 index 0000000..f4b2ddd --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +afuse-0_2-1_fc11:HEAD:afuse-0.2-1.fc11.src.rpm:1228241706 diff --git a/sources b/sources index e69de29..4b287f4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +97b58a768ecb30696fb6c33dd8435b83 afuse-0.2.tar.gz