Skip to content

Commit

Permalink
pkg/kamailio/centos/7: Add rabbitmq module
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mititelu authored and miconda committed Jul 31, 2017
1 parent d2fa693 commit f7666ef
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions pkg/kamailio/centos/7/kamailio.spec
Expand Up @@ -23,6 +23,7 @@ Conflicts: kamailio-geoip < %ver, kamailio-gzcompress < %ver
Conflicts: kamailio-ims < %ver, kamailio-java < %ver, kamailio-json < %ver
Conflicts: kamailio-lcr < %ver, kamailio-ldap < %ver, kamailio-lua < %ver
Conflicts: kamailio-kazoo < %ver
Conflicts: kamailio-rabbitmq < %ver
Conflicts: kamailio-memcached < %ver, kamailio-mysql < %ver
Conflicts: kamailio-outbound < %ver, kamailio-perl < %ver
Conflicts: kamailio-postgresql < %ver, kamailio-presence < %ver
Expand Down Expand Up @@ -235,6 +236,16 @@ BuildRequires: libuuid-devel, librabbitmq-devel, json-c-devel, libevent-devel
Kazoo module for Kamailio.


%package rabbitmq
Summary: RabbitMQ related modules
Group: System Environment/Daemons
Requires: uuid, librabbitmq, kamailio = %ver
BuildRequires: librabbitmq-devel, uuid-devel

%description rabbitmq
RabbitMQ module for Kamailio.


%package lcr
Summary: Least cost routing for Kamailio.
Group: System Environment/Daemons
Expand Down Expand Up @@ -573,7 +584,7 @@ make every-module skip_modules="app_mono db_cassandra db_oracle iptrtpproxy \
kdnssec \
%endif
kgeoip kgzcompress khttp_async kims kjansson kjson kjsonrpcs \
kkazoo kldap klua kmemcached \
kkazoo krabbitmq kldap klua kmemcached \
kmi_xmlrpc kmysql koutbound kperl kpostgres kpresence kpython \
kradius kredis ksctp ksnmpstats ksqlite ktls kunixodbc kutils \
kwebsocket kxml kxmpp kuuid"
Expand All @@ -593,7 +604,7 @@ make install-modules-all skip_modules="app_mono db_cassandra db_oracle \
kdnssec \
%endif
kgeoip kgzcompress khttp_async kims kjansson kjson kjsonrpcs \
kkazoo kldap klua kmemcached \
kkazoo krabbitmq kldap klua kmemcached \
kmi_xmlrpc kmysql koutbound kperl kpostgres kpresence kpython \
kradius kredis ksctp ksnmpstats ksqlite ktls kunixodbc kutils \
kwebsocket kxml kxmpp kuuid"
Expand Down Expand Up @@ -1088,6 +1099,12 @@ fi
%{_libdir}/kamailio/modules/kazoo.so


%files rabbitmq
%defattr(-,root,root)
%doc %{_docdir}/kamailio/modules/README.rabbitmq
%{_libdir}/kamailio/modules/rabbitmq.so


%files lcr
%defattr(-,root,root)
%doc %{_docdir}/kamailio/modules/README.lcr
Expand Down Expand Up @@ -1352,6 +1369,8 @@ fi
%{_libdir}/kamailio/modules/app_sqlang.so

%changelog
* Mon Jul 31 2017 Mititelu Stefan <stefan.mititelu92@gmail.com>
- added rabbitmq module
* Wed Apr 26 2017 Carsten Bock <carsten@ng-voice.co,>
- added ims_diameter_server module
- added topos_redis module
Expand Down

0 comments on commit f7666ef

Please sign in to comment.