diff --git a/kf5-kmbox.spec b/kf5-kmbox.spec index 76024a7f261cc4b37e35fc615f5406cd023ffb93..6cfed767eeb422f1dba816d7721b55984e633296 100644 --- a/kf5-kmbox.spec +++ b/kf5-kmbox.spec @@ -8,19 +8,15 @@ %endif Name: kf5-%{framework} -Version: 22.12.0 +Version: 23.04.3 Release: 1 Summary: The KMbox Library License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{framework}-%{version}.tar.xz -%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 BuildRequires: make BuildRequires: extra-cmake-modules @@ -74,15 +70,19 @@ make test ARGS="--output-on-failure --timeout 120" -C %{_target_platform} ||: %files %license LICENSES/* %{_kf5_datadir}/qlogging-categories5/*%{framework}.* -%{_kf5_libdir}/libKF5Mbox.so.* +%{_kf5_libdir}/libKPim5Mbox.so.* %files devel %{_kf5_archdatadir}/mkspecs/modules/qt_KMbox.pri -%{_kf5_includedir}/KMbox -%{_kf5_libdir}/cmake/KF5Mbox -%{_kf5_libdir}/libKF5Mbox.so +%{_includedir}/KPim5/KMbox +%{_kf5_libdir}/cmake/KF5Mbox/ +%{_kf5_libdir}/cmake/KPim5Mbox/ +%{_kf5_libdir}/libKPim5Mbox.so %changelog +* Wed Aug 09 2023 yajun - 23.04.3-1 +- update to upstream version 23.04.3 + * Tue Apr 25 2023 jiangxinyu - 22.12.0-1 - Update package to version 22.12.0 diff --git a/kmbox-22.12.0.tar.xz b/kmbox-22.12.0.tar.xz deleted file mode 100644 index 1e4389a763f90ee125f99d9a23dc3487e6564056..0000000000000000000000000000000000000000 Binary files a/kmbox-22.12.0.tar.xz and /dev/null differ diff --git a/kmbox-23.04.3.tar.xz b/kmbox-23.04.3.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..54c36caa2e78d6247b0d8f2b0cbcd6b5bcf2af48 Binary files /dev/null and b/kmbox-23.04.3.tar.xz differ