Skip to content

Commit 5eaf553

Browse files
authored
GH-48044: [Packaging][RPM][Parquet] Don't install parquet-glib.pc by parquet-devel (#48045)
### Rationale for this change If `parquet-devel` installs `parquet-glib.pc`, `parquet-devel` depends on `parquet-glib-devel` automatically. It's not an expected behavior. `parquet-devel` should not depend on `parquet-glib-devel`. ### What changes are included in this PR? Don't install `parquet-glib.pc` by `parquet-devel`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #48044 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent d9c1881 commit 5eaf553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ Libraries and header files for Apache Parquet C++.
596596
%{_libdir}/cmake/Parquet/
597597
%{_libdir}/libparquet.a
598598
%{_libdir}/libparquet.so
599-
%{_libdir}/pkgconfig/parquet*.pc
599+
%{_libdir}/pkgconfig/parquet.pc
600600

601601
%package -n %{name}%{so_version}-glib-libs
602602
Summary: Runtime libraries for Apache Arrow GLib

0 commit comments

Comments
 (0)