forked from pool/qt6-tools
Accepting request 880722 from KDE:Qt6
OBS-URL: https://build.opensuse.org/request/show/880722 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-tools?expand=0&rev=4
This commit is contained in:
commit
d8af4621e9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 22 17:21:47 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Work around boo#1179155 and explicitly require clang11
|
||||||
|
for Leap 15.3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 18 14:24:03 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Thu Mar 18 14:24:03 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -45,7 +45,12 @@ Source11: org.qt.linguist6.desktop
|
|||||||
Source12: org.qt.qdbusviewer6.desktop
|
Source12: org.qt.qdbusviewer6.desktop
|
||||||
Source13: org.qt.assistant6.desktop
|
Source13: org.qt.assistant6.desktop
|
||||||
Source99: qt6-tools-rpmlintrc
|
Source99: qt6-tools-rpmlintrc
|
||||||
BuildRequires: clang-devel
|
# clang-devel in Leap 15.3 points to clang7...
|
||||||
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150300
|
||||||
|
BuildRequires: clang11-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: clang-devel >= 8
|
||||||
|
%endif
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: qt6-core-private-devel
|
BuildRequires: qt6-core-private-devel
|
||||||
BuildRequires: qt6-dbus-private-devel
|
BuildRequires: qt6-dbus-private-devel
|
||||||
@ -228,8 +233,7 @@ Command line client for communication over D-Bus.
|
|||||||
Summary: Qt 6 Tool used by Qt to generate documentation
|
Summary: Qt 6 Tool used by Qt to generate documentation
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
# qdoc hardcodes clang include paths: boo#1109367, QTBUG-70687
|
# qdoc hardcodes clang include paths: boo#1109367, QTBUG-70687
|
||||||
%global _clang_major_version %(printf %{pkg_version clang-devel} | cut -d. -f1)
|
%requires_eq libclang%{_llvm_sonum}
|
||||||
%requires_eq libclang%{_clang_major_version}
|
|
||||||
|
|
||||||
%description qdoc
|
%description qdoc
|
||||||
Qt 6 Tool used by Qt to generate documentation.
|
Qt 6 Tool used by Qt to generate documentation.
|
||||||
|
Loading…
Reference in New Issue
Block a user