libarrow-devel depends on utf8proc-devel, so we can't enable
system_arrow without system_utf8proc
Signed-off-by: Casey Bodley <cbodley@redhat.com>
%bcond_with cephfs_shell
%endif
%bcond_with system_arrow
-%bcond_with system_utf8proc
%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 8
%global weak_deps 1
%endif
%if 0%{with system_arrow}
BuildRequires: libarrow-devel
BuildRequires: parquet-libs-devel
-%endif
-%if 0%{with system_utf8proc}
BuildRequires: utf8proc-devel
%endif
%if 0%{with seastar}
%endif
%if 0%{with system_arrow}
-DWITH_SYSTEM_ARROW:BOOL=ON \
-%endif
-%if 0%{with system_utf8proc}
-DWITH_SYSTEM_UTF8PROC:BOOL=ON \
%endif
%if 0%{with seastar}