diff --git a/kf5-plasma.spec b/kf5-plasma.spec index fc79139..3471d82 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -1,19 +1,15 @@ %global framework plasma-framework Name: kf5-plasma -Version: 5.100.0 +Version: 5.108.0 Release: 1 Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface License: GPL-2.0-or-later and LGPL-2.0-or-later and BSD URL: https://invent.kde.org/frameworks/plasma -%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 %global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$ @@ -87,16 +83,12 @@ developing applications that use %{name}. %autosetup -n %{framework}-%{version} -p1 %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd - -%make_build -C %{_target_platform} +%cmake_kf5 +%make_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%make_install %find_lang %{name} --all-name --with-man --all-name @@ -145,6 +137,9 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private %changelog +* Thu Aug 03 2023 zhangkea - 5.108.0-1 +- Update version to 5.108.0 + * Tue Dec 13 2022 wangjunqi - 5.100.0-1 - update to upstream version 5.100.0 diff --git a/plasma-framework-5.100.0.tar.xz b/plasma-framework-5.100.0.tar.xz deleted file mode 100644 index a0f1f83..0000000 Binary files a/plasma-framework-5.100.0.tar.xz and /dev/null differ diff --git a/plasma-framework-5.108.0.tar.xz b/plasma-framework-5.108.0.tar.xz new file mode 100644 index 0000000..536d794 Binary files /dev/null and b/plasma-framework-5.108.0.tar.xz differ