]> git.pld-linux.org Git - packages/fusesmb.git/blob - fusesmb.spec
30ce8a0228b9b6ef065c7b6d60f16bcca2b49dd2
[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:        2
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 Patch0:         %{name}-no_clientchk.patch
11 URL:            http://www.ricardis.tudelft.nl/~vincent/fusesmb/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libfuse-devel >= 2.3
15 BuildRequires:  libsmbclient-devel >= 3.0
16 Requires:       samba-client
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 With SMB for Fuse you can seamlessly browse your network
21 neighbourhood as were it on your own filesystem.
22
23 It's basically smbmount with a twist. Instead of mounting one Samba
24 share at a time, you mount all workgroups, hosts and shares at once.
25 Only when you're accessing a share a connection is made to the
26 remote computer.
27
28 %description -l pl.UTF-8
29 Z pomocą SMB dla Fuse można przeglądać otoczenie sieciowe, tak jakby
30 było ono systemem plików.
31
32 W uproszczeniu, jest to smbmount z haczykiem. Zamiast montować jeden
33 udział Samby, montuje się wszystykie grupy robocze, komputery
34 i udziały na raz. Połączenie do zdalnego komputera jest wykonywane
35 tylko przy próbie dostępu do udziału.
36
37 %prep
38 %setup -q
39 %patch0 -p0
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -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.039432 seconds and 2 git commands to generate.