Add `%{gem_plugin}` convenience macro.

This allows easy plugin stub ownership for RubyGems plugin packages.
This commit is contained in:
Vít Ondruch 2021-01-06 14:23:29 +01:00
parent 15d70f8b4a
commit 9a03f61609
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
%gem_cache %{gem_dir}/cache/%{gem_name}-%{version}%{?prerelease}.gem
%gem_spec %{gem_dir}/specifications/%{gem_name}-%{version}%{?prerelease}.gemspec
%gem_docdir %{gem_dir}/doc/%{gem_name}-%{version}%{?prerelease}
%gem_plugin %{gem_dir}/plugins/%{gem_name}_plugin.rb
# %gem_install - Install gem into appropriate directory.