You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
581 B
12 lines
581 B
--- macros.rubygems 2024-09-19 12:09:30.000000000 +0300
|
|
+++ ../SOURCES/macros.rubygems 2024-10-21 20:36:47.195919814 +0300
|
|
@@ -21,7 +21,7 @@
|
|
# -d Use default gem install location.
|
|
#
|
|
%gem_instdir() %{gem_dir}/gems/%{gem_name_version %{?1}}
|
|
-%gem_extdir_mri() %{gem_archdir}/%{name}/%{gem_name_version %{?1}}
|
|
+%gem_extdir_mri() %{gem_archdir}/ruby/%{gem_name_version %{?1}}
|
|
%gem_libdir() %{gem_instdir %{?1}}/lib
|
|
%gem_cache() %{gem_dir}/cache/%{gem_name_version %{?1}}.gem
|
|
%gem_spec(d) %{gem_dir}/specifications%{?-d:/default}/%{gem_name_version %{?1}}.gemspec
|