upgrade to version 5.108.0
(cherry picked from commit 4e2047120e79d13c8da81f4b846d692e937cc4f6)
This commit is contained in:
parent
81d0490b2f
commit
e562e24407
Binary file not shown.
@ -1,20 +1,16 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
%global framework frameworkintegration
|
%global framework frameworkintegration
|
||||||
|
%global appstream 1
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.100.0
|
Version: 5.108.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
|
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
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
|
||||||
|
|
||||||
## upstream patches (lookaside cache)
|
## upstream patches (lookaside cache)
|
||||||
@ -38,11 +34,6 @@ BuildRequires: libXcursor-devel
|
|||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qtx11extras-devel
|
BuildRequires: qt5-qtx11extras-devel
|
||||||
BuildRequires: qt5-qtbase-private-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
|
# prior to 5.11.0-3, main pkg was multilib'd (due to arch'd -devel deps) -- rex
|
||||||
Obsoletes: %{name} < 5.11.0-3
|
Obsoletes: %{name} < 5.11.0-3
|
||||||
@ -98,10 +89,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc
|
%{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc
|
||||||
%dir %{_kf5_libexecdir}/kpackagehandlers
|
%dir %{_kf5_libexecdir}/kpackagehandlers
|
||||||
%{_kf5_libexecdir}/kpackagehandlers/knshandler
|
%{_kf5_libexecdir}/kpackagehandlers/knshandler
|
||||||
# move to subpkg? -- rex
|
|
||||||
%if 0%{?appstream}
|
|
||||||
%{_kf5_libexecdir}/kpackagehandlers/appstreamhandler
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
@ -117,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 15 2022 tanyulong <tanyulong@kylinos.cn> - 5.100.0-1
|
||||||
- update to upstream version 5.100.0
|
- update to upstream version 5.100.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user