Skip to content

Commit

Permalink
Adjust file list
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 4, 2024
1 parent e62b993 commit e9f0d73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# %%define use_glog (%%{_rhel} <= 8)
%define use_glog 0
%define use_mimalloc (%{_rhel} >= 8)
%define use_orc (%{_rhel} >= 8)
%define use_orc (%{_rhel} >= 8 || %{is_amazon_linux})
# TODO: Enable this. This works on local but is fragile on GitHub Actions and
# Travis CI.
# %%define use_s3 (%%{_rhel} >= 8)
Expand Down Expand Up @@ -324,7 +324,9 @@ Libraries and header files for Apache Arrow C++.
%{_libdir}/pkgconfig/arrow-csv.pc
%{_libdir}/pkgconfig/arrow-filesystem.pc
%{_libdir}/pkgconfig/arrow-json.pc
%if %{use_orc}
%{_libdir}/pkgconfig/arrow-orc.pc
%endif
%{_libdir}/pkgconfig/arrow.pc

%package -n %{name}%{so_version}-acero-libs
Expand Down Expand Up @@ -592,7 +594,9 @@ Libraries and header files for Apache Arrow GLib.
%{_libdir}/libarrow-glib.a
%{_libdir}/libarrow-glib.so
%{_libdir}/pkgconfig/arrow-glib.pc
%if %{use_orc}
%{_libdir}/pkgconfig/arrow-orc-glib.pc
%endif

%package glib-doc
Summary: Documentation for Apache Arrow GLib
Expand Down

0 comments on commit e9f0d73

Please sign in to comment.