Name: libeXosip2 Version: 5.3.0 Release: 1mamba Summary: A library that hides the complexity of using the SIP protocol for mutlimedia session establishement Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://savannah.nongnu.org/projects/exosip Source: https://download.savannah.nongnu.org/releases/exosip/libexosip2-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libcares-devel BuildRequires: libopenssl-devel BuildRequires: libosip2-devel ## AUTOBUILDREQ-END BuildRequires: libosip2-devel >= 5.2.0-1mamba %description eXosip is a library that hides the complexity of using the SIP protocol for multimedia session establishement. This protocol is mainly to be used by VoIP telephony applications (endpoints or conference server) but might be also usefull for any application that wish to establish sessions like multiplayer games. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel eXosip is a library that hides the complexity of using the SIP protocol for multimedia session establishement. This protocol is mainly to be used by VoIP telephony applications (endpoints or conference server) but might be also usefull for any application that wish to establish sessions like multiplayer games. This package contains static libraries and header files needed for development. %package tools Summary: Tools provided with %{name} Group: Applications/Communication Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description tools eXosip is a library that hides the complexity of using the SIP protocol for multimedia session establishement. This protocol is mainly to be used by VoIP telephony applications (endpoints or conference server) but might be also usefull for any application that wish to establish sessions like multiplayer games. This package contains the tools provided with %{name}. %debug_package %prep %setup -q -n libexosip2-%{version} %build %configure %make -j1 %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libeXosip2.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/eXosip2 %{_includedir}/eXosip2/*.h %{_libdir}/libeXosip2.a %{_libdir}/libeXosip2.la %{_libdir}/libeXosip2.so %doc ChangeLog NEWS README %files tools %defattr(-,root,root) %{_bindir}/sip_* %changelog * Fri Nov 26 2021 Automatic Build System 5.3.0-1mamba - automatic version update by autodist * Sat May 29 2021 Automatic Build System 5.2.1-1mamba - automatic version update by autodist * Fri May 21 2021 Silvan Calarco 5.2.0-1mamba - update to 5.2.0 * Tue Aug 21 2018 Silvan Calarco 4.1.0-2mamba - rebuilt by autoport with build requirements: libosip2-devel>=5.0.0-1mamba * Thu Mar 26 2015 Silvan Calarco 4.1.0-1mamba - update to 4.1.0 * Thu Mar 26 2015 Silvan Calarco 3.6.0-2mamba - rebuilt by autoport with build requirements: libosip2-devel>=4.1.0-1mamba * Fri Dec 09 2011 Silvan Calarco 3.6.0-1mamba - update to 3.6.0 * Mon Jun 14 2010 Silvan Calarco 3.3.0-1mamba - package created by autospec