!20 [sync] PR-18: upgrade to version 5.108.0

From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
openeuler-ci-bot 2023-08-11 09:56:40 +00:00 committed by Gitee
commit af9d94137f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 17 deletions

View File

@ -1,20 +1,16 @@
%undefine __cmake_in_source_build
%global framework frameworkintegration
%global appstream 1
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.108.0
Release: 1
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
License: LGPLv2+
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
## upstream patches (lookaside cache)
@ -38,11 +34,6 @@ BuildRequires: libXcursor-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: qt5-qtbase-private-devel
%if 0%{?fedora} > 23
%global appstream 1
BuildRequires: cmake(AppStreamQt)
BuildRequires: cmake(packagekitqt5)
%endif
# prior to 5.11.0-3, main pkg was multilib'd (due to arch'd -devel deps) -- rex
Obsoletes: %{name} < 5.11.0-3
@ -98,10 +89,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc
%dir %{_kf5_libexecdir}/kpackagehandlers
%{_kf5_libexecdir}/kpackagehandlers/knshandler
# move to subpkg? -- rex
%if 0%{?appstream}
%{_kf5_libexecdir}/kpackagehandlers/appstreamhandler
%endif
%ldconfig_scriptlets libs
@ -117,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Thu Aug 03 2023 leeffo <liweiganga@uniontech.com> - 5.108.0-1
- upgrade to version 5.108.0
* Thu Dec 15 2022 tanyulong <tanyulong@kylinos.cn> - 5.100.0-1
- update to upstream version 5.100.0