Name: sshfs Version: 1.3 Release: 1.pax Summary: SSH Filesystem Group: Networking Group(pt_BR): Rede Group(es): Red License: GPL Source: http://internap.dl.sourceforge.net/sourceforge/fuse/sshfs-fuse-1.3.tar.gz BuildRequires: fuse Requires: fuse BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh. %prep %setup -q -n %{name}-fuse-%{version} %build %configure make %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(0644,root,root,0755) %attr(0755,root,root) %{_bindir}/sshfs %changelog * Thu Nov 24 2005 Rodrigo Barbosa + 1.3-1.pax - First packaging