2014-03-18 17:16:54 +01:00
|
|
|
#
|
|
|
|
# spec file for package kqtquickcharts
|
|
|
|
#
|
2024-02-23 21:08:36 +01:00
|
|
|
# Copyright (c) 2024 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
|
|
|
#
|
|
|
|
|
|
|
|
|
2022-01-06 13:44:56 +01:00
|
|
|
%bcond_without released
|
2018-11-25 00:45:09 +01:00
|
|
|
Name: kqtquickcharts
|
2024-04-12 19:25:26 +02:00
|
|
|
Version: 24.02.2
|
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
|
2024-02-26 11:19:06 +01:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2022-01-06 13:44:56 +01:00
|
|
|
%if %{with released}
|
2024-02-26 11:19:06 +01:00
|
|
|
Source1: %{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
|
2023-03-20 09:52:11 +01:00
|
|
|
%{_kf5_cmakedir}/KQtQuickCharts/
|
2016-12-03 15:01:30 +01:00
|
|
|
%{_kf5_qmldir}/
|
2014-03-18 17:16:54 +01:00
|
|
|
|
|
|
|
%changelog
|