File kross-interpreters.spec of Package kross-interpreters
#
# spec file for package kross-interpreters
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kross-interpreters
BuildRequires: java-devel >= 1.6.0
BuildRequires: kde4-filesystem
BuildRequires: libkde4-devel
BuildRequires: python-devel
BuildRequires: ruby-devel
BuildRequires: xz
Summary: Diverse bindings for KROSS
License: LGPL-2.1+
Group: Development/Libraries/KDE
Version: 4.8.4
Release: 0
Source0: %{name}-%{version}.tar.xz
Patch0: kross-interpreters-ruby19.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The kross interpreters for Ruby, Python and Java
%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
Summary: Ruby Bindings for kross
Group: Development/Libraries/KDE
%description -n kross-ruby
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
%setup -q -n %{name}-%{version}
%if %suse_version >= 1220
%patch0 -p1
%endif
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%files -n kross-python
%defattr(-,root,root)
%{_kde4_modulesdir}/krosspython.so
%files -n kross-ruby
%defattr(-,root,root)
%{_kde4_modulesdir}/krossruby.so
%files -n kross-java
%defattr(-,root,root)
%{_kde4_modulesdir}/krossjava.so
%{_kde4_modulesdir}/kross/
%changelog