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