!5 update version to 23.04.3

From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2023-08-11 09:18:00 +00:00 committed by Gitee
commit 52869333e1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 13 deletions

View File

@ -1,6 +1,5 @@
%undefine __cmake_in_source_build
%global framework kimap
%global majmin_ver %{version}
# uncomment to enable bootstrap mode
#global bootstrap 1
@ -10,19 +9,15 @@
%endif
Name: kf5-%{framework}
Version: 22.12.0
Release: 2
Version: 23.04.3
Release: 1
Summary: The KIMAP Library
License: GPLv2+ and LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%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}/release-service/%{version}/src/%{framework}-%{version}.tar.xz
BuildRequires: make
@ -96,18 +91,22 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%files -f %{name}.lang
%license LICENSES/*
%{_kf5_datadir}/qlogging-categories5/*%{framework}.*
%{_kf5_libdir}/libKF5IMAP.so.*
%{_kf5_libdir}/libKPim5IMAP.so.*
%files devel
%{_kf5_includedir}/KIMAP/
%{_kf5_libdir}/libKF5IMAP.so
%{_includedir}/KPim5/KIMAP/
%{_kf5_libdir}/libKPim5IMAP.so
%{_kf5_libdir}/cmake/KF5IMAP/
%{_kf5_includedir}/KIMAPTest/kimaptest/
%{_kf5_libdir}/cmake/KPim5IMAP/
%{_includedir}/KPim5/KIMAPTest/kimaptest/
%{_kf5_libdir}/libkimaptest.a
%{_kf5_archdatadir}/mkspecs/modules/qt_KIMAP.pri
%changelog
* Fri Aug 04 2023 peijiankang <peijiankang@kylinos.cn> - 23.04.3-1
- 23.04.3
* Sat May 06 2023 peijiankang <peijiankang@kylinos.cn> - 22.12.0-2
- fix install error

Binary file not shown.

BIN
kimap-23.04.3.tar.xz Normal file

Binary file not shown.