]> git.pld-linux.org Git - packages/qt5-qtwebkit.git/commitdiff
qt5-assistant depends on qtwebkit
authorElan Ruusamäe <glen@delfi.ee>
Tue, 9 Jun 2015 20:50:11 +0000 (23:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 9 Jun 2015 20:50:13 +0000 (23:50 +0300)
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

index b3b9ed1a135ce6f98319a09867008b9b6dd28494..52823f56062c3974ab24669133847b0256c5060c 100644 (file)
@@ -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
This page took 0.119999 seconds and 4 git commands to generate.