forked from pool/kross-interpreters
Accepting request 764400 from home:cgiboudeaux:branches:KDE:Applications
- Drop the kross-python package - Build the kross-ruby bindings OBS-URL: https://build.opensuse.org/request/show/764400 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kross-interpreters?expand=0&rev=141
This commit is contained in:
parent
c6349e8cb5
commit
081ba20a01
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 17:42:48 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Drop the kross-python package
|
||||||
|
- Build the kross-ruby bindings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 10:01:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Jan 7 10:01:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -26,13 +26,14 @@ Release: 0
|
|||||||
Summary: Diverse bindings for KROSS
|
Summary: Diverse bindings for KROSS
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
|
URL: https://www.kde.org
|
||||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: applications.keyring
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: python-devel
|
BuildRequires: ruby-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: cmake(KF5KDELibs4Support)
|
BuildRequires: cmake(KF5KDELibs4Support)
|
||||||
BuildRequires: cmake(KF5Kross) >= 5.11.0
|
BuildRequires: cmake(KF5Kross) >= 5.11.0
|
||||||
@ -42,14 +43,7 @@ BuildRequires: cmake(Qt5Test)
|
|||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The kross interpreters for Ruby, Python and Java
|
The kross interpreter for Ruby
|
||||||
|
|
||||||
%package -n kross-python
|
|
||||||
Summary: Python Bindings for kross
|
|
||||||
Group: Development/Libraries/KDE
|
|
||||||
|
|
||||||
%description -n kross-python
|
|
||||||
The Python bindings which can be used with KROSS
|
|
||||||
|
|
||||||
%package -n kross-ruby
|
%package -n kross-ruby
|
||||||
Summary: Ruby Bindings for kross
|
Summary: Ruby Bindings for kross
|
||||||
@ -58,12 +52,6 @@ Group: Development/Libraries/KDE
|
|||||||
%description -n kross-ruby
|
%description -n kross-ruby
|
||||||
The Ruby bindings which can be used with KROSS
|
The Ruby bindings which can be used with KROSS
|
||||||
|
|
||||||
%package -n kross-java
|
|
||||||
Summary: Java Bindings for kross
|
|
||||||
Group: Development/Libraries/KDE
|
|
||||||
|
|
||||||
%description -n kross-java
|
|
||||||
The Java bindings which can be used with KROSS
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -74,10 +62,9 @@ The Java bindings which can be used with KROSS
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
#make DESTDIR=%{buildroot} install
|
|
||||||
|
|
||||||
%files -n kross-python
|
%files -n kross-ruby
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_kf5_plugindir}/krosspython.so
|
%{_kf5_plugindir}/krossruby.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user