File libopensync-plugin-synce-legacy.spec of Package libopensync-plugin-synce-legacy
#
# spec file for package libopensync-plugin-synce-legacy (Version 0.22)
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
Name: libopensync-plugin-synce-legacy
Version: 0.22.1
Release: 0
License: GPL
Summary: Opensync plugin to sync with WM2003 devices
Url: http://www.opensync.org
Group: Hardware/Mobile
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: libopensync-plugin-synce-rra-%{version}.tar.bz2
BuildRequires: libmimedir-devel
BuildRequires: libopensync-devel < 0.30
BuildRequires: librapi2-devel >= 0.14
BuildRequires: librra-devel >= 0.14
BuildRequires: libsynce-devel >= 0.14
Conflicts: libopensync-plugin-synce
%description
This contains the OpenSync plugin for syncing with pre-Windows Mobile 2005 devices.
%prep
%setup -q -n libopensync-plugin-synce-rra-%{version}
%build
%configure --disable-static --disable-rpath
make %{?_smp_mflags}
%install
%make_install
rm -rf %{buildroot}%{_libdir}/opensync/plugins/*.la
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_libdir}/opensync/plugins/synce_plugin.so
%{_datadir}/opensync/defaults/synce-plugin
%changelog