Commits


Kouhei Sutou authored and Korn, Uwe committed 31a9d387e4d
ARROW-2868: [Packaging] Fix Apache Arrow ORC GLib related problems * .pc file name was wrong: `arrow-glib-orc.pc` -> `arrow-orc-glib.pc` * We use `arrow-XXX-glib.pc` rule such as `arrow-gpu-glib.pc`. * .spec didn't include `arrow-orc-glib.pc`. * .spec included duplicated `-DARROW_ORC=ON` * https://github.com/apache/arrow-dist/commit/6580a6b7f7fd3d2e5f06b68fe606767db72faf9e was backported. Author: Kouhei Sutou <kou@clear-code.com> Closes #2280 from kou/rpm-add-glib-orc-support and squashes the following commits: 73cd5645 <Kouhei Sutou> Follow .pc file name change of Apache Arrow ORC GLib cc25dd5d <Kouhei Sutou> Fix .pc file name for Apache Arrow ORC GLib 5c4e7a9f <Kouhei Sutou> Add missing arrow-orc-glib.pc