|
@@ -1,6 +1,6 @@
|
|
%define name kamailio
|
|
%define name kamailio
|
|
%define ver 3.4.0
|
|
%define ver 3.4.0
|
|
-%define rel dev3%{dist}
|
|
|
|
|
|
+%define rel dev4%{dist}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -364,14 +364,14 @@ make every-module skip_modules="auth_identity db_cassandra iptrtpproxy\
|
|
kpostgres kunixodbc kldap kperl kpython klua kutils kpurple ktls kxmpp\
|
|
kpostgres kunixodbc kldap kperl kpython klua kutils kpurple ktls kxmpp\
|
|
kcpl ksnmpstats kcarrierroute kpresence kradius kgeoip kregex kdialplan\
|
|
kcpl ksnmpstats kcarrierroute kpresence kradius kgeoip kregex kdialplan\
|
|
klcr ksqlite kredis kjson kmono kberkeley kwebsocket"\
|
|
klcr ksqlite kredis kjson kmono kberkeley kwebsocket"\
|
|
- include_modules="xmlrpc xmlops cdp cdp_avp"
|
|
|
|
|
|
+ include_modules="xmlrpc xmlops cdp cdp_avp corex"
|
|
%else
|
|
%else
|
|
make every-module skip_modules="auth_identity db_cassandra iptrtpproxy\
|
|
make every-module skip_modules="auth_identity db_cassandra iptrtpproxy\
|
|
db_oracle memcached mi_xmlrpc osp" group_include="kstandard kmysql\
|
|
db_oracle memcached mi_xmlrpc osp" group_include="kstandard kmysql\
|
|
kpostgres kunixodbc kldap kperl kpython klua kutils kpurple ktls kxmpp\
|
|
kpostgres kunixodbc kldap kperl kpython klua kutils kpurple ktls kxmpp\
|
|
kcpl ksnmpstats kpresence kregex kdialplan\
|
|
kcpl ksnmpstats kpresence kregex kdialplan\
|
|
klcr ksqlite kberkeley kwebsocket"\
|
|
klcr ksqlite kberkeley kwebsocket"\
|
|
- include_modules="xmlrpc xmlops cdp cdp_avp"
|
|
|
|
|
|
+ include_modules="xmlrpc xmlops cdp cdp_avp corex"
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
|
|
@@ -471,6 +471,7 @@ fi
|
|
%doc %{_docdir}/kamailio/modules/README.blst
|
|
%doc %{_docdir}/kamailio/modules/README.blst
|
|
%doc %{_docdir}/kamailio/modules/README.cfg_db
|
|
%doc %{_docdir}/kamailio/modules/README.cfg_db
|
|
%doc %{_docdir}/kamailio/modules/README.cfg_rpc
|
|
%doc %{_docdir}/kamailio/modules/README.cfg_rpc
|
|
|
|
+%doc %{_docdir}/kamailio/modules/README.corex
|
|
%doc %{_docdir}/kamailio/modules/README.counters
|
|
%doc %{_docdir}/kamailio/modules/README.counters
|
|
%doc %{_docdir}/kamailio/modules/README.ctl
|
|
%doc %{_docdir}/kamailio/modules/README.ctl
|
|
%doc %{_docdir}/kamailio/modules/README.db_flatstore
|
|
%doc %{_docdir}/kamailio/modules/README.db_flatstore
|
|
@@ -594,6 +595,7 @@ fi
|
|
%{_libdir}/kamailio/modules/blst.so
|
|
%{_libdir}/kamailio/modules/blst.so
|
|
%{_libdir}/kamailio/modules/cfg_db.so
|
|
%{_libdir}/kamailio/modules/cfg_db.so
|
|
%{_libdir}/kamailio/modules/cfg_rpc.so
|
|
%{_libdir}/kamailio/modules/cfg_rpc.so
|
|
|
|
+%{_libdir}/kamailio/modules/corex.so
|
|
%{_libdir}/kamailio/modules/counters.so
|
|
%{_libdir}/kamailio/modules/counters.so
|
|
%{_libdir}/kamailio/modules/ctl.so
|
|
%{_libdir}/kamailio/modules/ctl.so
|
|
%{_libdir}/kamailio/modules/db_flatstore.so
|
|
%{_libdir}/kamailio/modules/db_flatstore.so
|
|
@@ -976,6 +978,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 17 2012 Peter Dunkley <[email protected]>
|
|
|
|
+ - Added corex module to RPM builds
|
|
|
|
+ - Updated rel to dev4
|
|
* Sun Aug 19 2012 Peter Dunkley <[email protected]>
|
|
* Sun Aug 19 2012 Peter Dunkley <[email protected]>
|
|
- Updated rel to dev3
|
|
- Updated rel to dev3
|
|
* Fri Jul 13 2012 Peter Dunkley <[email protected]>
|
|
* Fri Jul 13 2012 Peter Dunkley <[email protected]>
|