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.

18 lines
763 B

--- macros.ruby 2024-09-19 12:09:30.000000000 +0300
+++ ../SOURCES/macros.ruby 2024-10-21 20:36:17.115708585 +0300
@@ -1,10 +1,10 @@
-%ruby_libdir %{_datadir}/%{name}
-%ruby_libarchdir %{_libdir}/%{name}
+%ruby_libdir %{_datadir}/ruby
+%ruby_libarchdir %{_libdir}/ruby
# This is the local lib/arch and should not be used for packaging.
%ruby_sitedir site_ruby
-%ruby_sitelibdir %{_prefix}/local/share/%{name}/%{ruby_sitedir}
-%ruby_sitearchdir %{_prefix}/local/%{_lib}/%{name}/%{ruby_sitedir}
+%ruby_sitelibdir %{_prefix}/local/share/ruby/%{ruby_sitedir}
+%ruby_sitearchdir %{_prefix}/local/%{_lib}/ruby/%{ruby_sitedir}
# This is the general location for libs/archs compatible with all
# or most of the Ruby versions available in the Fedora repositories.