From 44dca77b66692c5065cf42c3221ae9f372d749f7 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Wed, 23 Nov 2005 19:36:36 +0000 Subject: [PATCH] auto-import fuse-sshfs-1.2-2 on branch devel from fuse-sshfs-1.2-2.src.rpm --- .cvsignore | 1 + fuse-sshfs.spec | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 54 insertions(+) create mode 100644 fuse-sshfs.spec diff --git a/.cvsignore b/.cvsignore index e69de29..7bf17a7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +sshfs-fuse-1.2.tar.gz diff --git a/fuse-sshfs.spec b/fuse-sshfs.spec new file mode 100644 index 0000000..4e62fc2 --- /dev/null +++ b/fuse-sshfs.spec @@ -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 - 1.2-2 +- Update deps + +* Fri Oct 28 2005 Thorsten Leemhuis - 1.2-1 +- Initial RPM release. diff --git a/sources b/sources index e69de29..6173d89 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +685dc6611e20242602105fe4960a6ab9 sshfs-fuse-1.2.tar.gz