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