]> git.pld-linux.org Git - packages/fusesmb.git/blame - fusesmb.spec
- BR: ac,am
[packages/fusesmb.git] / fusesmb.spec
CommitLineData
0f5e36aa 1Summary: SMB for Fuse
e4a6f9cd 2Summary(pl.UTF-8): SMB dla Fuse
0f5e36aa 3Name: fusesmb
b89fd100 4Version: 0.8.6
2e2fa61a 5Release: 2
0f5e36aa 6License: GPL
8eab7f49 7Group: Applications/System
0f5e36aa 8Source0: http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/%{name}-%{version}.tar.gz
b89fd100 9# Source0-md5: 91906f3a1c408474a4ffda4902d6a1b8
5f9adcff 10Patch0: %{name}-no_clientchk.patch
0f5e36aa 11URL: http://www.ricardis.tudelft.nl/~vincent/fusesmb/
2dbf2e07
JB
12BuildRequires: autoconf
13BuildRequires: automake
0f5e36aa 14BuildRequires: libfuse-devel >= 2.3
15BuildRequires: libsmbclient-devel >= 3.0
0f5e36aa 16Requires: samba-client
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20With SMB for Fuse you can seamlessly browse your network
21neighbourhood as were it on your own filesystem.
22
23It's basically smbmount with a twist. Instead of mounting one Samba
24share at a time, you mount all workgroups, hosts and shares at once.
25Only when you're accessing a share a connection is made to the
26remote computer.
27
87fa6ed9
JR
28%description -l pl.UTF-8
29Z pomocą SMB dla Fuse można przeglądać otoczenie sieciowe, tak jakby
30było ono systemem plików.
0f5e36aa 31
87fa6ed9
JR
32W uproszczeniu, jest to smbmount z haczykiem. Zamiast montować jeden
33udział Samby, montuje się wszystykie grupy robocze, komputery
34i udziały na raz. Połączenie do zdalnego komputera jest wykonywane
35tylko przy próbie dostępu do udziału.
0f5e36aa 36
37%prep
38%setup -q
5f9adcff 39%patch0 -p0
0f5e36aa 40
41%build
5f9adcff 42%{__aclocal}
43%{__autoconf}
44%{__automake}
0f5e36aa 45%configure
46
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
8eab7f49
JB
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
0f5e36aa 54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc AUTHORS ChangeLog README TODO fusesmb.conf.ex
61%attr(755,root,root) %{_bindir}/*
62%{_mandir}/man1/*
63%{_mandir}/man5/*
This page took 0.061357 seconds and 4 git commands to generate.