029ae1
%ruby_libdir %{_datadir}/%{name}
029ae1
%ruby_libarchdir %{_libdir}/%{name}
029ae1
029ae1
# This is the local lib/arch and should not be used for packaging.
029ae1
%ruby_sitedir site_ruby
029ae1
%ruby_sitelibdir %{_prefix}/local/share/%{name}/%{ruby_sitedir}
029ae1
%ruby_sitearchdir %{_prefix}/local/%{_lib}/%{name}/%{ruby_sitedir}
029ae1
029ae1
# This is the general location for libs/archs compatible with all
029ae1
# or most of the Ruby versions available in the Fedora repositories.
029ae1
%ruby_vendordir vendor_ruby
029ae1
%ruby_vendorlibdir %{ruby_libdir}/%{ruby_vendordir}
029ae1
%ruby_vendorarchdir %{ruby_libarchdir}/%{ruby_vendordir}
029ae1
029ae1
# For ruby packages we want to filter out any provides caused by private
029ae1
# libs in %%{ruby_vendorarchdir}/%%{ruby_sitearchdir}.
029ae1
#
029ae1
# Note that this must be invoked in the spec file, preferably as
029ae1
# "%{?ruby_default_filter}", before any %description block.
029ae1
%ruby_default_filter %{expand: \
029ae1
%global __provides_exclude_from %{?__provides_exclude_from:%{__provides_exclude_from}|}^(%{ruby_vendorarchdir}|%{ruby_sitearchdir})/.*\\\\.so$ \
029ae1
}