diff --git a/kf5-mailcommon.spec b/kf5-mailcommon.spec index 14963eb..0ea9c68 100644 --- a/kf5-mailcommon.spec +++ b/kf5-mailcommon.spec @@ -1,19 +1,15 @@ %global framework mailcommon -Name: kf5-%{framework} -Version: 22.12.0 -Release: 1 -Summary: Mail applications support library +Name: kf5-%{framework} +Version: 23.04.3 +Release: 1 +Summary: Mail applications support library -License: GPLv2 -URL: https://invent.kde.org/pim/%{framework}/ +License: GPLv2 +URL: https://invent.kde.org/pim/%{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 # handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches @@ -69,7 +65,7 @@ Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: cmake(KF5Akonadi) Requires: cmake(KF5AkonadiMime) -Requires: cmake(KF5MessageComposer) +Requires: cmake(KPim5MessageComposer) Requires: cmake(KF5PimCommon) %description devel %{summary}. @@ -96,16 +92,20 @@ Requires: cmake(KF5PimCommon) %files -f %{name}.lang %license LICENSES/* %{_kf5_datadir}/qlogging-categories5/*%{framework}.* -%{_kf5_libdir}/libKF5MailCommon.so.* -%{_qt5_plugindir}/designer/mailcommonwidgets.so +%{_kf5_libdir}/libKPim5MailCommon.so.* +%{_qt5_plugindir}/designer/mailcommon5widgets.so %files devel %{_kf5_archdatadir}/mkspecs/modules/qt_MailCommon.pri -%{_kf5_includedir}/MailCommon/ +%{_includedir}/KPim5/MailCommon/ %{_kf5_libdir}/cmake/KF5MailCommon/ -%{_kf5_libdir}/libKF5MailCommon.so +%{_kf5_libdir}/cmake/KPim5MailCommon/ +%{_kf5_libdir}/libKPim5MailCommon.so %changelog -* Wed Apr 19 2023 huayadong - 22.12.0-1 +* Fri Aug 04 2023 peijiankang - 23.04.3-1 +- 23.04.3 + +* Wed Apr 19 2023 huayadong - 22.12.0-1 - 22.12.0 diff --git a/mailcommon-22.12.0.tar.xz b/mailcommon-22.12.0.tar.xz deleted file mode 100644 index fab241d..0000000 Binary files a/mailcommon-22.12.0.tar.xz and /dev/null differ diff --git a/mailcommon-23.04.3.tar.xz b/mailcommon-23.04.3.tar.xz new file mode 100644 index 0000000..6a5f2a2 Binary files /dev/null and b/mailcommon-23.04.3.tar.xz differ