Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > cc02b829bc40e6cec132dfbd8927092a > files > 2

sshfs-fuse-1.8-1mdv2008.0.src.rpm

Name:           sshfs-fuse
Version:        1.8
Release:        %mkrel 1
Epoch:          0
Summary:        Filesystem running over SFTP
License:        GPL
Group:          Networking/Remote access
URL:            http://fuse.sourceforge.net/sshfs.html
Source0:        http://download.sourceforge.net/fuse/sshfs-fuse-%{version}.tar.gz
# XXX: No way to tell if this is already included in/by the kernel or not
#Requires:      dkms-fuse
Requires:       fuse
BuildRequires:  libfuse-devel
BuildRequires:  libglib2-devel
BuildRequires:  pkgconfig
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-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.

    * 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

%prep
%setup -q

%build
export CC="%{__cc} -fPIC"
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall}

%clean 
%{__rm} -rf %{buildroot} 

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README 
%attr(0755,root,root) %{_bindir}/sshfs
%attr(0755,root,root) %{_libdir}/sshnodelay.so



%changelog
* Wed May 16 2007 David Walluck <walluck@mandriva.org> 1.8-1mdv2008.0
+ Revision: 27418
- 1.8


* Mon Aug 28 2006 David Walluck <walluck@mandriva.org> 0:1.7-1mdv2007.0
- 1.7

* Tue Mar 28 2006 David Walluck <walluck@mandriva.org> 0:1.6-1mdk
- 1.6

* Sat Feb 25 2006 David Walluck <walluck@mandriva.org> 0:1.5-1mdk
- 1.5
- Requires: dkms-fuse, fuse, glib2-devel, pkgconfig
- BuildRequires: libfuse-devel, not libfuse2-devel
- fix build on x86_64
- use %%configure2_5x
- remove menu-related stuff
- add docs

* Sun Oct 30 2005 Eskild Hustvedt <eskild@mandriva.org> 1.3-1mdk
- Initial Mandriva Linux package