From baec27c6c851f860534ec225fd5592f071fde1b22ad1553ca39794f159c52872 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 3 Feb 2023 16:05:18 +0000 Subject: [PATCH] - 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 --- rubygem-gem2rpm.changes | 5 +++++ rubygem-gem2rpm.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rubygem-gem2rpm.changes b/rubygem-gem2rpm.changes index 17aca63..fce8cfc 100644 --- a/rubygem-gem2rpm.changes +++ b/rubygem-gem2rpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 3 16:04:04 UTC 2023 - Marcus Rueckert + +- replace the old options to disable docs with the modern -N + ------------------------------------------------------------------- Sun Dec 25 12:19:35 UTC 2022 - Marcus Rueckert diff --git a/rubygem-gem2rpm.spec b/rubygem-gem2rpm.spec index 1c2b952..7b710bd 100644 --- a/rubygem-gem2rpm.spec +++ b/rubygem-gem2rpm.spec @@ -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