File obexfs.spec of Package obexfs

#
# spec file for package obexfs (Version 0.11)
#
# 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:           obexfs
BuildRequires:  bluez-devel fuse-devel glib2-devel libusb-devel licenses obexftp-devel openobex-devel
Requires:       fuse licenses
Summary:        FUSE based filesystem using ObexFTP
Version:        0.11
Release:        32
License:        GPL v2 or later
Group:          System/Filesystems
Source:         %{name}-%{version}.tar.bz2
Url:            http://openobex.triq.net/obexfs
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
ObexFS is a fuse (FUSE-based filesystem) using obexftp (ObexFTP) to
access files on mobile phones.



Authors:
--------
    Christian W. Zuckschwerdt <zany@triq.net>

%prep
%setup -q

%build
autoreconf -fiv
%configure
%{__make} %{?jobs:-j%jobs}

%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 NEWS README*
%{_bindir}/*

%changelog
* Mon Mar 23 2009 crrodriguez@suse.de
- fix buildRequires
* Fri Jul 25 2008 mszeredi@suse.de
- updated to version 0.11
  * Added automatic bt channel selection
  * Added USB discovery
* Fri Aug 10 2007 bk@suse.de
- Add "Requires: fuse" to ensure that fuse is present (285101#c29)
- Remove nicely empty TODO :-) and symlink COPYING from licenses
* Tue May 22 2007 mszeredi@suse.de
- added libusb-devel build dependency
* Sun Oct 29 2006 meissner@suse.de
- use RPM_OPT_FLAGS
* Fri Aug 04 2006 cthiel@suse.de
- update to version 0.10
  * Removed statfs (caused problems on all but Siemens)
  * 64-bit safe printf format
  * added usb support
  * device/channel code cleanup
* Sun Apr 23 2006 cthiel@suse.de
- initial package (version 0.8)
openSUSE Build Service is sponsored by