File FUR.spec of Package FUR
#
# spec file for package FUR (Version 0.4.6)
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: FUR
Version: 0.4.6
Release: 0
License: GPLv2
Summary: Access to SynCE devices over FUSE
Url: http://synce.sourceforge.net
Group: System/Filesystems
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Patch0: FUR-destdir.patch
BuildRequires: fuse-devel
BuildRequires: librapi2-devel
%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
%patch0
%build
%configure --disable-static --disable-rpath
make %{?_smp_mflags}
%install
%make_install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc COPYING.txt README.txt Changelog
%{_bindir}/Fur
%changelog