rebuilt with ruby 3.2.0; added debug package [release 22.12.0-2mamba;Mon Jan 02 2023]
This commit is contained in:
parent
defe53cad6
commit
0712702d63
@ -2,13 +2,13 @@
|
|||||||
%define javarootdir %_jvmdir/jdk/
|
%define javarootdir %_jvmdir/jdk/
|
||||||
|
|
||||||
Name: kross-interpreters
|
Name: kross-interpreters
|
||||||
Version: 22.08.3
|
Version: 22.12.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Kross interpreters
|
Summary: Kross interpreters
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/
|
||||||
Source0: http://download.kde.org/stable/release-service/%{version}/src/kross-interpreters-%{version}.tar.xz
|
Source0: http://download.kde.org/stable/release-service/%{version}/src/kross-interpreters-%{version}.tar.xz
|
||||||
Patch0: %{name}-4.7.2-krossjava_jbyte_conversion.patch
|
Patch0: %{name}-4.7.2-krossjava_jbyte_conversion.patch
|
||||||
@ -33,6 +33,7 @@ BuildRequires: java-openjdk
|
|||||||
BuildRequires: java-openjdk-runtime
|
BuildRequires: java-openjdk-runtime
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: falcon-devel
|
BuildRequires: falcon-devel
|
||||||
|
BuildRequires: libruby-devel >= 3.2.0
|
||||||
#Requires: kross-falcon
|
#Requires: kross-falcon
|
||||||
Requires: kross-java = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: kross-java = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: kross-python = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: kross-python = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -69,12 +70,14 @@ Python plugin for the Kross architecture in KDE5.
|
|||||||
%package -n kross-ruby
|
%package -n kross-ruby
|
||||||
Summary: Kross plugin for ruby
|
Summary: Kross plugin for ruby
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Requires: ruby
|
Requires: ruby >= 3.2.0
|
||||||
Provides: kross(ruby) = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: kross(ruby) = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description -n kross-ruby
|
%description -n kross-ruby
|
||||||
Ruby plugin for the Kross architecture in KDE5.
|
Ruby plugin for the Kross architecture in KDE5.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -112,6 +115,12 @@ Ruby plugin for the Kross architecture in KDE5.
|
|||||||
%{_qt5_plugindir}/krossruby.so
|
%{_qt5_plugindir}/krossruby.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 22.12.0-2mamba
|
||||||
|
- rebuilt with ruby 3.2.0; added debug package
|
||||||
|
|
||||||
|
* Thu Dec 08 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user