]> git.pld-linux.org Git - packages/sshfs-fuse.git/blame - sshfs-fuse.spec
- noted download URL
[packages/sshfs-fuse.git] / sshfs-fuse.spec
CommitLineData
0d9beb90 1Summary: Filesystem based on the SSH File Transfer Protocol
3029d0f6 2Summary(pl.UTF-8): System plików oparty na protokole SSH File Transfer Protocol
0d9beb90 3Name: sshfs-fuse
f7f3c582
AO
4Version: 2.8
5Release: 1
0d9beb90
JB
6License: GPL v2
7Group: Applications/System
c2067bdb
JB
8#Source0Download: https://github.com/libfuse/sshfs/releases
9Source0: https://github.com/libfuse/sshfs/releases/download/sshfs_%{version}/sshfs-%{version}.tar.gz
f7f3c582
AO
10# Source0-md5: 0ba25e848ee59e2595d6576c8f6284b6
11URL: https://github.com/libfuse/sshfs
0d9beb90 12BuildRequires: glib2-devel >= 2.0
2293df28 13BuildRequires: libfuse-devel >= 0:2.6
0d9beb90
JB
14BuildRequires: pkgconfig
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Filesystem based on the SSH File Transfer Protocol.
19
521987ce
JR
20%description -l pl.UTF-8
21System plików oparty na protokole SSH File Transfer Protocol.
0d9beb90
JB
22
23%prep
f7f3c582 24%setup -q -n sshfs-%{version}
0d9beb90
JB
25
26%build
add2a957 27%configure \
604a1562 28 --enable-sshnodelay
0d9beb90
JB
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
f7f3c582 42%doc AUTHORS ChangeLog
0d9beb90 43%attr(755,root,root) %{_bindir}/sshfs
da4662c4 44%attr(755,root,root) %{_libdir}/sshnodelay.so
604a1562 45%{_mandir}/man1/sshfs.1*
This page took 0.105378 seconds and 4 git commands to generate.