File fusesmb.spec of Package fusesmb
#
# spec file for package fusesmb (Version 0.8.7)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fusesmb
BuildRequires: fuse-devel glib2-devel libsmbclient-devel licenses samba-client
Requires: fuse licenses
Summary: SMB for FUSE
Version: 0.8.7
Release: 102
License: GPL v2 or later
Group: System/Filesystems
Source: %{name}-%{version}.tar.bz2
Patch: search_path_fix.patch
Patch1: single_thread.patch
Url: http://www.ricardis.tudelft.nl/~vincent/fusesmb/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
SMB for fuse (FUSE) is a filesystem which allows to mount a full
Network Neighborhood with samba (Samba) and other SMB shares. It works
like smbfs, but instead of accessing one share at a time, all computers
and workgroups are accessible at once from a single filesystem mount,
making network browsing just as easy as it is on Windows.
Authors:
--------
Vincent Wagelaar <vincent@ricardis.tudelft.nl>
%prep
%setup
%patch -p1
%patch1 -p1
%build
autoreconf -fi
CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
make
%install
make DESTDIR="$RPM_BUILD_ROOT" install
ln -sf ../../licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog README* TODO
%{_bindir}/*
%{_mandir}/*/fusesmb*
%changelog
* Mon Jan 26 2009 mszeredi@suse.de
- Fix crash by running in single threaded mode (bnc#467184)
* Fri Nov 23 2007 mszeredi@suse.de
- update to version 0.8.7 (fixes #338527)
- fix searching for fusesmb.cache in path
* Fri Aug 10 2007 bk@suse.de
- Add "Requires: fuse" to ensure that fuse is present (285101#c29)
- Remove empty NEWS file and symlink COPYING file from licenses
* Tue May 09 2006 cthiel@suse.de
- update to version 0.8.5 (fixes licensing)
* Sun Apr 23 2006 cthiel@suse.de
- initial package (version 0.8.4)