!3 upgrade version to 5.108.0
From: @zhangkea Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
parent
0a70bab730
commit
b12cb8ead6
@ -2,18 +2,14 @@
|
||||
|
||||
Name: kf5-purpose
|
||||
Summary: Framework for providing abstractions to get the developer's purposes fulfilled
|
||||
Version: 5.100.0
|
||||
Version: 5.108.0
|
||||
Release: 1
|
||||
License: GPLv2 or GPLv3
|
||||
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: https://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
|
||||
Obsoletes: kf5-purpose-twitter < 5.68.0
|
||||
@ -65,15 +61,12 @@ Requires: cmake(KF5CoreAddons)
|
||||
|
||||
|
||||
%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
|
||||
|
||||
@ -114,6 +107,9 @@ rm -fv %{buildroot}%{_datadir}/icons/hicolor/*/actions/kipiplugin_youtube.png
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
|
||||
- Update version to 5.108.0
|
||||
|
||||
* Wed Mar 15 2023 tanyulong <tanyulong@kylinos.cn> - 5.100.0-1
|
||||
- Update package to version 5.100.0
|
||||
|
||||
|
||||
Binary file not shown.
BIN
purpose-5.108.0.tar.xz
Normal file
BIN
purpose-5.108.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user