diff --git a/libqt5-qtwayland.changes b/libqt5-qtwayland.changes index 0be9dc7..12baaac 100644 --- a/libqt5-qtwayland.changes +++ b/libqt5-qtwayland.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 16 16:25:39 UTC 2021 - Fabian Vogt + +- Add compatibility with qml-autoreqprov + ------------------------------------------------------------------- Tue Dec 1 11:36:23 UTC 2020 - Christophe Giboudeaux diff --git a/libqt5-qtwayland.spec b/libqt5-qtwayland.spec index 82d6d0e..353bb04 100644 --- a/libqt5-qtwayland.spec +++ b/libqt5-qtwayland.spec @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtwayland # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,9 @@ # +# Internal QML imports of examples +%global __requires_exclude qmlimport\\(com.theqtcompany.* + %define qt5_snapshot 0 %define libname libQt5WaylandCompositor5 %define base_name libqt5 @@ -56,6 +59,7 @@ Qt is a set of libraries for developing applications. %package devel Summary: Qt 5 Wayland Addon +License: GPL-3.0-or-later AND (LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-or-later) Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: libQt5WaylandClient5 = %{version} @@ -67,6 +71,7 @@ Development package to build Qt-based compositors. %package private-headers-devel Summary: Qt 5 Wayland Addon Non-ABI stable experimental API files +License: GPL-3.0-or-later AND (LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-or-later) Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} Requires: libqt5-qtbase-private-headers-devel @@ -80,6 +85,7 @@ the exact Qt version. %package -n libQt5WaylandCompositor5 Summary: Qt 5 Wayland Addon +License: GPL-3.0-or-later AND (LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-or-later) Group: Development/Libraries/C and C++ Conflicts: qtwayland @@ -88,6 +94,7 @@ Qt is a set of libraries for developing applications. %package -n libQt5WaylandClient5 Summary: Qt 5 Wayland Addon +License: GPL-3.0-or-later AND (LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-or-later) Group: Development/Libraries/C and C++ Conflicts: qtwayland @@ -96,8 +103,8 @@ Qt is a set of libraries for developing applications. %package examples Summary: Qt5 wayland examples -Group: Development/Libraries/X11 License: BSD-3-Clause +Group: Development/Libraries/X11 Recommends: %{name}-devel %description examples