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