Add install dependency base64coder
This commit is contained in:
parent
8b3bf545ed
commit
7b2b2ccedd
@ -3,7 +3,7 @@
|
|||||||
%global rubygems_dir %{_datadir}/rubygems
|
%global rubygems_dir %{_datadir}/rubygems
|
||||||
Name: jruby
|
Name: jruby
|
||||||
Version: 1.7.22
|
Version: 1.7.22
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Pure Java implementation of the Ruby interpreter
|
Summary: Pure Java implementation of the Ruby interpreter
|
||||||
License: (CPL or GPLv2+ or LGPLv2+) and BSD and (GPLv2 or Ruby) and (BSD or Ruby)
|
License: (CPL or GPLv2+ or LGPLv2+) and BSD and (GPLv2 or Ruby) and (BSD or Ruby)
|
||||||
URL: http://jruby.org
|
URL: http://jruby.org
|
||||||
@ -35,6 +35,7 @@ BuildRequires: mvn(org.jruby.jcodings:jcodings) mvn(org.jruby.joni:joni) m
|
|||||||
BuildRequires: mvn(org.osgi:org.osgi.core) mvn(org.ow2.asm:asm) mvn(org.ow2.asm:asm-analysis)
|
BuildRequires: mvn(org.osgi:org.osgi.core) mvn(org.ow2.asm:asm) mvn(org.ow2.asm:asm-analysis)
|
||||||
BuildRequires: mvn(org.ow2.asm:asm-commons) mvn(org.ow2.asm:asm-util)
|
BuildRequires: mvn(org.ow2.asm:asm-commons) mvn(org.ow2.asm:asm-util)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(org.yaml:snakeyaml) git
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(org.yaml:snakeyaml) git
|
||||||
|
Requires: base64coder
|
||||||
Provides: ruby(release) = 1.9.3
|
Provides: ruby(release) = 1.9.3
|
||||||
Provides: ruby(release) = 1.8.7
|
Provides: ruby(release) = 1.8.7
|
||||||
Provides: ruby(runtime_executable)
|
Provides: ruby(runtime_executable)
|
||||||
@ -135,6 +136,9 @@ EOF
|
|||||||
%doc COPYING LICENSE.RUBY LEGAL
|
%doc COPYING LICENSE.RUBY LEGAL
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 19 2023 Ge Wang <wang__ge@126.com> - 1.7.22-3
|
||||||
|
- Add install dependency base64coder
|
||||||
|
|
||||||
* Thu Mar 09 2023 yaoxin <yaoxin30@h-partners.com> - 1.7.22-2
|
* Thu Mar 09 2023 yaoxin <yaoxin30@h-partners.com> - 1.7.22-2
|
||||||
- Fix build failure due to snakeyaml update to 1.32
|
- Fix build failure due to snakeyaml update to 1.32
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user