Name: libopensync-plugin-python Epoch: 1 Version: 0.36 Release: 3mamba Summary: opensync plugin for python modules Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.opensync.org Source: http://www.opensync.org/download/releases/%{version}/libopensync-plugin-python-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libglib-devel BuildRequires: libopensync-devel BuildRequires: python-opensync ## AUTOBUILDREQ-END Requires: python-opensync BuildRoot: %{_tmppath}/%{name}-%{version}-root %description opensync plugin for python modules. %prep %setup -q sed -i "s|opensync-1.0|libopensync|" cmake/modules/FindOpenSync.cmake sed -i "s|python25_d|python26_d|" cmake/modules/FindPythonLibs.cmake sed -i "s|2\.5|2.6|" cmake/modules/FindPythonLibs.cmake %build mkdir build cd build cmake .. -DPYTHON_INCLUDE_PATH=%{_includedir}/python -DPYTHON=%{__python} %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" cd build %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_libdir}/libopensync1/plugins/python-module.so %{_libdir}/libopensync1/python-plugins/sample.py %doc AUTHORS COPYING %changelog * Sun Feb 08 2009 Silvan Calarco 0.36-3mamba - remove strict requirement for libopensync * Tue Oct 21 2008 Silvan Calarco 0.36-2mamba - sync epoch to libopensync * Mon Oct 13 2008 Silvan Calarco 0.36-1mamba - update to 0.36 * Thu May 15 2008 Silvan Calarco 0.22-1mamba - package created by autospec