automatic version update by autodist [release 24.02.1-1mamba;Sat Mar 23 2024]
This commit is contained in:
parent
0ec3525be2
commit
35fc84b5a8
@ -2,15 +2,15 @@
|
|||||||
%define javarootdir %_jvmdir/jdk/
|
%define javarootdir %_jvmdir/jdk/
|
||||||
|
|
||||||
Name: kross-interpreters
|
Name: kross-interpreters
|
||||||
Version: 23.08.5
|
Version: 24.02.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://invent.kde.org/libraries/kross-interpreters
|
||||||
Source0: http://download.kde.org/stable/release-service/%{version}/src/kross-interpreters-%{version}.tar.xz
|
Source0: https://download.kde.org/%{stable_kde6}/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
|
||||||
Patch1: kross-interpreters-4.10.5-ruby-2.0.patch
|
Patch1: kross-interpreters-4.10.5-ruby-2.0.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -84,12 +84,12 @@ Ruby plugin for the Kross architecture in KDE5.
|
|||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -107,17 +107,23 @@ Ruby plugin for the Kross architecture in KDE5.
|
|||||||
|
|
||||||
%files -n kross-python
|
%files -n kross-python
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_qt5_plugindir}/krosspython.so
|
%{_qt6_plugindir}/krosspython.so
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n kross-ruby
|
%files -n kross-ruby
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_qt5_plugindir}/krossruby.so
|
%{_qt6_plugindir}/krossruby.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
* Sat Mar 23 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 03 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Feb 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.01.95-1mamba
|
||||||
|
- update to 24.01.95
|
||||||
|
|
||||||
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
@ -511,5 +517,5 @@ Ruby plugin for the Kross architecture in KDE5.
|
|||||||
* Thu Nov 03 2011 Automatic Build System <autodist@mambasoft.it> 4.7.3-1mamba
|
* Thu Nov 03 2011 Automatic Build System <autodist@mambasoft.it> 4.7.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Oct 16 2011 Davide Madrisan <davide.madrisan@gmail.com> 4.7.2-1mamba
|
* Sun Oct 16 2011 Davide Madrisan <davide.madrisan@gmail.com> 4.7.2-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user