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