Update to upstream version 5.113.0
This commit is contained in:
parent
260bb89739
commit
9de249e003
@ -1,7 +1,8 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kquickcharts
|
||||
|
||||
%global bootstrap 1
|
||||
# uncomment to enable bootstrap mode
|
||||
#global bootstrap 1
|
||||
|
||||
%if !0%{?bootstrap}
|
||||
%global tests 1
|
||||
@ -9,24 +10,21 @@
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Summary: A QtQuick module providing high-performance charts
|
||||
Version: 5.108.0
|
||||
Version: 5.113.0
|
||||
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}
|
||||
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
%if %{revision} >= 50
|
||||
%global stable unstable
|
||||
%else
|
||||
%global stable stable
|
||||
%endif
|
||||
%global majmin %majmin_ver_kf5
|
||||
%global stable %stable_kf5
|
||||
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kf5-rpm-macros
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt5-qtquickcontrols2-devel
|
||||
BuildRequires: cmake(Qt5Qml)
|
||||
BuildRequires: cmake(Qt5Quick)
|
||||
BuildRequires: cmake(Qt5QuickControls2)
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
@ -83,6 +81,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
||||
%{_kf5_libdir}/cmake/KF5QuickCharts/
|
||||
|
||||
%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
|
||||
- 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