parent
cc97995364
commit
44dca77b66
@ -0,0 +1 @@
|
|||||||
|
sshfs-fuse-1.2.tar.gz
|
@ -0,0 +1,52 @@
|
|||||||
|
Name: fuse-sshfs
|
||||||
|
Version: 1.2
|
||||||
|
Release: 2
|
||||||
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||||
|
|
||||||
|
Group: System Environment/Base
|
||||||
|
License: GPL
|
||||||
|
URL: http://fuse.sourceforge.net/sshfs.html
|
||||||
|
Source0: http://dl.sourceforge.net/sourceforge/fuse/sshfs-fuse-1.2.tar.gz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Requires: fuse >= 2.2
|
||||||
|
BuildRequires: fuse-devel >= 2.2
|
||||||
|
BuildRequires: glib2-devel >= 2.0
|
||||||
|
|
||||||
|
%description
|
||||||
|
This is a FUSE-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 sshfs-fuse-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
|
%{_bindir}/sshfs
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Nov 04 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.2-2
|
||||||
|
- Update deps
|
||||||
|
|
||||||
|
* Fri Oct 28 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.2-1
|
||||||
|
- Initial RPM release.
|
Loading…
Reference in new issue