update to 5.2.0 [release 5.2.0-1mamba;Fri May 21 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 04:09:43 +01:00
parent fbc1e14f0b
commit 60a41284f2
2 changed files with 30 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# libeXosip2 # libeXosip2
eXosip is a library that hides the complexity of using the SIP protocol for mutlimedia 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. 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.

View File

@ -1,25 +1,25 @@
Name: libeXosip2 Name: libeXosip2
Version: 4.1.0 Version: 5.2.0
Release: 2mamba Release: 1mamba
Summary: A library that hides the complexity of using the SIP protocol for mutlimedia session establishement Summary: A library that hides the complexity of using the SIP protocol for mutlimedia session establishement
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://savannah.nongnu.org/projects/exosip URL: https://savannah.nongnu.org/projects/exosip
Source: http://mirror.lihnidos.org/GNU/savannah/exosip/libeXosip2-%{version}.tar.gz Source: https://download.savannah.nongnu.org/releases/exosip/libexosip2-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libcares-devel BuildRequires: libcares-devel
BuildRequires: libnsl-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: libosip2-devel BuildRequires: libosip2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libosip2-devel >= 5.0.0-1mamba BuildRequires: libosip2-devel >= 5.2.0-1mamba
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
eXosip is a library that hides the complexity of using the SIP protocol for mutlimedia 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. 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 %package devel
Summary: Devel package for %{name} Summary: Devel package for %{name}
@ -27,12 +27,22 @@ Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
eXosip is a library that hides the complexity of using the SIP protocol for mutlimedia 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. 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.
This package contains static libraries and header files need 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 %prep
%setup -q %setup -q -n libexosip2-%{version}
%build %build
%configure %configure
@ -50,19 +60,27 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/sip_reg
%{_libdir}/libeXosip2.so.* %{_libdir}/libeXosip2.so.*
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/eXosip2
%{_includedir}/eXosip2/*.h %{_includedir}/eXosip2/*.h
%{_libdir}/libeXosip2.a %{_libdir}/libeXosip2.a
%{_libdir}/libeXosip2.la %{_libdir}/libeXosip2.la
%{_libdir}/libeXosip2.so %{_libdir}/libeXosip2.so
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
%files tools
%defattr(-,root,root)
%{_bindir}/sip_reg
%{_bindir}/sip_monitor
%changelog %changelog
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.0-1mamba
- update to 5.2.0
* Tue Aug 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-2mamba * Tue Aug 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-2mamba
- rebuilt by autoport with build requirements: libosip2-devel>=5.0.0-1mamba - rebuilt by autoport with build requirements: libosip2-devel>=5.0.0-1mamba