|
@@ -207,7 +207,7 @@
|
|
|
%define dist_name centos
|
|
|
%define dist_version %{?centos}
|
|
|
%define dist .el8.centos
|
|
|
-%bcond_with cnxcc
|
|
|
+%bcond_without cnxcc
|
|
|
%bcond_with dnssec
|
|
|
%bcond_with geoip
|
|
|
%bcond_without http_async_client
|
|
@@ -222,7 +222,7 @@
|
|
|
%bcond_with phonenum
|
|
|
%bcond_without python3
|
|
|
%bcond_without rabbitmq
|
|
|
-%bcond_with redis
|
|
|
+%bcond_without redis
|
|
|
%bcond_without ruby
|
|
|
%bcond_without sctp
|
|
|
%bcond_without websocket
|
|
@@ -282,50 +282,50 @@
|
|
|
%if 0%{?rhel} == 7 && 0%{?centos_ver} != 7
|
|
|
%define dist_name rhel
|
|
|
%define dist_version %{?rhel}
|
|
|
-%bcond_with cnxcc
|
|
|
+%bcond_without cnxcc
|
|
|
%bcond_with dnssec
|
|
|
-%bcond_with geoip
|
|
|
-%bcond_with http_async_client
|
|
|
-%bcond_with ims
|
|
|
-%bcond_with jansson
|
|
|
-%bcond_with json
|
|
|
-%bcond_with lua
|
|
|
-%bcond_with kazoo
|
|
|
-%bcond_with memcached
|
|
|
+%bcond_without geoip
|
|
|
+%bcond_without http_async_client
|
|
|
+%bcond_without ims
|
|
|
+%bcond_without jansson
|
|
|
+%bcond_without json
|
|
|
+%bcond_without lua
|
|
|
+%bcond_without kazoo
|
|
|
+%bcond_without memcached
|
|
|
%bcond_without mongodb
|
|
|
%bcond_without perl
|
|
|
-%bcond_with phonenum
|
|
|
-%bcond_with python3
|
|
|
-%bcond_with rabbitmq
|
|
|
+%bcond_without phonenum
|
|
|
+%bcond_without python3
|
|
|
+%bcond_without rabbitmq
|
|
|
%bcond_without redis
|
|
|
-%bcond_with ruby
|
|
|
-%bcond_with sctp
|
|
|
-%bcond_with websocket
|
|
|
+%bcond_without ruby
|
|
|
+%bcond_without sctp
|
|
|
+%bcond_without websocket
|
|
|
%bcond_without xmlrpc
|
|
|
%endif
|
|
|
|
|
|
%if 0%{?rhel} == 8 && 0%{?centos_ver} != 8
|
|
|
%define dist_name rhel
|
|
|
%define dist_version %{?rhel}
|
|
|
-%bcond_with cnxcc
|
|
|
+%bcond_without cnxcc
|
|
|
%bcond_with dnssec
|
|
|
%bcond_with geoip
|
|
|
-%bcond_with http_async_client
|
|
|
-%bcond_with ims
|
|
|
-%bcond_with jansson
|
|
|
-%bcond_with json
|
|
|
-%bcond_with lua
|
|
|
-%bcond_with kazoo
|
|
|
-%bcond_with memcached
|
|
|
+%bcond_without http_async_client
|
|
|
+%bcond_without ims
|
|
|
+%bcond_without jansson
|
|
|
+%bcond_without json
|
|
|
+%bcond_without lua
|
|
|
+%bcond_without kazoo
|
|
|
+%bcond_without memcached
|
|
|
%bcond_without mongodb
|
|
|
%bcond_without perl
|
|
|
%bcond_with phonenum
|
|
|
-%bcond_with python3
|
|
|
-%bcond_with rabbitmq
|
|
|
-%bcond_with redis
|
|
|
-%bcond_with ruby
|
|
|
-%bcond_with sctp
|
|
|
-%bcond_with websocket
|
|
|
+%bcond_without python3
|
|
|
+%bcond_without rabbitmq
|
|
|
+%bcond_without redis
|
|
|
+%bcond_without ruby
|
|
|
+%bcond_without sctp
|
|
|
+%bcond_without websocket
|
|
|
%bcond_without xmlrpc
|
|
|
%endif
|
|
|
|