Skip to content

Commit

Permalink
Packaging: small fixes for rpm spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Altmann committed Feb 26, 2021
1 parent f37bea2 commit 5d2a53b
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions packaging/redhat_fedora/opensips.spec
Expand Up @@ -542,31 +542,31 @@ This package provides several OpenSIPS modules for implementing presence
server and presence user agent for RICH presence, registrar-based presence,
external triggered presence and XCAP support.

%package python-module
Summary: Python scripting support
%package prometheus-module
Summary: Prometheus Monitoring support for OpenSIPS
Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release}
Requires: %{name}-http-modules

%description python-module
%description prometheus-module
OpenSIPS is a very fast and flexible SIP (RFC3261)
server. Written entirely in C, OpenSIPS can handle thousands calls
per second even on low-budget hardware.
.
This module provides a Python interface to implement your scripting logic.
This module provides support in OpenSIPS for the Prometheus
(https://prometheus.io/) monitoring tool.

%package prometheus-module
Summary: Prometheus Monitoring support for OpenSIPS
%package python-module
Summary: Python scripting support
Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release}
Requires: %{name}-http-modules

%description python-module
OpenSIPS is a very fast and flexible SIP (RFC3261)
server. Written entirely in C, OpenSIPS can handle thousands calls
per second even on low-budget hardware.
.
This module provides support in OpenSIPS for the Prometheus
(https://prometheus.io/) monitoring tool.
This module provides a Python interface to implement your scripting logic.

%package rabbitmq-modules
Summary: Interface module to interact with a RabbitMQ server
Expand Down Expand Up @@ -1378,13 +1378,14 @@ fi
%{_libdir}/opensips/modules/xcap_client.so
%doc docdir/README.xcap_client

%files python-module
%{_libdir}/opensips/modules/python.so

%files prometheus-module
%{_libdir}/opensips/modules/prometheus.so
%doc docdir/README.prometheus

%files python-module
%{_libdir}/opensips/modules/python.so
%doc docdir/README.python

%files rabbitmq-modules
%{_libdir}/opensips/modules/event_rabbitmq.so
%doc docdir/README.event_rabbitmq
Expand Down

0 comments on commit 5d2a53b

Please sign in to comment.