update to upstream version 5.88.0

This commit is contained in:
pei-jiankang 2022-01-17 11:39:35 +08:00
parent a35a0edc80
commit 6ec8b315a3
4 changed files with 12 additions and 6 deletions

View File

@ -1,12 +1,13 @@
%undefine __cmake_in_source_build
%global framework kitemmodels
Name: kf5-%{framework}
Version: 5.55.0
Release: 1
Version: 5.88.0
Release: 1
Summary: KDE Frameworks 5 Tier 1 addon with item models
License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -21,6 +22,7 @@ BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
Requires: kf5-filesystem >= %{majmin}
@ -57,9 +59,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files
%doc README.md
%license COPYING.LIB
%{_kf5_sysconfdir}/xdg/%{framework}.*
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_libdir}/libKF5ItemModels.so.*
%{_kf5_qmldir}/org/kde/kitemmodels/
%files devel
%{_kf5_includedir}/kitemmodels_version.h
@ -70,5 +73,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Mon Jan 17 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
- Initial release for OpenEuler

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: KDE/kitemmodels
tag_prefix: "^v"
seperator: "."
separator: "."

Binary file not shown.

BIN
kitemmodels-5.88.0.tar.xz Normal file

Binary file not shown.