]> git.pld-linux.org Git - packages/fusesmb.git/blob - fusesmb.spec
- up to 0.8.6
[packages/fusesmb.git] / fusesmb.spec
1 Summary:        SMB for Fuse
2 Summary(pl.UTF-8):      SMB dla Fuse
3 Name:           fusesmb
4 Version:        0.8.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  91906f3a1c408474a4ffda4902d6a1b8
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.UTF-8
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 \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -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.034865 seconds and 3 git commands to generate.