Accepting request 443429 from home:luca_b:test_KA

KDE Applications - please review

OBS-URL: https://build.opensuse.org/request/show/443429
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kturtle?expand=0&rev=38
This commit is contained in:
Raymond Wooninck 2016-12-03 13:41:34 +00:00 committed by Git OBS Bridge
parent 49ce9a5b5e
commit fe0c8b3ea5
4 changed files with 30 additions and 17 deletions

View File

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

3
kturtle-16.11.80.tar.xz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 29 12:39:14 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:25:27 UTC 2016 - lbeltrame@kde.org Wed Nov 9 06:25:27 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package kturtle # spec file for package kturtle
# #
# 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,23 +17,28 @@
Name: kturtle Name: kturtle
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: Logo Programming Environment Summary: Logo Programming Environment
License: GPL-2.0+ License: GPL-2.0+
Group: Amusements/Teaching/Mathematics Group: Amusements/Teaching/Mathematics
Url: http://edu.kde.org Url: http://edu.kde.org
Version: 16.08.3
Release: 0
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: update-desktop-files
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kcrash-devel
BuildRequires: kdelibs4support-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: ki18n-devel
BuildRequires: kdelibs4support-devel
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -46,7 +51,7 @@ KTurtle is an educational Logo programming environment.
%build %build
%ifarch ppc ppc64 %ifarch ppc ppc64
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc" export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif %endif
%cmake_kf5 -d build %cmake_kf5 -d build
%make_jobs %make_jobs
@ -62,11 +67,11 @@ export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
%{_kf5_applicationsdir}/org.kde.kturtle.desktop %{_kf5_applicationsdir}/org.kde.kturtle.desktop
%{_kf5_bindir}/kturtle %{_kf5_bindir}/kturtle
%{_kf5_configdir}/kturtle.knsrc %{_kf5_configdir}/kturtle.knsrc
%dir %{_datadir}/appdata %{_kf5_appstreamdir}/org.kde.kturtle.appdata.xml
%{_datadir}/appdata/org.kde.kturtle.appdata.xml
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.* %{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
%_kf5_configdir/*.knsrc %{_kf5_configdir}/*.knsrc
%_datadir/kxmlgui5/kturtle/ %{_datadir}/kxmlgui5/kturtle/
%_kf5_htmldir/en/kturtle/ %{_kf5_htmldir}/en/kturtle/
%dir %{_kf5_appstreamdir}
%changelog %changelog