Name: libopenobex Version: 1.3 Release: 2mamba Summary: An open source implementation of the Object Exchange (OBEX) protocol Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://openobex.sourceforge.net Source: http://belnet.dl.sourceforge.net/sourceforge/openobex/openobex-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libusb-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %description Welcome to the Open OBEX project. The overall goal of this project is to make an open source implementation of the Object Exchange (OBEX) protocol. OBEX is a session protocol and can best be described as a binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). OBEX was specified by the IrDA (Infrared Data Association), and although the protocol is very good for Infrared connections, it is not limited to it. In fact OBEX does not specify the top or bottom API making it very flexible and can run over most transports like TCP/IP and Bluetooth. Therefore OBEX is also called IrOBEX when used over the Infrared medium. There are some transport modules for serial links (cable OBEX) too. Today, OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, T68, Siemens S25, S35, ME/S45, Nokia NM207 and Nokia 9110 Communicator. The HP CapShare 920 can also talk OBEX in addition to JetSend. Microsoft Windows2000 has also builtin OBEX support. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{version} %description devel This package contains static libraries and header files need for development. %prep %setup -q -n openobex-%{version} %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/*.so.* %doc COPYING COPYING.LIB %files devel %defattr(-,root,root) %{_includedir}/openobex/*.h %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/openobex.pc %{_datadir}/aclocal/openobex.m4 %doc AUTHORS ChangeLog INSTALL NEWS README %changelog * Tue Apr 22 2008 Silvan Calarco 1.3-2mamba - specfile updated * Tue Mar 06 2007 Silvan Calarco 1.3-1qilnx - update to version 1.3 by autospec * Sun Nov 28 2004 Silvan Calarco 1.0.1-1qilnx - package created by autospec