Accepting request 866045 from KDE:Qt:5.15

Add compatibility with qml-autoreqprov

OBS-URL: https://build.opensuse.org/request/show/866045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtquickcontrols2?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2021-01-26 13:44:08 +00:00 committed by Git OBS Bridge
commit c3edfedd27
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 16 16:25:20 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Add compatibility with qml-autoreqprov
-------------------------------------------------------------------
Fri Nov 20 12:09:31 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtquickcontrols2
#
# 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\\((Backend|Theme|.*example).*
%define qt5_snapshot 0
%define base_name libqt5
%define real_version 5.15.2
@ -51,6 +54,7 @@ can be used to build complete interfaces in Qt Quick.
%package -n libQt5QuickControls2-5
Summary: Qt 5 QuickControl2 Library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: System/Libraries
%description -n libQt5QuickControls2-5
@ -61,6 +65,7 @@ handling.
%package -n libQt5QuickTemplates2-5
Summary: Qt5 QuickTemplates2 Library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: System/Libraries
%description -n libQt5QuickTemplates2-5
@ -68,6 +73,7 @@ You need this package if you want to compile programs with qtquickcontrols2.
%package -n libQt5QuickControls2-devel
Summary: Qt Development Kit
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/X11
Requires: libQt5QuickControls2-5 = %{version}
@ -76,6 +82,7 @@ You need this package if you want to compile programs with qtquickcontrols2.
%package -n libQt5QuickTemplates2-devel
Summary: Qt Development Kit
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/X11
Requires: libQt5QuickTemplates2-5 = %{version}
@ -84,6 +91,7 @@ You need this package if you want to compile programs with qtquickcontrols2.
%package private-headers-devel
Summary: Headers for the unstable API of the Qt5 QuickControls2 module
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/X11
Requires: libQt5QuickControls2-devel = %{version}
Requires: libQt5QuickTemplates2-devel = %{version}
@ -94,8 +102,8 @@ of the Qt5 QuickControls 2 module.
%package examples
Summary: Qt5 quickcontrols2 examples
Group: Development/Libraries/X11
License: BSD-3-Clause
Group: Development/Libraries/X11
%description examples
Examples for libqt5-qtquickcontrols2 module.