File sshfs.spec of Package sshfs

#
# spec file for package sshfs
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           sshfs
BuildRequires:  fuse-devel glib2-devel
Requires:       fuse
Summary:        Filesystem client based on SSH file transfer protocol
Version:        2.3
Release:        1
License:        GPLv2+
Group:          System/Filesystems
Source:         %{name}-fuse-%{version}.tar.gz
Url:            http://fuse.sourceforge.net/sshfs.html
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
SSHFS 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
openssh (ssh).



Authors:
--------
    Miklos Szeredi <miklos@szeredi.hu>

%prep
%setup -n %{name}-fuse-%{version}

%build
%{?suse_update_config:%{suse_update_config -f}}
autoreconf -fi
%configure --disable-sshnodelay
make

%install
make DESTDIR="$RPM_BUILD_ROOT" install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog NEWS README*
%doc %{_mandir}/*/*
%{_bindir}/*

%changelog
openSUSE Build Service is sponsored by