File fusesmb.spec of Package fusesmb

#
# spec file for package fusesmb
#
# Copyright (c) 2011 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 samba-client
Requires:       fuse
Summary:        SMB for FUSE
Version:        0.8.7
Release:        113
License:        GPLv2+
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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog README* TODO
%{_bindir}/*
%{_mandir}/*/fusesmb*

%changelog
openSUSE Build Service is sponsored by