forked from pool/rubygem-gem2rpm
- Fix filelist for 3.2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/rubygem-gem2rpm?expand=0&rev=43
This commit is contained in:
parent
1ee0b3e4a0
commit
f91393272b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 17 12:00:27 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Fix filelist for 3.2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 11 17:22:10 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
Fri Nov 11 17:22:10 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -889,14 +889,14 @@ fi
|
|||||||
%ghost %{_sysconfdir}/alternatives/gem2rpm.ruby3.2
|
%ghost %{_sysconfdir}/alternatives/gem2rpm.ruby3.2
|
||||||
%ghost %{_sysconfdir}/alternatives/gem2rpm-%{version}
|
%ghost %{_sysconfdir}/alternatives/gem2rpm-%{version}
|
||||||
# cache file
|
# cache file
|
||||||
%{_libdir}/ruby/gems/3.2.0/cache/gem2rpm-%{version}.gem
|
%{_libdir}/ruby/gems/3.2.0+3/cache/gem2rpm-%{version}.gem
|
||||||
%{_libdir}/ruby/gems/3.2.0/gems/gem2rpm-%{version}
|
%{_libdir}/ruby/gems/3.2.0+3/gems/gem2rpm-%{version}
|
||||||
%{_libdir}/ruby/gems/3.2.0/specifications/gem2rpm-%{version}.gemspec
|
%{_libdir}/ruby/gems/3.2.0+3/specifications/gem2rpm-%{version}.gemspec
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%files -n ruby3.2-rubygem-gem2rpm-doc
|
%files -n ruby3.2-rubygem-gem2rpm-doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc %{_libdir}/ruby/gems/3.2.0/doc/gem2rpm-%{version}
|
%doc %{_libdir}/ruby/gems/3.2.0+3/doc/gem2rpm-%{version}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user