Name: sshfs-fuse Version: 1.2 Release: 1.n0i.1 Summary: Virtual filesystem based on the SSH File Transfer Protocol Group: Applications/System License: GPL URL: http://fuse.sourceforge.net/sshfs.html Source0: http://prdownloads.sourceforge.net/fuse/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fuse-devel glib2-devel %description This is a filesystem client based on the SSH File Transfer Protocol. Features of this implementation are: - Based on FUSE - Multithreading: more than one request can be on it's way to the server - Allowing large reads (max 64k) - Caching directory contents - Reconnect on failure %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{__strip} $RPM_BUILD_ROOT%{_bindir}/* %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/* %changelog * Wed Sep 21 2005 Marius FERARU 1.2-1.n0i.1 - initial packaging