Compare commits

...

7 Commits

3 changed files with 28 additions and 4 deletions

Binary file not shown.

BIN
asciidoctor-2.0.23.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define gemdir %(ruby -rrubygems -e'puts Gem.default_dir') %define gemdir %(ruby -rrubygems -e'puts Gem.default_dir')
%define gemname %(echo %{name} | sed "s|^ruby-||") %define gemname %(echo %{name} | sed "s|^ruby-||")
Name: ruby-asciidoctor Name: ruby-asciidoctor
Version: 2.0.16 Version: 2.0.23
Release: 1mamba Release: 1mamba
Summary: An implementation of AsciiDoc in Ruby Summary: An implementation of AsciiDoc in Ruby
Group: Applications/Publishing Group: Applications/Publishing
@ -13,8 +13,8 @@ Source: https://rubygems.org/downloads/asciidoctor-%{version}.gem
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: ruby-devel >= 2.7.2 BuildRequires: ruby-devel >= 3.2
Requires: ruby >= 2.7.2 Requires: ruby >= %{ruby_version}
Provides: asciidoctor Provides: asciidoctor
%description %description
@ -47,11 +47,35 @@ rm -rf %{buildroot}%{gemdir}/doc/%{gemname}-%{version}
%dir %{gemdir}/gems/%{gemname}-%{version} %dir %{gemdir}/gems/%{gemname}-%{version}
%{gemdir}/gems/%{gemname}-%{version}/* %{gemdir}/gems/%{gemname}-%{version}/*
%{gemdir}/specifications/%{gemname}-%{version}.gemspec %{gemdir}/specifications/%{gemname}-%{version}.gemspec
%{_libdir}/ruby/gems/*/gems/%{gemname}-%{version}/.* %{_libdir}/ruby/gems/*/gems/%{gemname}-%{version}/.yardopts
%{_mandir}/man1/asciidoctor.1* %{_mandir}/man1/asciidoctor.1*
%doc %{gemname}-%{version}/LICENSE %doc %{gemname}-%{version}/LICENSE
%changelog %changelog
* Sat May 18 2024 Automatic Build System <autodist@openmamba.org> 2.0.23-1mamba
- automatic version update by autodist
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 2.0.22-1mamba
- automatic version update by autodist
* Wed Feb 21 2024 Automatic Build System <autodist@openmamba.org> 2.0.21-1mamba
- automatic version update by autodist
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 2.0.20-1mamba
- automatic version update by autodist
* Wed Jan 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.18-3mamba
- rebuilt with ruby 3.2.0
* 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
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba * Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
- automatic version update by autodist - automatic version update by autodist