try fix build issues

This commit is contained in:
Mahno 2025-02-23 20:26:58 +08:00
parent 32a3c7361b
commit 3621cf14c4

View File

@ -24,12 +24,10 @@ gem unpack %{SOURCE0}
gem build ../%{mod_full_name}.gemspec
%install
%gem_install \
%gem_install
%files
%dir %{gem_instdir}
%{gem_libdir}
%{_datadir}/gems/doc/%{mod_full_name}/
%{_datadir}/gems/gems/%{mod_full_name}/
%exclude %{gem_cache}
%{gem_spec}
%changelog