From b0970bd0878491fd5b0fbeaf7d412cd588e37b7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 9 Jun 2015 23:50:11 +0300 Subject: [PATCH] qt5-assistant depends on qtwebkit add bootstrap bcond to be able to build for libicu rebuild qt5-assistant-5.4.1-1.x86_64 marks Qt5WebKit-5.4.1-1.x86_64 (cap libQt5WebKit.so.5()(64bit)) --- qt5-qtwebkit.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index b3b9ed1..52823f5 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -6,9 +6,16 @@ # (e.g. WebProcess requires WebKitWidgets) # # Conditional build: +%bcond_with bootstrap # disable features to able to build without installed qt5 +# -- build targets %bcond_without qch # documentation in QCH format +# -- features %bcond_with qtmultimedia # QtMultimedia support +%if %{with bootstrap} +%undefine with_qch +%endif + %define orgname qtwebkit %define qtbase_ver %{version} %define qtdeclarative_ver %{version} @@ -20,7 +27,7 @@ Summary: The Qt5 WebKit libraries Summary(pl.UTF-8): Biblioteki Qt5 WebKit Name: qt5-%{orgname} Version: 5.4.1 -Release: 1 +Release: 1.1 License: LGPL v2+ Group: X11/Libraries Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz -- 2.44.0