2014-03-18 17:16:54 +01:00
|
|
|
#
|
|
|
|
# spec file for package kqtquickcharts
|
|
|
|
#
|
2023-03-02 15:21:28 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2014-03-18 17:16:54 +01: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-25 00:45:09 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-03-18 17:16:54 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-08-12 00:58:32 +02:00
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 15:42:09 +02:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2022-01-06 13:44:56 +01:00
|
|
|
%bcond_without released
|
2018-11-25 00:45:09 +01:00
|
|
|
Name: kqtquickcharts
|
2023-03-02 15:21:28 +01:00
|
|
|
Version: 22.12.3
|
2018-11-25 00:45:09 +01:00
|
|
|
Release: 0
|
2014-03-18 17:16:54 +01:00
|
|
|
Summary: Plugin to render beautiful and interactive graphs
|
2018-11-25 00:45:09 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2019-08-15 16:00:57 +02:00
|
|
|
URL: https://edu.kde.org
|
2022-12-08 13:38:47 +01:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2022-01-06 13:44:56 +01:00
|
|
|
%if %{with released}
|
2022-12-08 13:38:47 +01:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-04-19 15:31:06 +02:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2016-12-03 15:01:30 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kf5-filesystem
|
2019-11-29 12:40:09 +01:00
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
BuildRequires: cmake(Qt5Qml)
|
|
|
|
BuildRequires: cmake(Qt5Quick)
|
2014-03-18 17:16:54 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A QtQuick plugin to render beautiful and interactive graphs.
|
|
|
|
|
|
|
|
%prep
|
2021-04-19 15:31:06 +02:00
|
|
|
%autosetup -p1
|
2014-03-18 17:16:54 +01:00
|
|
|
|
|
|
|
%build
|
2016-12-03 15:01:30 +01:00
|
|
|
%cmake_kf5 -d build
|
2020-02-07 09:46:31 +01:00
|
|
|
%cmake_build
|
2014-03-18 17:16:54 +01:00
|
|
|
|
|
|
|
%install
|
2016-12-03 15:01:30 +01:00
|
|
|
%kf5_makeinstall -C build
|
2014-03-18 17:16:54 +01:00
|
|
|
|
|
|
|
%files
|
2018-11-25 00:45:09 +01:00
|
|
|
%license COPYING*
|
2016-12-03 15:01:30 +01:00
|
|
|
%{_kf5_includedir}/kqtquickcharts_version.h
|
2017-08-12 00:58:32 +02:00
|
|
|
%{_kf5_libdir}/cmake/KQtQuickCharts/
|
2016-12-03 15:01:30 +01:00
|
|
|
%{_kf5_qmldir}/
|
2014-03-18 17:16:54 +01:00
|
|
|
|
|
|
|
%changelog
|