]> git.pld-linux.org Git - SPECS.git/blob - sshfs-fuse.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / sshfs-fuse.spec
1 Summary:        Filesystem based on the SSH File Transfer Protocol
2 Summary(pl.UTF-8):      System plików oparty na protokole SSH File Transfer Protocol
3 Name:           sshfs-fuse
4 Version:        3.7.2
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 #Source0Download: https://github.com/libfuse/sshfs/releases
9 Source0:        https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/sshfs-%{version}.tar.xz
10 # Source0-md5:  86dcc81a1381c3e6863c97e684501bb6
11 URL:            https://github.com/libfuse/sshfs
12 BuildRequires:  docutils
13 BuildRequires:  glib2-devel >= 2.0
14 BuildRequires:  libfuse3-devel >= 3.1.0
15 BuildRequires:  meson >= 0.40
16 BuildRequires:  ninja
17 BuildRequires:  pkgconfig
18 BuildRequires:  rpmbuild(macros) >= 1.736
19 BuildRequires:  tar >= 1:1.22
20 BuildRequires:  xz
21 Requires:       libfuse3-tools >= 3.1.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Filesystem based on the SSH File Transfer Protocol.
26
27 %description -l pl.UTF-8
28 System plików oparty na protokole SSH File Transfer Protocol.
29
30 %prep
31 %setup -q -n sshfs-%{version}
32
33 %build
34 %meson build
35
36 %ninja_build -C build
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %ninja_install -C build
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog.rst README.rst
49 %attr(755,root,root) %{_bindir}/sshfs
50 %attr(755,root,root) %{_sbindir}/mount.sshfs
51 %attr(755,root,root) %{_sbindir}/mount.fuse.sshfs
52 %{_mandir}/man1/sshfs.1*
This page took 0.447101 seconds and 3 git commands to generate.