]> git.pld-linux.org Git - packages/sshfs-fuse.git/blame - sshfs-fuse.spec
- converted to UTF-8
[packages/sshfs-fuse.git] / sshfs-fuse.spec
CommitLineData
0d9beb90 1Summary: Filesystem based on the SSH File Transfer Protocol
521987ce 2Summary(pl.UTF-8): System plików oparty na protokole SSH File Transfer Protocol
0d9beb90 3Name: sshfs-fuse
f0485b6b
RT
4Version: 1.7
5Release: 1
0d9beb90
JB
6License: GPL v2
7Group: Applications/System
8Source0: http://dl.sourceforge.net/fuse/%{name}-%{version}.tar.gz
f0485b6b 9# Source0-md5: e91a2fed1da952a375798408dc6e41a0
0d9beb90
JB
10URL: http://fuse.sourceforge.net/
11BuildRequires: glib2-devel >= 2.0
12BuildRequires: libfuse-devel >= 0:2.5
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
26%configure
27%{__make}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31
32%{__make} install \
33 DESTDIR=$RPM_BUILD_ROOT
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc AUTHORS ChangeLog NEWS README
41%attr(755,root,root) %{_bindir}/sshfs
da4662c4 42%attr(755,root,root) %{_libdir}/sshnodelay.so
This page took 0.040762 seconds and 4 git commands to generate.