diff --git a/kf5-prison.spec b/kf5-prison.spec index 2831686..77e9e63 100644 --- a/kf5-prison.spec +++ b/kf5-prison.spec @@ -3,19 +3,15 @@ Name: kf5-%{framework} Summary: KDE Frameworks 5 Tier 1 barcode library -Version: 5.100.0 +Version: 5.108.0 Release: 1 License: BSD 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: extra-cmake-modules >= %{majmin} @@ -47,15 +43,13 @@ developing applications that use %{name}. %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 %ldconfig_scriptlets @@ -75,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 03 2023 zhangkea - 5.108.0-1 +- Update version to 5.108.0 + * Tue Mar 14 2023 tanyulong - 5.100.0-1 - Update package to version 5.100.0 diff --git a/prison-5.100.0.tar.xz b/prison-5.100.0.tar.xz deleted file mode 100644 index 03643f4..0000000 Binary files a/prison-5.100.0.tar.xz and /dev/null differ diff --git a/prison-5.108.0.tar.xz b/prison-5.108.0.tar.xz new file mode 100644 index 0000000..c82fb58 Binary files /dev/null and b/prison-5.108.0.tar.xz differ