forked from pool/rubygem-gem2rpm
- 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:
parent
a70b621b97
commit
baec27c6c8
@ -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>
|
Sun Dec 25 12:19:35 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ perl -p -i -e 's|("templates/opensuse.spec.erb".freeze)|$1, "templates/gem_packa
|
|||||||
%gem_build
|
%gem_build
|
||||||
|
|
||||||
%install
|
%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
|
for i in %{buildroot}%{_docdir}/*rubygem-gem2rpm*/ ; do
|
||||||
install -m 0644 %{S:1} $i/gem2rpm.yml
|
install -m 0644 %{S:1} $i/gem2rpm.yml
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user