From ac91ec044682f95eb8406df886dd8b458de2df27 Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Mar 04 2022 19:42:43 +0000 Subject: libarrow-7.0.0 --- diff --git a/SPECS/libarrow.spec b/SPECS/libarrow.spec index 301e21d..477c079 100644 --- a/SPECS/libarrow.spec +++ b/SPECS/libarrow.spec @@ -714,6 +714,10 @@ pushd cpp export VERBOSE=1 export GCC_COLORS= %cmake_build +# put everything where meson can find it +mkdir -p %{_target_platform}/relwithdebinfo +ln -s ../src %{_target_platform} +cp -p build/relwithdebinfo/lib*.so* %{_target_platform}/relwithdebinfo/ popd pushd c_glib @@ -725,10 +729,6 @@ pushd c_glib #-------------------------------------------------------------------- -%check - -#-------------------------------------------------------------------- - %install pushd c_glib %meson_install @@ -742,8 +742,5 @@ popd %changelog * Thu Jan 13 2022 Kaleb S. KEITHLEY - 7.0.0-1 -- New upstream release. - -* Thu Jan 13 2022 Kaleb S. KEITHLEY - 4.0.1-2 -- rebuild from lookaside +- latest upstream release.