File FUR.spec of Package FUR
#
# spec file for package FUR
#
# Copyright (c) 2012 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/
#
Name: FUR
Version: 0.5
Release: 0
Summary: Access to SynCE devices over FUSE
License: GPL-2.0
Group: System/Filesystems
Url: http://synce.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://downloads.sourceforge.net/project/synce/FUR/fur-%{version}.tar.gz
BuildRequires: fuse-devel
BuildRequires: libsynce-devel
BuildRequires: pkgconfig
%description
Mount SynCE devices (Windows Mobile 2003+ PDAs and smartphones) as a filesystem using FUSE.
See http://synce.sourceforge.net/ for more information.
%prep
%setup -q -n fur-%{version}
%build
%configure --disable-static --disable-rpath
make %{?_smp_mflags}
%install
%{?make_install} %{!?make_install:%makeinstall}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc COPYING.txt README.txt Changelog
%{_bindir}/Fur
%changelog