update version to 23.04.3

This commit is contained in:
peijiankang 2023-08-04 11:46:47 +08:00
parent 13d523f8fa
commit 72cc158762
3 changed files with 12 additions and 13 deletions

View File

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

Binary file not shown.

BIN
kimap-23.04.3.tar.xz Normal file

Binary file not shown.