]> git.pld-linux.org Git - packages/sshfs-fuse.git/blobdiff - sshfs-fuse.spec
- up to 2.8
[packages/sshfs-fuse.git] / sshfs-fuse.spec
index a2ee5d8a8b220d3efeacf63c49fa02116cf2337d..6eee7223b3d4a7d46beb092a9761b4ab528a8c51 100644 (file)
@@ -1,31 +1,30 @@
 Summary:       Filesystem based on the SSH File Transfer Protocol
-Summary(pl):   System plików oparty na protokole SSH File Transfer Protocol
+Summary(pl.UTF-8):     System plików oparty na protokole SSH File Transfer Protocol
 Name:          sshfs-fuse
-Version:       1.6
-Release:       2
+Version:       2.8
+Release:       1
 License:       GPL v2
 Group:         Applications/System
-Source0:       http://dl.sourceforge.net/fuse/%{name}-%{version}.tar.gz
-# Source0-md5: 04fa75c1357bea362537efe15805e7da
-Patch0:                %{name}-fPIC.patch
-URL:           http://fuse.sourceforge.net/
+Source0:       http://github.com/libfuse/sshfs/releases/download/sshfs_%{version}/sshfs-%{version}.tar.gz
+# Source0-md5: 0ba25e848ee59e2595d6576c8f6284b6
+URL:           https://github.com/libfuse/sshfs
 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)
 
 %description
 Filesystem based on the SSH File Transfer Protocol.
 
-%description -l pl
-System plików oparty na protokole SSH File Transfer Protocol.
+%description -l pl.UTF-8
+System plików oparty na protokole SSH File Transfer Protocol.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n sshfs-%{version}
 
 %build
-%configure
+%configure \
+       --enable-sshnodelay
 %{__make}
 
 %install
@@ -39,6 +38,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog
 %attr(755,root,root) %{_bindir}/sshfs
 %attr(755,root,root) %{_libdir}/sshnodelay.so
+%{_mandir}/man1/sshfs.1*
This page took 0.372488 seconds and 4 git commands to generate.