!4 Update to upstream version 5.113.0
From: @haomi0602 Reviewed-by: @open-bot Signed-off-by: @open-bot
This commit is contained in:
commit
b63aa908c0
@ -1,7 +1,8 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
%global framework kquickcharts
|
%global framework kquickcharts
|
||||||
|
|
||||||
%global bootstrap 1
|
# uncomment to enable bootstrap mode
|
||||||
|
#global bootstrap 1
|
||||||
|
|
||||||
%if !0%{?bootstrap}
|
%if !0%{?bootstrap}
|
||||||
%global tests 1
|
%global tests 1
|
||||||
@ -9,24 +10,21 @@
|
|||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Summary: A QtQuick module providing high-performance charts
|
Summary: A QtQuick module providing high-performance charts
|
||||||
Version: 5.108.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2+
|
License: BSD-2-Clause AND CC0-1.0 AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL AND MIT
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %majmin_ver_kf5
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global stable %stable_kf5
|
||||||
%if %{revision} >= 50
|
|
||||||
%global stable unstable
|
|
||||||
%else
|
|
||||||
%global stable stable
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: kf5-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
BuildRequires: cmake(Qt5Qml)
|
||||||
BuildRequires: qt5-qtquickcontrols2-devel
|
BuildRequires: cmake(Qt5Quick)
|
||||||
|
BuildRequires: cmake(Qt5QuickControls2)
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -83,6 +81,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|||||||
%{_kf5_libdir}/cmake/KF5QuickCharts/
|
%{_kf5_libdir}/cmake/KF5QuickCharts/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 02 2024 haomimi <haomimi@uniontech.com> - 5.113.0-1
|
||||||
|
- Update to upstream version 5.113.0
|
||||||
|
|
||||||
* Fri Aug 04 2023 lvgenggeng <lvgenggeng@uniontech.com> - 5.108.0-1
|
* Fri Aug 04 2023 lvgenggeng <lvgenggeng@uniontech.com> - 5.108.0-1
|
||||||
- bump to 5.108.0
|
- bump to 5.108.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
kquickcharts-5.113.0.tar.xz
Normal file
BIN
kquickcharts-5.113.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user