From f5962ed661ff9536daa480db0a6ed3d00372ae32 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 25 Dec 2022 16:16:36 +0900 Subject: [PATCH] Use %gem_extdir_mri instead of ext for %check due to ruby3.2 change for ext cleanup during build --- rubygem-glu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rubygem-glu.spec b/rubygem-glu.spec index 9422a7e..4b75556 100644 --- a/rubygem-glu.spec +++ b/rubygem-glu.spec @@ -81,7 +81,7 @@ exit 0 xvfb-run \ -s "-screen 0 640x480x24" \ ruby \ - -Ilib:.:./ext \ + -Ilib:.:%{buildroot}%{gem_extdir_mri} \ -e "Dir.glob('test/test_*.rb').each { |f| require f }" popd %endif @@ -103,6 +103,10 @@ popd %doc %{gem_docdir} %changelog +* Sun Dec 25 2022 Mamoru TASAKA - 8.3.0-22 +- Use %%gem_extdir_mri instead of ext for %%check due to ruby3.2 change + for ext cleanup during build + * Sat Jul 23 2022 Fedora Release Engineering - 8.3.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild