You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/11/07 09:40:48 UTC

[arrow] branch master updated: ARROW-3708: [Packaging] Support CMake files in Linux packages

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c303cc9  ARROW-3708: [Packaging] Support CMake files in Linux packages
c303cc9 is described below

commit c303cc90370be1a4ebcc68cd6f158aee29436fb7
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Wed Nov 7 10:40:40 2018 +0100

    ARROW-3708: [Packaging] Support CMake files in Linux packages
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #2913 from kou/packaging-support-cmake-files and squashes the following commits:
    
    c9595b9e <Kouhei Sutou>  Support CMake files in Linux packages
---
 dev/tasks/linux-packages/debian.ubuntu-trusty/libarrow-dev.install | 1 +
 dev/tasks/linux-packages/debian/libarrow-dev.install               | 1 +
 dev/tasks/linux-packages/yum/arrow.spec.in                         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev/tasks/linux-packages/debian.ubuntu-trusty/libarrow-dev.install b/dev/tasks/linux-packages/debian.ubuntu-trusty/libarrow-dev.install
index 18ea2e3..13baf54 100644
--- a/dev/tasks/linux-packages/debian.ubuntu-trusty/libarrow-dev.install
+++ b/dev/tasks/linux-packages/debian.ubuntu-trusty/libarrow-dev.install
@@ -4,3 +4,4 @@ usr/lib/*/libarrow.so
 usr/lib/*/pkgconfig/arrow.pc
 usr/lib/*/pkgconfig/arrow-compute.pc
 usr/lib/*/pkgconfig/arrow-orc.pc
+usr/lib/*/cmake/arrow/
diff --git a/dev/tasks/linux-packages/debian/libarrow-dev.install b/dev/tasks/linux-packages/debian/libarrow-dev.install
index 18ea2e3..13baf54 100644
--- a/dev/tasks/linux-packages/debian/libarrow-dev.install
+++ b/dev/tasks/linux-packages/debian/libarrow-dev.install
@@ -4,3 +4,4 @@ usr/lib/*/libarrow.so
 usr/lib/*/pkgconfig/arrow.pc
 usr/lib/*/pkgconfig/arrow-compute.pc
 usr/lib/*/pkgconfig/arrow-orc.pc
+usr/lib/*/cmake/arrow/
diff --git a/dev/tasks/linux-packages/yum/arrow.spec.in b/dev/tasks/linux-packages/yum/arrow.spec.in
index 3fc8239..9db9d43 100644
--- a/dev/tasks/linux-packages/yum/arrow.spec.in
+++ b/dev/tasks/linux-packages/yum/arrow.spec.in
@@ -137,6 +137,7 @@ Libraries and header files for Apache Arrow C++.
 %{_libdir}/pkgconfig/arrow.pc
 %{_libdir}/pkgconfig/arrow-compute.pc
 %{_libdir}/pkgconfig/arrow-orc.pc
+%{_libdir}/cmake/arrow/
 
 %if %{use_python}
 %package python-libs