Name: libnice Version: 0.1.0 Release: 1mamba Summary: An implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE) Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://nice.freedesktop.org/wiki/ Source: http://nice.freedesktop.org/releases/libnice-%{version}.tar.gz ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libglib-devel BuildRequires: libgstreamer-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END License: LGPL, MPL BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Libnice is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE). It provides GLib-based library, libnice and GStreamer elements. ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. Existing standards that use ICE include Session Initiation Protocol (SIP) and XMPP Jingle. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Libnice is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE). It provides GLib-based library, libnice and GStreamer elements. ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. Existing standards that use ICE include Session Initiation Protocol (SIP) and XMPP Jingle. This package contains static libraries and header files need for development. %prep %setup -q %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) %{_bindir}/stunbdc %{_bindir}/stund %{_libdir}/libnice.so.* %{_libdir}/gstreamer-0.10/libgstnice.a %{_libdir}/gstreamer-0.10/libgstnice.la %{_libdir}/gstreamer-0.10/libgstnice.so %doc AUTHORS COPYING NEWS README TODO %files devel %defattr(-,root,root) %{_libdir}/libnice.a %{_libdir}/libnice.la %{_libdir}/libnice.so %dir %{_includedir} %{_includedir}/nice/*.h %{_includedir}/stun/*.h %{_includedir}/stun/usages/*.h %{_exec_prefix}/lib/pkgconfig/*.pc %dir %{_datadir}/gtk-doc/html/libnice %{_datadir}/gtk-doc/html/libnice/* %changelog * Sat Jan 29 2011 Automatic Build System 0.1.0-1mamba - automatic update by autodist * Fri Jul 30 2010 Automatic Build System 0.0.13-1mamba - automatic update by autodist * Fri Jun 25 2010 Automatic Build System 0.0.12-1mamba - automatic update by autodist * Thu Apr 15 2010 Automatic Build System 0.0.11-1mamba - automatic update by autodist * Wed Jan 13 2010 Automatic Build System 0.0.10-1mamba - automatic update by autodist * Fri Sep 11 2009 Silvan Calarco 0.0.9-1mamba - package created by autospec