Name: libsyncml Version: 0.5.4 Release: 1mamba Summary: An implementation of the SyncML protocol Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://libsyncml.opensync.org Source: http://downloads.sourceforge.net/project/libsyncml/libsyncml/%{version}/libsyncml-%{version}.tar.bz2 License: LGPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libbluez-devel BuildRequires: libglib-devel BuildRequires: libopenobex-devel BuildRequires: libusb-devel BuildRequires: libwbxml2-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description An implementation of the SyncML protocol. %package devel Group: Development/Libraries Summary: Development files for libsyncml, a library implementing the SyncML protocol Requires: %{name} = %{version}-%{release} %description devel An implementation of the SyncML protocol. This package contains headers and static libraries needed for development. %prep %setup -q %build %cmake -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) #%{_bindir}/syncml-obex-client %{_bindir}/syncml-ds-tool %{_libdir}/libsyncml.so.* %doc AUTHORS COPYING README %files devel %defattr(-,root,root) %{_includedir}/libsyncml-1.0/libsyncml/*.h %{_includedir}/libsyncml-1.0/libsyncml/data_sync_api/*.h %{_libdir}/libsyncml.so %{_libdir}/pkgconfig/libsyncml-1.0.pc %changelog * Thu Jul 21 2011 Automatic Build System 0.5.4-1mamba - update to 0.5.4 * Tue Oct 13 2009 Silvan Calarco 0.5.1-1mamba - update to 0.5.1 * Wed May 14 2008 Silvan Calarco 0.4.6-1mamba - package created by autospec