%undefine __cmake_in_source_build %global framework kmbox # uncomment to enable bootstrap mode # global bootstrap 1 %if !0%{?bootstrap} %global tests 1 %endif Name: kf5-%{framework} Version: 23.08.4 Release: 2 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 majmin %majmin_ver_kf5 %global stable %stable_kf5 BuildRequires: make BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros %global majmin_ver %(echo %{version} | cut -d. -f1,2) BuildRequires: kf5-kmime-devel >= %{majmin_ver} BuildRequires: qt5-qtbase-devel %if 0%{?tests} BuildRequires: dbus-x11 BuildRequires: time BuildRequires: xorg-x11-server-Xvfb %endif %description %{summary}. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} Requires: kf5-kmime-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -n %{framework}-%{version} %build %{cmake_kf5} %{cmake_build} %install %{cmake_install} %check %{ctest} %ldconfig_scriptlets %files %license LICENSES/* %{_kf5_datadir}/qlogging-categories5/*%{framework}.* %{_kf5_libdir}/libKPim5Mbox.so.* %files devel %{_kf5_archdatadir}/mkspecs/modules/qt_KMbox.pri %{_includedir}/KPim5/KMbox %{_kf5_libdir}/cmake/KPim5Mbox/ %{_kf5_libdir}/libKPim5Mbox.so %changelog * Fri Nov 15 2024 ChenYanpan - 23.08.4-2 - adapt to the new CMake macros to fix build failure * Mon Jan 08 2024 peijiankang - 23.08.4-1 - update verison to 23.08.4 * 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 * Wed Nov 23 2022 misaka00251 - 22.08.0-1 - Init package