|
|
|
@ -1,15 +1,14 @@
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
Name: fuse-sshfs
|
|
|
|
|
Version: 2.4
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 2.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: http://fuse.sourceforge.net/sshfs.html
|
|
|
|
|
Source0: http://downloads.sourceforge.net/fuse/sshfs-fuse-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Provides: sshfs = %{version}-%{release}
|
|
|
|
|
Requires: fuse >= 2.2
|
|
|
|
|
Requires: openssh-clients
|
|
|
|
@ -31,22 +30,18 @@ mounting the filesystem is as easy as logging into the server with ssh.
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README
|
|
|
|
|
%{_bindir}/sshfs
|
|
|
|
|
%if 0%{?el5}
|
|
|
|
|
# if openssh-clients < 4.4
|
|
|
|
|
%{_libdir}/sshnodelay.so
|
|
|
|
|
%endif
|
|
|
|
|
%{_mandir}/man1/sshfs.1.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Dec 14 2014 Peter Lemenkov <lemenkov@gmail.com> - 2.5-1
|
|
|
|
|
- Ver. 2.5
|
|
|
|
|
- Removed support for building on EPEL 5 (not sure if it was even possible there)
|
|
|
|
|
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|