summaryrefslogtreecommitdiff
path: root/fusesmb.spec
blob: 92ff9a431b23cb4110e62c0f27a68042b1a66827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Summary:	SMB for Fuse
Summary(pl.UTF-8):	SMB dla Fuse
Name:		fusesmb
Version:	0.8.7
Release:	1
License:	GPL
Group:		Applications/System
Source0:	http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/%{name}-%{version}.tar.gz
# Source0-md5:	ff5adc291b18fd452fe4694cbe45dabd
Patch0:		%{name}-no_clientchk.patch
URL:		http://www.ricardis.tudelft.nl/~vincent/fusesmb/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libfuse-devel >= 2.3
BuildRequires:	libsmbclient-devel >= 3.0
Requires:	samba-client
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
With SMB for Fuse you can seamlessly browse your network
neighbourhood as were it on your own filesystem.

It's basically smbmount with a twist. Instead of mounting one Samba
share at a time, you mount all workgroups, hosts and shares at once.
Only when you're accessing a share a connection is made to the
remote computer.

%description -l pl.UTF-8
Z pomocą SMB dla Fuse można przeglądać otoczenie sieciowe, tak jakby
było ono systemem plików.

W uproszczeniu, jest to smbmount z haczykiem. Zamiast montować jeden
udział Samby, montuje się wszystykie grupy robocze, komputery
i udziały na raz. Połączenie do zdalnego komputera jest wykonywane
tylko przy próbie dostępu do udziału.

%prep
%setup -q
%patch0 -p0

%build
%{__aclocal}
%{__autoconf}
%{__automake}
%configure

%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README TODO fusesmb.conf.ex
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*