update version for 5.108.0

This commit is contained in:
ut001695 2023-08-03 14:05:56 +08:00
parent 581db9a071
commit 6f42a7e21a
3 changed files with 11 additions and 14 deletions

View File

@ -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 <zhangkea@uniontech.cn> - 5.108.0-1
- Update version to 5.108.0
* Tue Mar 14 2023 tanyulong <tanyulong@kylinos.cn> - 5.100.0-1
- Update package to version 5.100.0

Binary file not shown.

BIN
prison-5.108.0.tar.xz Normal file

Binary file not shown.