fix duplicated files packaged with different paths causing an installation error [release 2.0.18-2mamba;Mon Oct 17 2022]
This commit is contained in:
parent
4cf9ece63c
commit
27f08b6347
Binary file not shown.
BIN
asciidoctor-2.0.18.gem
Normal file
BIN
asciidoctor-2.0.18.gem
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
%define gemdir %(ruby -rrubygems -e'puts Gem.default_dir')
|
||||
%define gemname %(echo %{name} | sed "s|^ruby-||")
|
||||
Name: ruby-asciidoctor
|
||||
Version: 2.0.17
|
||||
Release: 1mamba
|
||||
Version: 2.0.18
|
||||
Release: 2mamba
|
||||
Summary: An implementation of AsciiDoc in Ruby
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
@ -47,11 +47,17 @@ rm -rf %{buildroot}%{gemdir}/doc/%{gemname}-%{version}
|
||||
%dir %{gemdir}/gems/%{gemname}-%{version}
|
||||
%{gemdir}/gems/%{gemname}-%{version}/*
|
||||
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
||||
%{_libdir}/ruby/gems/*/gems/%{gemname}-%{version}/.*
|
||||
%{_libdir}/ruby/gems/*/gems/%{gemname}-%{version}/.yardopts
|
||||
%{_mandir}/man1/asciidoctor.1*
|
||||
%doc %{gemname}-%{version}/LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Oct 17 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.18-2mamba
|
||||
- fix duplicated files packaged with different paths causing an installation error
|
||||
|
||||
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user