Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 503bc2b1ddd775a1070b91e5eb092164 > files > 2

fusesmb-0.8.6-1mdv2008.0.src.rpm

%define name		fusesmb
%define version		0.8.6
%define release		%mkrel 1

Name:		%name
Version:	%version
Release:	%release
URL:		http://www.ricardis.tudelft.nl/~vincent/fusesmb/
BuildRequires:	libsmbclient-devel, fuse-devel, samba-client
Requires:	libsmbclient, fuse, samba-client
Source:		http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/%{name}-%{version}.tar.gz
License:	GPL
Summary:	Browse your network neighbourhood as if it were on your own filesystem
Group:		Networking/Other
BuildRoot:	%{_tmppath}/%{name}-root
%description
With SMB for Fuse you can seamlessly browse your network neighbourhood
as if it were on your own filesystem.

It's basically smbmount with a twist. Instead of mounting one Samba share
at a time, you mount all workgroups, hosts and shares at once. Only when
you're accessing a share a connection is made to the remote computer. 

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall

%clean
%{__rm} -Rf %{buildroot}

%files
%defattr(-,root,root)
%doc TODO AUTHORS README INSTALL ChangeLog COPYING
%{_bindir}/%{name}
%{_bindir}/%{name}.cache
%{_mandir}/man1/%{name}.1*
%{_mandir}/man5/%{name}.conf.5*



%changelog
* Tue Jun 19 2007 Nicolas Vigier <nvigier@mandriva.com> 0.8.6-1mdv2008.0
+ Revision: 41394
- update to version 0.8.6

* Wed May 23 2007 Nicolas Vigier <nvigier@mandriva.com> 0.8.5-1mdv2008.0
+ Revision: 30252
- Import fusesmb