]> git.pld-linux.org Git - packages/sshfs-fuse.git/blobdiff - sshfs-fuse.spec
- x32 rebuild
[packages/sshfs-fuse.git] / sshfs-fuse.spec
index a17d6b2cab67eb1f0f4dcb77f7b44f799391ee1b..35f9fffc8a6bd343ef16edf8c724c5087089b87b 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       Filesystem based on the SSH File Transfer Protocol
 Summary(pl.UTF-8):     System plików oparty na protokole SSH File Transfer Protocol
 Name:          sshfs-fuse
-Version:       1.8
+Version:       2.4
 Release:       2
 License:       GPL v2
 Group:         Applications/System
-Source0:       http://dl.sourceforge.net/fuse/%{name}-%{version}.tar.gz
-# Source0-md5: 3c575cf89a6d3d8ab6063c2f60bd5b25
+Source0:       http://downloads.sourceforge.net/fuse/%{name}-%{version}.tar.gz
+# Source0-md5: 3c7c3647c52ce84d09486f1da3a3ce24
 URL:           http://fuse.sourceforge.net/sshfs.html
 BuildRequires: glib2-devel >= 2.0
-BuildRequires: libfuse-devel >= 0:2.5
+BuildRequires: libfuse-devel >= 0:2.6
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -23,7 +23,8 @@ System plików oparty na protokole SSH File Transfer Protocol.
 %setup -q
 
 %build
-%configure
+%configure \
+       --enable-sshnodelay
 %{__make}
 
 %install
@@ -40,3 +41,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/sshfs
 %attr(755,root,root) %{_libdir}/sshnodelay.so
+%{_mandir}/man1/sshfs.1*
This page took 0.03295 seconds and 4 git commands to generate.