From d302ae34da7161be1bd29f566400c3562fd29f9f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 05 2021 10:27:02 +0000 Subject: cleanup, update deps --- diff --git a/kf5-akonadi-contacts.spec b/kf5-akonadi-contacts.spec index 0be40f9..b7abf23 100644 --- a/kf5-akonadi-contacts.spec +++ b/kf5-akonadi-contacts.spec @@ -1,4 +1,3 @@ -%undefine __cmake_in_source_build %global framework akonadi-contacts # uncomment to enable bootstrap mode @@ -27,7 +26,6 @@ Source0: http://download.kde.org/%{stable}/release-service/%{version}/src # handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches %{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}} -BuildRequires: make BuildRequires: cyrus-sasl-devel BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros @@ -48,6 +46,7 @@ BuildRequires: cmake(Qt5Widgets) >= 5.8 %global majmin_ver %{version} BuildRequires: kf5-akonadi-mime-devel >= %{majmin_ver} BuildRequires: kf5-akonadi-server-devel >= %{majmin_ver} +BuildRequires: kf5-grantleetheme-devel >= %{majmin_ver} %if !(0%{?rhel} == 8 && ( "%{_arch}" == "aarch64" || "%{_arch}" == "s390x" )) BuildRequires: kf5-kcalendarcore-devel >= %{majmin_ver} %endif @@ -88,8 +87,9 @@ developing applications that use %{name}. %build -%{cmake_kf5} \ +%cmake_kf5 \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} + %cmake_build @@ -135,7 +135,6 @@ xvfb-run -a \ %{_kf5_includedir}/contacteditor/ - %changelog * Thu Feb 04 2021 Rex Dieter - 20.12.2-1 - 20.12.2