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