]> git.pld-linux.org Git - packages/sshfs-fuse.git/blob - sshfs-fuse.spec
a2ee5d8a8b220d3efeacf63c49fa02116cf2337d
[packages/sshfs-fuse.git] / sshfs-fuse.spec
1 Summary:        Filesystem based on the SSH File Transfer Protocol
2 Summary(pl):    System plików oparty na protokole SSH File Transfer Protocol
3 Name:           sshfs-fuse
4 Version:        1.6
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/fuse/%{name}-%{version}.tar.gz
9 # Source0-md5:  04fa75c1357bea362537efe15805e7da
10 Patch0:         %{name}-fPIC.patch
11 URL:            http://fuse.sourceforge.net/
12 BuildRequires:  glib2-devel >= 2.0
13 BuildRequires:  libfuse-devel >= 0:2.5
14 BuildRequires:  pkgconfig
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Filesystem based on the SSH File Transfer Protocol.
19
20 %description -l pl
21 System plików oparty na protokole SSH File Transfer Protocol.
22
23 %prep
24 %setup -q
25 %patch0 -p1
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog NEWS README
43 %attr(755,root,root) %{_bindir}/sshfs
44 %attr(755,root,root) %{_libdir}/sshnodelay.so
This page took 0.166354 seconds and 3 git commands to generate.