510 |
510 |
511 %install |
511 %install |
512 rm -rf $RPM_BUILD_ROOT |
512 rm -rf $RPM_BUILD_ROOT |
513 |
513 |
514 # select modules |
514 # select modules |
515 modslist='b2b_entities b2b_logic cpl-c db_http identity jabber perl perlvdb presence presence_dialoginfo presence_mwi presence_xml pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp regex rls tlsops xcap_client xmpp' |
515 modslist='b2b_entities b2b_logic cpl-c db_http dialplan identity jabber perl perlvdb presence presence_dialoginfo presence_mwi presence_xml pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp regex rls tlsops xcap_client xmpp' |
516 %if "%{with_croute}" == "yes" |
516 %if "%{with_croute}" == "yes" |
517 modslist="$modslist carrierroute" |
517 modslist="$modslist carrierroute" |
518 %endif |
518 %endif |
519 %if "%{with_json}" == "yes" |
519 %if "%{with_json}" == "yes" |
520 modslist="$modslist json" |
520 modslist="$modslist json" |