2011-07-27 11:05:54 +00:00
|
|
|
#
|
2011-07-27 11:06:17 +00:00
|
|
|
# spec file for package kturtle
|
2011-07-27 11:05:54 +00:00
|
|
|
#
|
2023-03-02 14:21:41 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-07-27 11:05:54 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-24 23:45:16 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-07-27 11:05:54 +00:00
|
|
|
#
|
|
|
|
|
2017-08-11 22:59:57 +00:00
|
|
|
|
2022-01-06 12:45:03 +00:00
|
|
|
%bcond_without released
|
2018-11-24 23:45:16 +00:00
|
|
|
Name: kturtle
|
2023-04-20 09:26:58 +00:00
|
|
|
Version: 23.04.0
|
2018-11-24 23:45:16 +00:00
|
|
|
Release: 0
|
2011-07-27 11:05:54 +00:00
|
|
|
Summary: Logo Programming Environment
|
2018-11-24 23:45:16 +00:00
|
|
|
License: GPL-2.0-or-later
|
2021-04-19 13:31:10 +00:00
|
|
|
URL: https://apps.kde.org/kturtle
|
2023-04-20 09:26:58 +00:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2022-01-06 12:45:03 +00:00
|
|
|
%if %{with released}
|
2023-04-20 09:26:58 +00:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-04-19 13:31:10 +00:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2015-05-11 16:42:35 +00:00
|
|
|
BuildRequires: extra-cmake-modules
|
2020-03-28 13:58:21 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2019-11-29 11:40:23 +00:00
|
|
|
BuildRequires: cmake(KF5Crash)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
2020-03-28 13:58:21 +00:00
|
|
|
BuildRequires: cmake(KF5KDELibs4Support)
|
2019-11-29 11:40:23 +00:00
|
|
|
BuildRequires: cmake(KF5KIO)
|
|
|
|
BuildRequires: cmake(KF5NewStuff)
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
BuildRequires: cmake(Qt5Svg)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
2015-05-11 16:42:35 +00:00
|
|
|
Obsoletes: %{name}5 < %{version}
|
|
|
|
Provides: %{name}5 = %{version}
|
2011-07-27 11:05:54 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
KTurtle is an educational Logo programming environment.
|
|
|
|
|
2017-04-15 13:28:52 +00:00
|
|
|
%lang_package
|
|
|
|
|
2011-07-27 11:05:54 +00:00
|
|
|
%prep
|
2021-04-19 13:31:10 +00:00
|
|
|
%autosetup -p1
|
2011-07-27 11:05:54 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%ifarch ppc ppc64
|
2016-12-03 13:41:34 +00:00
|
|
|
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
2011-07-27 11:05:54 +00:00
|
|
|
%endif
|
2022-11-17 22:58:48 +00:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%cmake_build
|
2011-07-27 11:05:54 +00:00
|
|
|
|
|
|
|
%install
|
2022-11-17 22:58:48 +00:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
%{kf5_find_htmldocs}
|
|
|
|
|
|
|
|
%suse_update_desktop_file org.kde.%{name} Education Math
|
2011-07-27 11:05:54 +00:00
|
|
|
|
|
|
|
%files
|
2018-11-24 23:45:16 +00:00
|
|
|
%license COPYING*
|
2019-04-03 08:52:46 +00:00
|
|
|
%doc AUTHORS README.md
|
2017-08-11 22:59:57 +00:00
|
|
|
%config %{_kf5_configdir}/kturtle.knsrc
|
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/kturtle/
|
2015-05-11 16:42:35 +00:00
|
|
|
%{_kf5_applicationsdir}/org.kde.kturtle.desktop
|
2016-12-03 13:41:34 +00:00
|
|
|
%{_kf5_appstreamdir}/org.kde.kturtle.appdata.xml
|
2017-08-11 22:59:57 +00:00
|
|
|
%{_kf5_bindir}/kturtle
|
2015-05-11 16:42:35 +00:00
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
|
2018-07-28 13:45:22 +00:00
|
|
|
%{_kf5_kxmlguidir}/kturtle/
|
2011-07-27 11:05:54 +00:00
|
|
|
|
2017-04-15 13:28:52 +00:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2011-07-27 11:05:54 +00:00
|
|
|
%changelog
|