2024-01-06 02:49:01 +01:00
|
|
|
%define java 1
|
|
|
|
%define javarootdir %_jvmdir/jdk/
|
|
|
|
|
|
|
|
Name: kross-interpreters
|
2024-01-06 02:49:06 +01:00
|
|
|
Version: 18.08.3
|
2024-01-06 02:49:01 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Kross interpreters
|
|
|
|
Group: Graphical Desktop/Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
|
|
URL: http://www.kde.org
|
2024-01-06 02:49:03 +01:00
|
|
|
Source0: http://download.kde.org/stable/applications/%{version}/src/kross-interpreters-%{version}.tar.xz
|
2024-01-06 02:49:01 +01:00
|
|
|
Patch0: %{name}-4.7.2-krossjava_jbyte_conversion.patch
|
|
|
|
Patch1: kross-interpreters-4.10.5-ruby-2.0.patch
|
|
|
|
License: LGPL
|
2024-01-06 02:49:03 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libkross-devel
|
|
|
|
BuildRequires: libpython27-devel
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 02:49:01 +01:00
|
|
|
BuildRequires: cmake
|
|
|
|
%if 0%{?java}
|
|
|
|
BuildRequires: jpackage-utils
|
|
|
|
BuildRequires: gcc-java
|
|
|
|
BuildRequires: java-gcj-compat
|
|
|
|
BuildRequires: java-openjdk
|
|
|
|
BuildRequires: java-openjdk-runtime
|
|
|
|
%endif
|
|
|
|
BuildRequires: falcon-devel
|
|
|
|
#Requires: kross-falcon
|
|
|
|
Requires: kross-java = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: kross-python = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: kross-ruby = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package -n kross-falcon
|
|
|
|
Summary: Kross plugin for falcon
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: falcon >= 0.8.12
|
|
|
|
Provides: kross(falcon) = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n kross-falcon
|
2024-01-06 02:49:03 +01:00
|
|
|
Falcon plugin for the Kross architecture in KDE5.
|
2024-01-06 02:49:01 +01:00
|
|
|
|
|
|
|
%package -n kross-java
|
|
|
|
Summary: Kross plugin for java
|
|
|
|
Group: Development/Languages
|
|
|
|
Provides: kross(java) = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n kross-java
|
2024-01-06 02:49:03 +01:00
|
|
|
Java plugin for the Kross architecture in KDE5.
|
2024-01-06 02:49:01 +01:00
|
|
|
|
|
|
|
%package -n kross-python
|
|
|
|
Summary: Kross plugin for python
|
|
|
|
Group: Development/Languages
|
|
|
|
Provides: kross(python) = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n kross-python
|
2024-01-06 02:49:03 +01:00
|
|
|
Python plugin for the Kross architecture in KDE5.
|
2024-01-06 02:49:01 +01:00
|
|
|
|
|
|
|
%package -n kross-ruby
|
|
|
|
Summary: Kross plugin for ruby
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: ruby
|
|
|
|
Provides: kross(ruby) = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n kross-ruby
|
2024-01-06 02:49:03 +01:00
|
|
|
Ruby plugin for the Kross architecture in KDE5.
|
2024-01-06 02:49:01 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
2024-01-06 02:49:02 +01:00
|
|
|
#%patch1 -p1
|
2024-01-06 02:49:01 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 02:49:03 +01:00
|
|
|
%cmake_kde5 -d build
|
|
|
|
%make
|
2024-01-06 02:49:01 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
#%files
|
|
|
|
#%defattr(-,root,root)
|
2024-01-06 02:49:01 +01:00
|
|
|
#%files -n kross-falcon
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%{_kde4_libdir}/kde4/kross/krossfalcon.so
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
#%files -n kross-java
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%{_kde4_libdir}/kde4/kross/kross.jar
|
|
|
|
#%{_kde4_libdir}/kde4/krossjava.so
|
2024-01-06 02:49:01 +01:00
|
|
|
|
|
|
|
%files -n kross-python
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 02:49:03 +01:00
|
|
|
%{_qt5_plugindir}/krosspython.so
|
2024-01-06 02:49:01 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
%files -n kross-ruby
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_qt5_plugindir}/krossruby.so
|
2024-01-06 02:49:03 +01:00
|
|
|
|
2024-01-06 02:49:01 +01:00
|
|
|
%changelog
|
2024-01-06 02:49:06 +01:00
|
|
|
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:06 +01:00
|
|
|
* Fri Oct 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:06 +01:00
|
|
|
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:06 +01:00
|
|
|
* Sat Aug 18 2018 Automatic Build System <autodist@mambasoft.it> 18.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:06 +01:00
|
|
|
* Fri Jul 13 2018 Automatic Build System <autodist@mambasoft.it> 18.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:06 +01:00
|
|
|
* Fri Jun 08 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:06 +01:00
|
|
|
* Thu May 10 2018 Automatic Build System <autodist@mambasoft.it> 18.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:06 +01:00
|
|
|
* Tue Apr 24 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:06 +01:00
|
|
|
* Fri Mar 09 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 17.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:05 +01:00
|
|
|
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 17.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:05 +01:00
|
|
|
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 17.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:05 +01:00
|
|
|
* Fri Nov 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:05 +01:00
|
|
|
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:04 +01:00
|
|
|
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:04 +01:00
|
|
|
* Tue Aug 22 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:04 +01:00
|
|
|
* Wed Jul 19 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 22 2017 Automatic Build System <autodist@mambasoft.it> 17.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:04 +01:00
|
|
|
* Fri Mar 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:04 +01:00
|
|
|
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 18 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:04 +01:00
|
|
|
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
* Fri Sep 09 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
* Sat Aug 27 2016 Automatic Build System <autodist@mambasoft.it> 16.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 16.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 16.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.1-1mamba
|
|
|
|
- update to 15.12.1
|
|
|
|
|
2024-01-06 02:49:03 +01:00
|
|
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:02 +01:00
|
|
|
* Mon Oct 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:02 +01:00
|
|
|
* Sun Sep 28 2014 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:02 +01:00
|
|
|
* Sun Aug 24 2014 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:02 +01:00
|
|
|
* Wed Jul 16 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:02 +01:00
|
|
|
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:02 +01:00
|
|
|
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:49:01 +01:00
|
|
|
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 03 2014 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 19 2013 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 4.11.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Nov 06 2013 Automatic Build System <autodist@mambasoft.it> 4.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 02 2013 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 04 2013 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 14 2013 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 07 2013 Automatic Build System <autodist@mambasoft.it> 4.10.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 03 2013 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 4.9.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 05 2012 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 08 2012 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 04 2012 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 06 2012 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 17 2012 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 10 2012 Automatic Build System <autodist@mambasoft.it> 4.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 05 2012 Automatic Build System <autodist@mambasoft.it> 4.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 07 2012 Automatic Build System <autodist@mambasoft.it> 4.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 28 2012 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 14 2011 Automatic Build System <autodist@mambasoft.it> 4.7.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 03 2011 Automatic Build System <autodist@mambasoft.it> 4.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 16 2011 Davide Madrisan <davide.madrisan@gmail.com> 4.7.2-1mamba
|
|
|
|
- package created by autospec
|