libical (and thus kcalendarcore) not on all arches for RHEL8.

This commit is contained in:
Troy Dawson 2020-01-27 09:57:38 -08:00
parent e18729f97b
commit 432b26c351
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ BuildRequires: cmake(Qt5Widgets) >= 5.8
%global majmin_ver %{version}
BuildRequires: kf5-akonadi-mime-devel >= %{majmin_ver}
BuildRequires: kf5-akonadi-server-devel >= %{majmin_ver}
%if !(0%{?rhel} == 8 && ( %{_arch} == "aarch64" || %{_arch} == "s390x" ))
BuildRequires: kf5-kcalendarcore-devel >= %{majmin_ver}
%endif
BuildRequires: kf5-kcontacts-devel >= %{majmin_ver}
BuildRequires: kf5-kmime-devel >= %{majmin_ver}
@ -73,7 +75,7 @@ Obsoletes: kf5-akonadi-contact-devel < 16.07
Provides: kf5-akonadi-contact-devel = %{version}-%{release}
Requires: cmake(KF5Akonadi)
Requires: cmake(KF5Contacts)
Requires: cmake(KF5CalendarCore)
Recommends: cmake(KF5CalendarCore)
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.