cleanup, update deps

This commit is contained in:
Rex Dieter 2021-02-05 04:27:02 -06:00
parent a69bc50704
commit d302ae34da
1 changed files with 3 additions and 4 deletions

View File

@ -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 <rdieter@fedoraproject.org> - 20.12.2-1
- 20.12.2