Name: synce-sync-engine Version: 0.15 Release: 1mamba Summary: A WM5/WM6 PDA synchronization engine for the Synce project Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.synce.org Source: http://downloads.sourceforge.net/synce/synce-sync-engine-%{version}.tar.gz Source1: sync-engine-0.11.1-synce-opensync-plugin-defaults Source2: sync-engine-config.xml License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel BuildRequires: python ## AUTOBUILDREQ-END Requires: python-pyrtfcomp Requires: python-pyrra Requires: python-xslt Requires: python-libxml2 Requires: python-pyrapi2 Requires: libopensync-plugin-python Provides: sync-engine Obsoletes: sync-engine BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A WM5/WM6 PDA synchronization engine for the Synce project. %prep %setup -q %build %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} install -d %{buildroot}%{_libdir}/opensync/python-plugins ln -s %{python_sitearch}/plugins/synce-opensync-plugin-2x.py \ %{buildroot}%{_libdir}/opensync/python-plugins//synce-opensync-plugin.py install -D %{SOURCE1} %{buildroot}%{_datadir}/opensync/defaults/synce-opensync-plugin install -D %{SOURCE2} %{buildroot}%{python_sitearch}/config/config.xml %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/clean_partnerships.py %{_bindir}/configure_bindings.py %{_bindir}/create_partnership.py %{_bindir}/delete_partnership.py %{_bindir}/list_partnerships.py %{_bindir}/sync-engine %{_bindir}/synce-install-plugins.py %{python_sitearch}/SyncEngine/* %{python_sitearch}/plugins/*.py* %{python_sitearch}/config/config.xml %{python_sitearch}/synce_sync_engine-%{version}-py*.egg-info/* %{_libdir}/opensync/python-plugins/synce-opensync-plugin.py %dir %{_docdir}/sync-engine %{_docdir}/sync-engine/* %{_datadir}/opensync/defaults/synce-opensync-plugin %changelog * Mon May 24 2010 Silvan Calarco 0.15-1mamba - update to 0.15 * Fri Jul 10 2009 Automatic Build System 0.13-1mamba - automatic update by autodist * Tue Mar 03 2009 Silvan Calarco 0.12-1mamba - automatic update by autodist * Sun May 18 2008 Silvan Calarco 0.11.1-3mamba - add requirements of odccm, python-xslt, python-libxml2 and libopensync-plugin-python - added default configuration for sync-engine (config.xml) * Thu May 15 2008 Silvan Calarco 0.11.1-2mamba - add symlinks to support synce-opensync-plugin * Fri May 09 2008 Silvan Calarco 0.11.1-1mamba - update to 0.11.1 * Thu May 08 2008 Silvan Calarco 0.11-1mamba - package created by autospec