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 <kkeithle [at] redhat.com> - 7.0.0-1
-- New upstream release.
-
-* Thu Jan 13 2022  Kaleb S. KEITHLEY <kkeithle [at] redhat.com> - 4.0.1-2
-- rebuild from lookaside
+- latest upstream release.