forked from pool/kross-interpreters
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:
parent
1140fc1d48
commit
ca70bc9407
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b02bcb2f58b7e9e6b5bf81dafa92cc4f2aadd8bc701552e68e58d07635a4998
|
|
||||||
size 145020
|
|
3
kross-interpreters-16.11.80.tar.xz
Normal file
3
kross-interpreters-16.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ddd61929c31163afdecc4f4826bc7e3bb7f1481a5dc1db6b85a09d3a2a64b82e
|
||||||
|
size 145036
|
@ -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
|
Wed Nov 9 06:22:17 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kross-interpreters
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,21 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kross-interpreters
|
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: extra-cmake-modules
|
||||||
BuildRequires: kdelibs4support-devel
|
BuildRequires: kdelibs4support-devel
|
||||||
BuildRequires: kross-devel => 5.11.0
|
BuildRequires: kross-devel >= 5.11.0
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -59,10 +63,10 @@ Group: Development/Libraries/KDE
|
|||||||
The Java bindings which can be used with KROSS
|
The Java bindings which can be used with KROSS
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -71,6 +75,6 @@ The Java bindings which can be used with KROSS
|
|||||||
|
|
||||||
%files -n kross-python
|
%files -n kross-python
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_kf5_plugindir/krosspython.so
|
%{_kf5_plugindir}/krosspython.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user