|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: fuse-sshfs
|
|
|
|
|
Version: 1.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
@ -10,8 +10,10 @@ Source0: http://dl.sourceforge.net/sourceforge/fuse/sshfs-fuse-%{version}
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Provides: sshfs = %{version}
|
|
|
|
|
Requires: fuse >= 2.2
|
|
|
|
|
Requires: openssh-clients >= 4.4
|
|
|
|
|
BuildRequires: fuse-devel >= 2.2
|
|
|
|
|
BuildRequires: glib2-devel >= 2.0
|
|
|
|
|
BuildRequires: openssh-clients >= 4.4
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
|
|
|
|
@ -37,10 +39,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
|
|
|
%{_bindir}/sshfs
|
|
|
|
|
#%{_libdir}/sshnodelay.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
|
|
* Wed Jan 23 2008 Peter Lemenkov <lemenkov@gmail.com> 1.9-2
|
|
|
|
|
- Added missing Requires and BuildRequires - openssh-clients >= 4.4
|
|
|
|
|
|
|
|
|
|
* Wed Jan 23 2008 Peter Lemenkov <lemenkov@gmail.com> 1.9-1
|
|
|
|
|
- Ver. 1.9
|
|
|
|
|
- Added provides: sshfs
|
|
|
|
|