Add compatibility with qml-autoreqprov

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtwayland?expand=0&rev=13
This commit is contained in:
Luca Beltrame 2021-01-22 15:04:59 +00:00 committed by Git OBS Bridge
parent 5af85585d3
commit 1f6697db25
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 16 16:25:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Add compatibility with qml-autoreqprov
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 1 11:36:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Tue Dec 1 11:36:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libqt5-qtwayland # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 qt5_snapshot 0
%define libname libQt5WaylandCompositor5 %define libname libQt5WaylandCompositor5
%define base_name libqt5 %define base_name libqt5
@ -56,6 +59,7 @@ Qt is a set of libraries for developing applications.
%package devel %package devel
Summary: Qt 5 Wayland Addon 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++ Group: Development/Libraries/C and C++
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: libQt5WaylandClient5 = %{version} Requires: libQt5WaylandClient5 = %{version}
@ -67,6 +71,7 @@ Development package to build Qt-based compositors.
%package private-headers-devel %package private-headers-devel
Summary: Qt 5 Wayland Addon Non-ABI stable experimental API files 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++ Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version} Requires: %{name}-devel = %{version}
Requires: libqt5-qtbase-private-headers-devel Requires: libqt5-qtbase-private-headers-devel
@ -80,6 +85,7 @@ the exact Qt version.
%package -n libQt5WaylandCompositor5 %package -n libQt5WaylandCompositor5
Summary: Qt 5 Wayland Addon 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++ Group: Development/Libraries/C and C++
Conflicts: qtwayland Conflicts: qtwayland
@ -88,6 +94,7 @@ Qt is a set of libraries for developing applications.
%package -n libQt5WaylandClient5 %package -n libQt5WaylandClient5
Summary: Qt 5 Wayland Addon 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++ Group: Development/Libraries/C and C++
Conflicts: qtwayland Conflicts: qtwayland
@ -96,8 +103,8 @@ Qt is a set of libraries for developing applications.
%package examples %package examples
Summary: Qt5 wayland examples Summary: Qt5 wayland examples
Group: Development/Libraries/X11
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Libraries/X11
Recommends: %{name}-devel Recommends: %{name}-devel
%description examples %description examples