File obexfs.spec of Package obexfs

#
# spec file for package obexfs
#
# 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:           obexfs
BuildRequires:  bluez-devel fuse-devel glib2-devel libusb-devel obexftp-devel openobex-devel
Requires:       fuse
Summary:        FUSE based filesystem using ObexFTP
Version:        0.11
Release:        42
License:        GPLv2+
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

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
openSUSE Build Service is sponsored by