- replace the old options to disable docs with the modern -N

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/rubygem-gem2rpm?expand=0&rev=50
This commit is contained in:
Marcus Rückert 2023-02-03 16:05:18 +00:00 committed by Git OBS Bridge
parent a70b621b97
commit baec27c6c8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 3 16:04:04 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- replace the old options to disable docs with the modern -N
-------------------------------------------------------------------
Sun Dec 25 12:19:35 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -142,7 +142,7 @@ perl -p -i -e 's|("templates/opensuse.spec.erb".freeze)|$1, "templates/gem_packa
%gem_build
%install
%gem_install -f --no-rdoc --no-ri --symlink-binaries --doc-files="AUTHORS LICENSE README"
%gem_install -f -N --symlink-binaries --doc-files="AUTHORS LICENSE README"
for i in %{buildroot}%{_docdir}/*rubygem-gem2rpm*/ ; do
install -m 0644 %{S:1} $i/gem2rpm.yml
done