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