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