From 4e9ab908273100e8d568c33a1d905018cef925e1 Mon Sep 17 00:00:00 2001 From: Mahno Date: Sun, 23 Feb 2025 19:40:50 +0800 Subject: [PATCH] try fix build issues --- rubygem-abstract_method.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubygem-abstract_method.spec b/rubygem-abstract_method.spec index 1c03b7e..2c5e706 100644 --- a/rubygem-abstract_method.spec +++ b/rubygem-abstract_method.spec @@ -20,7 +20,7 @@ Abstract Method is a tiny library enabling you to define abstract methods in Ruby classes and modules. # maybe we have to follow other packages' routine %prep -%auto setup -n %{mod_full_name} -p1 +%autosetup -n %{mod_full_name} -p1 gem unpack %{SOURCE0} %build gem build ../%{mod_full_name}.gemspec