update to 17.9.0 [release 17.9.0-1mamba;Sun Dec 13 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 20:35:52 +01:00
parent 758420808b
commit 503c950a7e
2 changed files with 15 additions and 6 deletions

View File

@ -1,7 +1,6 @@
# asterisk
Asterisk is an Open Source PBX and telephony development platform that can both replace a conventional PBX and act as a platform for developing custom telephony applications for delivering dynamic content over a telephone similarly to how one can deliver dynamic content through a web browser using CGI and a web server.
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone or miniphone).
For more information and a current list of supported hardware, see www.asteriskpbx.com.

View File

@ -1,5 +1,5 @@
Name: asterisk
Version: 17.4.0
Version: 17.9.0
Release: 1mamba
Summary: Asterisk PBX
Group: System/Telephony
@ -16,6 +16,7 @@ Patch4: asterisk-11.2.1-libpt-2.10.9-1.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libSDL-devel
BuildRequires: libSDL_image-devel
BuildRequires: libX11-devel
@ -34,6 +35,7 @@ BuildRequires: libical-devel
BuildRequires: libjansson-devel
BuildRequires: libkrb5-devel
BuildRequires: liblua-devel
BuildRequires: liblzma-devel
BuildRequires: libmISDN-devel
BuildRequires: libneon-devel
BuildRequires: libnetsnmp-devel
@ -43,18 +45,23 @@ BuildRequires: libogg-devel
BuildRequires: libopenldap-devel
BuildRequires: libopenssl-devel
BuildRequires: libpci-devel
BuildRequires: libpcre-devel
BuildRequires: libportaudio-devel
BuildRequires: libpostgresql-devel
BuildRequires: libproxy-devel
BuildRequires: libradiusclient-ng-devel
BuildRequires: librpm-devel
BuildRequires: libspeex-devel
BuildRequires: libsqlite-devel
BuildRequires: libsqlite2-devel
BuildRequires: libsrtp-devel
BuildRequires: libstdc++6-devel
BuildRequires: libsystemd-devel
BuildRequires: libtermcap-devel
BuildRequires: libunbound-devel
BuildRequires: libuuid-devel
BuildRequires: libvorbis-devel
BuildRequires: libvpx-devel
BuildRequires: libwrap-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
@ -63,6 +70,7 @@ BuildRequires: libz-devel
BuildRequires: ptlib-devel
BuildRequires: libncurses-devel >= 5.4
BuildRequires: libopenh323-devel >= 1.17.3
BuildRequires: libnetsnmp-devel >= 5.9
BuildRequires: libmISDN-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -70,7 +78,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Asterisk is an Open Source PBX and telephony development platform that can both replace a conventional PBX and act as a platform for developing custom telephony applications for delivering dynamic content over a telephone similarly to how one can deliver dynamic content through a web browser using CGI and a web server.
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone or miniphone).
For more information and a current list of supported hardware, see www.asteriskpbx.com.
@ -81,16 +88,15 @@ Requires: %{name} = %{version}-%{release}
%description devel
Asterisk is an Open Source PBX and telephony development platform that can both replace a conventional PBX and act as a platform for developing custom telephony applications for delivering dynamic content over a telephone similarly to how one can deliver dynamic content through a web browser using CGI and a web server.
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone or miniphone).
For more information and a current list of supported hardware, see www.asteriskpbx.com.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q
#-D -T
#%patch0 -p1
#%patch1 -p1
#%patch2 -p1
@ -101,6 +107,7 @@ This package contains static libraries and header files need for development.
%build
%configure \
--with-misdn
%make
%install
@ -170,6 +177,9 @@ exit 0
%doc BUGS ChangeLog
%changelog
* Sun Dec 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 17.9.0-1mamba
- update to 17.9.0
* Mon May 18 2020 Automatic Build System <autodist@mambasoft.it> 17.4.0-1mamba
- automatic update by autodist