1
0

Accepting request 443400 from home:luca_b:test_KA

KDE Applications - please review

OBS-URL: https://build.opensuse.org/request/show/443400
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kross-interpreters?expand=0&rev=32
This commit is contained in:
Raymond Wooninck 2016-12-03 13:58:14 +00:00 committed by Git OBS Bridge
parent 1140fc1d48
commit ca70bc9407
4 changed files with 26 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b02bcb2f58b7e9e6b5bf81dafa92cc4f2aadd8bc701552e68e58d07635a4998
size 145020

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddd61929c31163afdecc4f4826bc7e3bb7f1481a5dc1db6b85a09d3a2a64b82e
size 145036

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 29 12:36:10 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
-------------------------------------------------------------------
Wed Nov 9 06:22:17 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kross-interpreters
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,21 +17,25 @@
Name: kross-interpreters
Version: 16.11.80
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Diverse bindings for KROSS
License: LGPL-2.1+
Group: Development/Libraries/KDE
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kdelibs4support-devel
BuildRequires: kross-devel => 5.11.0
BuildRequires: kross-devel >= 5.11.0
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
Summary: Diverse bindings for KROSS
License: LGPL-2.1+
Group: Development/Libraries/KDE
Version: 16.08.3
Release: 0
Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -59,10 +63,10 @@ Group: Development/Libraries/KDE
The Java bindings which can be used with KROSS
%prep
%setup -q -n %{name}-%{version}
%setup -q
%build
%cmake_kf5 -d build
%cmake_kf5 -d build
%make_jobs
%install
@ -71,6 +75,6 @@ The Java bindings which can be used with KROSS
%files -n kross-python
%defattr(-,root,root)
%_kf5_plugindir/krosspython.so
%{_kf5_plugindir}/krosspython.so
%changelog