|
@@ -192,13 +192,21 @@
|
|
%define _fillupdir /var/adm/fillup-templates
|
|
%define _fillupdir /var/adm/fillup-templates
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
+# Package groups for OpenSUSE is different than others
|
|
|
|
+%if 0%{?suse_version}
|
|
|
|
+%define PKGGROUP System/Daemons
|
|
|
|
+%else
|
|
|
|
+%define PKGGROUP System Environment/Daemons
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+
|
|
Summary: Kamailio (former OpenSER) - the Open Source SIP Server
|
|
Summary: Kamailio (former OpenSER) - the Open Source SIP Server
|
|
Name: %name
|
|
Name: %name
|
|
Version: %ver
|
|
Version: %ver
|
|
Release: %rel
|
|
Release: %rel
|
|
Packager: Peter Dunkley <[email protected]>
|
|
Packager: Peter Dunkley <[email protected]>
|
|
License: GPL-2.0
|
|
License: GPL-2.0
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Source: http://kamailio.org/pub/kamailio/%{ver}/src/%{name}-%{ver}_src.tar.gz
|
|
Source: http://kamailio.org/pub/kamailio/%{ver}/src/%{name}-%{ver}_src.tar.gz
|
|
URL: http://kamailio.org/
|
|
URL: http://kamailio.org/
|
|
Vendor: kamailio.org
|
|
Vendor: kamailio.org
|
|
@@ -253,7 +261,7 @@ like Asterisk™, FreeSWITCH™ or SEMS.
|
|
%if %{with jansson}
|
|
%if %{with jansson}
|
|
%package acc_json
|
|
%package acc_json
|
|
Summary: Account transaction information in a JSON dictionary
|
|
Summary: Account transaction information in a JSON dictionary
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: libjansson
|
|
Requires: libjansson
|
|
BuildRequires: libjansson-devel
|
|
BuildRequires: libjansson-devel
|
|
@@ -263,13 +271,13 @@ BuildRequires: jansson-devel
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%description acc_json
|
|
%description acc_json
|
|
-Account transaction information in a JSON dictionary
|
|
|
|
|
|
+Account transaction information in a JSON dictionary.
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%package auth-ephemeral
|
|
%package auth-ephemeral
|
|
Summary: Functions for authentication using ephemeral credentials
|
|
Summary: Functions for authentication using ephemeral credentials
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: openssl, kamailio = %ver
|
|
Requires: openssl, kamailio = %ver
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
|
|
|
|
@@ -279,7 +287,7 @@ Functions for authentication using ephemeral credentials.
|
|
|
|
|
|
%package auth-xkeys
|
|
%package auth-xkeys
|
|
Summary: Functions for authentication using shared keys
|
|
Summary: Functions for authentication using shared keys
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description auth-xkeys
|
|
%description auth-xkeys
|
|
@@ -288,7 +296,7 @@ Functions for authentication using shared keys.
|
|
|
|
|
|
%package bdb
|
|
%package bdb
|
|
Summary: Berkeley database connectivity for Kamailio
|
|
Summary: Berkeley database connectivity for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: libdb-4_8
|
|
Requires: libdb-4_8
|
|
@@ -309,7 +317,7 @@ Berkeley database connectivity for Kamailio.
|
|
|
|
|
|
%package carrierroute
|
|
%package carrierroute
|
|
Summary: The carrierroute module for Kamailio
|
|
Summary: The carrierroute module for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description carrierroute
|
|
%description carrierroute
|
|
@@ -318,7 +326,7 @@ The carrierroute module for Kamailio.
|
|
|
|
|
|
%package cfgt
|
|
%package cfgt
|
|
Summary: Unit test config file execution tracing module for Kamailio
|
|
Summary: Unit test config file execution tracing module for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description cfgt
|
|
%description cfgt
|
|
@@ -328,7 +336,7 @@ The unit test config file execution tracing module for Kamailio.
|
|
%if %{with cnxcc}
|
|
%if %{with cnxcc}
|
|
%package cnxcc
|
|
%package cnxcc
|
|
Summary: Module provides a mechanism to limit call duration
|
|
Summary: Module provides a mechanism to limit call duration
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libevent, hiredis, kamailio = %ver
|
|
Requires: libevent, hiredis, kamailio = %ver
|
|
BuildRequires: libevent-devel, hiredis-devel
|
|
BuildRequires: libevent-devel, hiredis-devel
|
|
|
|
|
|
@@ -339,7 +347,7 @@ Module which provides a mechanism to limit call duration based on credit informa
|
|
|
|
|
|
%package cpl
|
|
%package cpl
|
|
Summary: CPL (Call Processing Language) interpreter for Kamailio
|
|
Summary: CPL (Call Processing Language) interpreter for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libxml2, kamailio = %ver
|
|
Requires: libxml2, kamailio = %ver
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
|
@@ -349,7 +357,7 @@ CPL (Call Processing Language) interpreter for Kamailio.
|
|
|
|
|
|
%package crypto
|
|
%package crypto
|
|
Summary: Module to support cryptographic extensions
|
|
Summary: Module to support cryptographic extensions
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?rhel} == 6
|
|
%if 0%{?rhel} == 6
|
|
Requires: openssl
|
|
Requires: openssl
|
|
@@ -374,7 +382,7 @@ This module provides various cryptography tools for use in Kamailio configuratio
|
|
|
|
|
|
%package dialplan
|
|
%package dialplan
|
|
Summary: String translations based on rules for Kamailio
|
|
Summary: String translations based on rules for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: pcre, kamailio = %ver
|
|
Requires: pcre, kamailio = %ver
|
|
BuildRequires: pcre-devel
|
|
BuildRequires: pcre-devel
|
|
|
|
|
|
@@ -384,7 +392,7 @@ String translations based on rules for Kamailio.
|
|
|
|
|
|
%package dmq_userloc
|
|
%package dmq_userloc
|
|
Summary: User location records replication between multiple servers
|
|
Summary: User location records replication between multiple servers
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description dmq_userloc
|
|
%description dmq_userloc
|
|
@@ -394,7 +402,7 @@ User location (usrloc) records replication between multiple servers via DMQ modu
|
|
%if %{with dnssec}
|
|
%if %{with dnssec}
|
|
%package dnssec
|
|
%package dnssec
|
|
Summary: DNSSEC support for Kamailio
|
|
Summary: DNSSEC support for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: dnssec-tools-libs, kamailio = %ver
|
|
Requires: dnssec-tools-libs, kamailio = %ver
|
|
BuildRequires: dnssec-tools-libs-devel
|
|
BuildRequires: dnssec-tools-libs-devel
|
|
|
|
|
|
@@ -406,7 +414,7 @@ DNSSEC support for Kamailio.
|
|
%if %{with geoip}
|
|
%if %{with geoip}
|
|
%package geoip
|
|
%package geoip
|
|
Summary: MaxMind GeoIP support for Kamailio
|
|
Summary: MaxMind GeoIP support for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: GeoIP, kamailio = %ver
|
|
Requires: GeoIP, kamailio = %ver
|
|
BuildRequires: GeoIP-devel
|
|
BuildRequires: GeoIP-devel
|
|
|
|
|
|
@@ -417,7 +425,7 @@ MaxMind GeoIP support for Kamailio.
|
|
|
|
|
|
%package gzcompress
|
|
%package gzcompress
|
|
Summary: Compressed body (SIP and HTTP) handling for kamailio
|
|
Summary: Compressed body (SIP and HTTP) handling for kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: zlib, kamailio = %ver
|
|
Requires: zlib, kamailio = %ver
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
@@ -428,7 +436,7 @@ Compressed body (SIP and HTTP) handling for kamailio.
|
|
%if %{with http_async_client}
|
|
%if %{with http_async_client}
|
|
%package http_async_client
|
|
%package http_async_client
|
|
Summary: Async HTTP client module for Kamailio
|
|
Summary: Async HTTP client module for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libevent, kamailio = %ver
|
|
Requires: libevent, kamailio = %ver
|
|
BuildRequires: libevent-devel
|
|
BuildRequires: libevent-devel
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
@@ -445,7 +453,7 @@ This module implements protocol functions that use the libcurl to communicate wi
|
|
|
|
|
|
%package http_client
|
|
%package http_client
|
|
Summary: HTTP client module for Kamailio
|
|
Summary: HTTP client module for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: libcurl4, libxml2-tools
|
|
Requires: libcurl4, libxml2-tools
|
|
@@ -462,7 +470,7 @@ This module implements protocol functions that use the libcurl to communicate wi
|
|
%if %{with ims}
|
|
%if %{with ims}
|
|
%package ims
|
|
%package ims
|
|
Summary: IMS modules and extensions module for Kamailio
|
|
Summary: IMS modules and extensions module for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libxml2, kamailio = %ver
|
|
Requires: libxml2, kamailio = %ver
|
|
BuildRequires: libxml2-devel libmnl-devel
|
|
BuildRequires: libxml2-devel libmnl-devel
|
|
|
|
|
|
@@ -474,7 +482,7 @@ IMS modules and extensions module for Kamailio.
|
|
%if %{with jansson}
|
|
%if %{with jansson}
|
|
%package jansson
|
|
%package jansson
|
|
Summary: JSON string handling and RPC modules for Kamailio using JANSSON library
|
|
Summary: JSON string handling and RPC modules for Kamailio using JANSSON library
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libevent, kamailio = %ver
|
|
Requires: libevent, kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: libjson-c2
|
|
Requires: libjson-c2
|
|
@@ -492,7 +500,7 @@ JSON string handling and RPC modules for Kamailio using JANSSON library.
|
|
%if %{with json}
|
|
%if %{with json}
|
|
%package json
|
|
%package json
|
|
Summary: JSON string handling and RPC modules for Kamailio
|
|
Summary: JSON string handling and RPC modules for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libevent, kamailio = %ver
|
|
Requires: libevent, kamailio = %ver
|
|
BuildRequires: libevent-devel
|
|
BuildRequires: libevent-devel
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
@@ -511,7 +519,7 @@ JSON string handling and RPC modules for Kamailio.
|
|
%if %{with kazoo}
|
|
%if %{with kazoo}
|
|
%package kazoo
|
|
%package kazoo
|
|
Summary: Kazoo middle layer connector support for Kamailio
|
|
Summary: Kazoo middle layer connector support for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libuuid, librabbitmq, json-c, libevent, kamailio = %ver
|
|
Requires: libuuid, librabbitmq, json-c, libevent, kamailio = %ver
|
|
BuildRequires: libuuid-devel, librabbitmq-devel, json-c-devel, libevent-devel
|
|
BuildRequires: libuuid-devel, librabbitmq-devel, json-c-devel, libevent-devel
|
|
|
|
|
|
@@ -522,7 +530,7 @@ Kazoo module for Kamailio.
|
|
|
|
|
|
%package lcr
|
|
%package lcr
|
|
Summary: Least cost routing for Kamailio
|
|
Summary: Least cost routing for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: pcre, kamailio = %ver
|
|
Requires: pcre, kamailio = %ver
|
|
BuildRequires: pcre-devel
|
|
BuildRequires: pcre-devel
|
|
|
|
|
|
@@ -532,7 +540,7 @@ Least cost routing for Kamailio.
|
|
|
|
|
|
%package ldap
|
|
%package ldap
|
|
Summary: LDAP search interface for Kamailio
|
|
Summary: LDAP search interface for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: openldap2 libsasl2-3
|
|
Requires: openldap2 libsasl2-3
|
|
@@ -549,7 +557,7 @@ LDAP search interface for Kamailio.
|
|
%if %{with lua}
|
|
%if %{with lua}
|
|
%package lua
|
|
%package lua
|
|
Summary: Lua extensions for Kamailio
|
|
Summary: Lua extensions for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
BuildRequires: lua-devel
|
|
BuildRequires: lua-devel
|
|
|
|
|
|
@@ -561,7 +569,7 @@ Lua extensions for Kamailio.
|
|
%if %{with memcached}
|
|
%if %{with memcached}
|
|
%package memcached
|
|
%package memcached
|
|
Summary: Memcached configuration file support for Kamailio
|
|
Summary: Memcached configuration file support for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libmemcached, kamailio = %ver
|
|
Requires: libmemcached, kamailio = %ver
|
|
BuildRequires: libmemcached-devel
|
|
BuildRequires: libmemcached-devel
|
|
|
|
|
|
@@ -573,7 +581,7 @@ Memcached configuration file support for Kamailio.
|
|
%if %{with mongodb}
|
|
%if %{with mongodb}
|
|
%package mongodb
|
|
%package mongodb
|
|
Summary: MongoDB database connectivity for Kamailio
|
|
Summary: MongoDB database connectivity for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
Requires: mongo-c-driver
|
|
Requires: mongo-c-driver
|
|
BuildRequires: mongo-c-driver-devel
|
|
BuildRequires: mongo-c-driver-devel
|
|
@@ -585,7 +593,7 @@ MongoDB database connectivity for Kamailio.
|
|
|
|
|
|
%package mysql
|
|
%package mysql
|
|
Summary: MySQL database connectivity for Kamailio
|
|
Summary: MySQL database connectivity for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
@@ -602,7 +610,7 @@ MySQL database connectivity for Kamailio.
|
|
|
|
|
|
%package outbound
|
|
%package outbound
|
|
Summary: Outbound (RFC 5626) support for Kamailio
|
|
Summary: Outbound (RFC 5626) support for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: openssl, kamailio = %ver
|
|
Requires: openssl, kamailio = %ver
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
|
|
|
|
@@ -614,7 +622,7 @@ Protocol (SIP)" support for Kamailio.
|
|
%if %{with perl}
|
|
%if %{with perl}
|
|
%package perl
|
|
%package perl
|
|
Summary: Perl extensions and database driver for Kamailio
|
|
Summary: Perl extensions and database driver for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: perl
|
|
Requires: perl
|
|
@@ -631,7 +639,7 @@ Perl extensions and database driver for Kamailio.
|
|
|
|
|
|
%package postgresql
|
|
%package postgresql
|
|
Summary: PostgreSQL database connectivity for Kamailio
|
|
Summary: PostgreSQL database connectivity for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: libpq5
|
|
Requires: libpq5
|
|
@@ -647,7 +655,7 @@ PostgreSQL database connectivity for Kamailio.
|
|
|
|
|
|
%package presence
|
|
%package presence
|
|
Summary: SIP Presence (and RLS, XCAP, etc) support for Kamailio
|
|
Summary: SIP Presence (and RLS, XCAP, etc) support for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libxml2, kamailio = %ver, kamailio-xmpp = %ver
|
|
Requires: libxml2, kamailio = %ver, kamailio-xmpp = %ver
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
@@ -664,7 +672,7 @@ SIP Presence (and RLS, XCAP, etc) support for Kamailio.
|
|
|
|
|
|
%package python
|
|
%package python
|
|
Summary: Python extensions for Kamailio
|
|
Summary: Python extensions for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: python, kamailio = %ver
|
|
Requires: python, kamailio = %ver
|
|
BuildRequires: python, python-devel
|
|
BuildRequires: python, python-devel
|
|
|
|
|
|
@@ -675,7 +683,7 @@ Python extensions for Kamailio.
|
|
%if %{with rabbitmq}
|
|
%if %{with rabbitmq}
|
|
%package rabbitmq
|
|
%package rabbitmq
|
|
Summary: RabbitMQ related modules
|
|
Summary: RabbitMQ related modules
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libuuid, librabbitmq, kamailio = %ver
|
|
Requires: libuuid, librabbitmq, kamailio = %ver
|
|
BuildRequires: librabbitmq-devel, libuuid-devel
|
|
BuildRequires: librabbitmq-devel, libuuid-devel
|
|
|
|
|
|
@@ -686,7 +694,7 @@ RabbitMQ module for Kamailio.
|
|
|
|
|
|
%package radius
|
|
%package radius
|
|
Summary: RADIUS modules for Kamailio
|
|
Summary: RADIUS modules for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?fedora} || 0%{?suse_version}
|
|
%if 0%{?fedora} || 0%{?suse_version}
|
|
Requires: freeradius-client
|
|
Requires: freeradius-client
|
|
@@ -703,7 +711,7 @@ RADIUS modules for Kamailio.
|
|
%if %{with redis}
|
|
%if %{with redis}
|
|
%package redis
|
|
%package redis
|
|
Summary: Redis configuration file support for Kamailio
|
|
Summary: Redis configuration file support for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: hiredis, kamailio = %ver
|
|
Requires: hiredis, kamailio = %ver
|
|
BuildRequires: hiredis-devel
|
|
BuildRequires: hiredis-devel
|
|
|
|
|
|
@@ -714,7 +722,7 @@ Redis configuration file support for Kamailio.
|
|
|
|
|
|
%package regex
|
|
%package regex
|
|
Summary: PCRE mtaching operations for Kamailio
|
|
Summary: PCRE mtaching operations for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: pcre, kamailio = %ver
|
|
Requires: pcre, kamailio = %ver
|
|
BuildRequires: pcre-devel
|
|
BuildRequires: pcre-devel
|
|
|
|
|
|
@@ -724,7 +732,7 @@ PCRE mtaching operations for Kamailio.
|
|
|
|
|
|
%package rtjson
|
|
%package rtjson
|
|
Summary: SIP routing based on JSON specifications
|
|
Summary: SIP routing based on JSON specifications
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description rtjson
|
|
%description rtjson
|
|
@@ -734,7 +742,7 @@ SIP routing based on JSON specifications.
|
|
%if %{with sctp}
|
|
%if %{with sctp}
|
|
%package sctp
|
|
%package sctp
|
|
Summary: SCTP transport for Kamailio
|
|
Summary: SCTP transport for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: lksctp-tools, kamailio = %ver
|
|
Requires: lksctp-tools, kamailio = %ver
|
|
BuildRequires: lksctp-tools-devel
|
|
BuildRequires: lksctp-tools-devel
|
|
|
|
|
|
@@ -745,7 +753,7 @@ SCTP transport for Kamailio.
|
|
|
|
|
|
%package sipcapture-daemon-config
|
|
%package sipcapture-daemon-config
|
|
Summary: Reference config for sipcapture daemon
|
|
Summary: Reference config for sipcapture daemon
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio-sipcapture = %ver
|
|
Requires: kamailio-sipcapture = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: filesystem
|
|
Requires: filesystem
|
|
@@ -757,7 +765,7 @@ reference config for sipcapture daemon.
|
|
|
|
|
|
%package sipdump
|
|
%package sipdump
|
|
Summary: This module writes SIP traffic and some associated details into local files
|
|
Summary: This module writes SIP traffic and some associated details into local files
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description sipdump
|
|
%description sipdump
|
|
@@ -766,7 +774,7 @@ This module writes SIP traffic and some associated details into local files
|
|
|
|
|
|
%package sipjson
|
|
%package sipjson
|
|
Summary: This module serializes SIP message attributes into a JSON document
|
|
Summary: This module serializes SIP message attributes into a JSON document
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description sipjson
|
|
%description sipjson
|
|
@@ -775,7 +783,7 @@ This module serializes SIP message attributes into a JSON document
|
|
|
|
|
|
%package smsops
|
|
%package smsops
|
|
Summary: Tools for handling SMS packets in SIP messages
|
|
Summary: Tools for handling SMS packets in SIP messages
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description smsops
|
|
%description smsops
|
|
@@ -784,7 +792,7 @@ This module collects the Transformations for 3GPP-SMS.
|
|
|
|
|
|
%package snmpstats
|
|
%package snmpstats
|
|
Summary: SNMP management interface (scalar statistics) for Kamailio
|
|
Summary: SNMP management interface (scalar statistics) for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: libsnmp30
|
|
Requires: libsnmp30
|
|
@@ -800,7 +808,7 @@ SNMP management interface (scalar statistics) for Kamailio.
|
|
|
|
|
|
%package statsc
|
|
%package statsc
|
|
Summary: Statistics collecting module providing reports for Kamailio
|
|
Summary: Statistics collecting module providing reports for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description statsc
|
|
%description statsc
|
|
@@ -809,7 +817,7 @@ This module provides a statistics collector engine.
|
|
|
|
|
|
%package statsd
|
|
%package statsd
|
|
Summary: Send commands to statsd server
|
|
Summary: Send commands to statsd server
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description statsd
|
|
%description statsd
|
|
@@ -818,7 +826,7 @@ Send commands to statsd server.
|
|
|
|
|
|
%package sqlang
|
|
%package sqlang
|
|
Summary: Squirrel Language (SQLang) for Kamailio
|
|
Summary: Squirrel Language (SQLang) for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: squirrel-libs, kamailio = %version
|
|
Requires: squirrel-libs, kamailio = %version
|
|
BuildRequires: squirrel-devel gcc-c++
|
|
BuildRequires: squirrel-devel gcc-c++
|
|
|
|
|
|
@@ -828,7 +836,7 @@ app_sqlang module for Kamailio.
|
|
|
|
|
|
%package sqlite
|
|
%package sqlite
|
|
Summary: SQLite database connectivity for Kamailio
|
|
Summary: SQLite database connectivity for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: sqlite, kamailio = %ver
|
|
Requires: sqlite, kamailio = %ver
|
|
BuildRequires: sqlite-devel
|
|
BuildRequires: sqlite-devel
|
|
|
|
|
|
@@ -838,7 +846,7 @@ SQLite database connectivity for Kamailio.
|
|
|
|
|
|
%package tls
|
|
%package tls
|
|
Summary: TLS transport for Kamailio
|
|
Summary: TLS transport for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: openssl, kamailio = %ver
|
|
Requires: openssl, kamailio = %ver
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
|
|
|
|
@@ -848,7 +856,7 @@ TLS transport for Kamailio.
|
|
|
|
|
|
%package tcpops
|
|
%package tcpops
|
|
Summary: On demand and per socket control to the TCP options
|
|
Summary: On demand and per socket control to the TCP options
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description tcpops
|
|
%description tcpops
|
|
@@ -857,7 +865,7 @@ On demand and per socket control to the TCP options.
|
|
|
|
|
|
%package topos
|
|
%package topos
|
|
Summary: Topology stripping module for Kamailio
|
|
Summary: Topology stripping module for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
|
|
|
|
%description topos
|
|
%description topos
|
|
@@ -866,7 +874,7 @@ This module offers topology hiding by stripping the routing headers that could s
|
|
|
|
|
|
%package unixodbc
|
|
%package unixodbc
|
|
Summary: UnixODBC database connectivity for Kamailio
|
|
Summary: UnixODBC database connectivity for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: unixODBC, kamailio = %ver
|
|
Requires: unixODBC, kamailio = %ver
|
|
BuildRequires: unixODBC-devel
|
|
BuildRequires: unixODBC-devel
|
|
|
|
|
|
@@ -876,7 +884,7 @@ UnixODBC database connectivity for Kamailio.
|
|
|
|
|
|
%package utils
|
|
%package utils
|
|
Summary: Non-SIP utitility functions for Kamailio
|
|
Summary: Non-SIP utitility functions for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libxml2, kamailio = %ver
|
|
Requires: libxml2, kamailio = %ver
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
@@ -894,7 +902,7 @@ Non-SIP utitility functions for Kamailio.
|
|
%if %{with websocket}
|
|
%if %{with websocket}
|
|
%package websocket
|
|
%package websocket
|
|
Summary: WebSocket transport for Kamailio
|
|
Summary: WebSocket transport for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libunistring, openssl, kamailio = %ver
|
|
Requires: libunistring, openssl, kamailio = %ver
|
|
BuildRequires: libunistring-devel, openssl-devel
|
|
BuildRequires: libunistring-devel, openssl-devel
|
|
|
|
|
|
@@ -905,7 +913,7 @@ WebSocket transport for Kamailio.
|
|
|
|
|
|
%package xhttp-pi
|
|
%package xhttp-pi
|
|
Summary: Web-provisioning interface for Kamailio
|
|
Summary: Web-provisioning interface for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libxml2, kamailio = %ver
|
|
Requires: libxml2, kamailio = %ver
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
|
@@ -915,7 +923,7 @@ Web-provisioning interface for Kamailio.
|
|
|
|
|
|
%package xmlops
|
|
%package xmlops
|
|
Summary: XML operation functions for Kamailio
|
|
Summary: XML operation functions for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libxml2, kamailio = %ver
|
|
Requires: libxml2, kamailio = %ver
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
|
@@ -926,7 +934,7 @@ XML operation functions for Kamailio.
|
|
%if %{with xmlrpc}
|
|
%if %{with xmlrpc}
|
|
%package xmlrpc
|
|
%package xmlrpc
|
|
Summary: XMLRPC transport and encoding for Kamailio RPCs and MI commands
|
|
Summary: XMLRPC transport and encoding for Kamailio RPCs and MI commands
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: libxml2, kamailio = %ver
|
|
Requires: libxml2, kamailio = %ver
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
|
@@ -936,7 +944,7 @@ XMLRPC transport and encoding for Kamailio RPCs and MI commands.
|
|
|
|
|
|
%package xmpp
|
|
%package xmpp
|
|
Summary: SIP/XMPP IM gateway for Kamailio
|
|
Summary: SIP/XMPP IM gateway for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: libexpat1
|
|
Requires: libexpat1
|
|
@@ -952,7 +960,7 @@ SIP/XMPP IM gateway for Kamailio.
|
|
|
|
|
|
%package uuid
|
|
%package uuid
|
|
Summary: UUID generator for Kamailio
|
|
Summary: UUID generator for Kamailio
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: %{PKGGROUP}
|
|
Requires: kamailio = %ver
|
|
Requires: kamailio = %ver
|
|
%if 0%{?suse_version}
|
|
%if 0%{?suse_version}
|
|
Requires: libuuid1
|
|
Requires: libuuid1
|