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