Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov a226390d48
Remove ExclusiveArch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-04-04 18:00:17 +03:00
David Abdurachmanov f21c05df60
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-04-04 17:45:43 +03:00
David Abdurachmanov 1475c857e9
Experiment with qt5-qtwebengine removal
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-06-25 12:31:58 +02:00
1 changed files with 6 additions and 4 deletions

View File

@ -9,7 +9,7 @@
Name: kf5-%{framework}
Version: 19.12.3
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
Summary: The Akonadi Contacts Library
License: LGPLv2+
@ -23,9 +23,6 @@ URL: https://cgit.kde.org/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-%{version}.tar.xz
# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches
%{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}}
BuildRequires: cyrus-sasl-devel
BuildRequires: extra-cmake-modules
BuildRequires: kf5-rpm-macros
@ -39,7 +36,9 @@ BuildRequires: kf5-kitemmodels-devel >= %{kf5_ver}
BuildRequires: kf5-prison-devel >= %{kf5_ver}
BuildRequires: cmake(Grantlee5) >= 5.1
%ifnarch riscv64
BuildRequires: qt5-qtwebengine-devel
%endif
BuildRequires: cmake(Qt5Widgets) >= 5.8
#global majmin_ver %(echo %{version} | cut -d. -f1,2)
@ -139,6 +138,9 @@ xvfb-run -a \
%changelog
* Sat Apr 04 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 19.12.3-2.0.riscv64
- Experimental change to remove qt5-qtwebengine dependency
* Thu Apr 02 2020 Björn Esser <besser82@fedoraproject.org> - 19.12.3-2
- Fix string quoting for rpm >= 4.16