From a83487c4c9b35c667723b605a88b789d05e1ec2a9af86c7571b2b96a12ae45b0 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 22 Jan 2021 15:04:59 +0000 Subject: [PATCH] Add compatibility with qml-autoreqprov OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtsensors?expand=0&rev=12 --- libqt5-qtsensors.changes | 5 +++++ libqt5-qtsensors.spec | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/libqt5-qtsensors.changes b/libqt5-qtsensors.changes index 7dfa8d7..0fde3b9 100644 --- a/libqt5-qtsensors.changes +++ b/libqt5-qtsensors.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 16 16:25:33 UTC 2021 - Fabian Vogt + +- Add compatibility with qml-autoreqprov + ------------------------------------------------------------------- Fri Nov 20 12:09:35 UTC 2020 - Fabian Vogt diff --git a/libqt5-qtsensors.spec b/libqt5-qtsensors.spec index 54cf904..1405869 100644 --- a/libqt5-qtsensors.spec +++ b/libqt5-qtsensors.spec @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtsensors # -# 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\\((Explorer|Grue).* + %define qt5_snapshot 0 %define libname libQt5Sensors5 %define base_name libqt5 @@ -54,6 +57,7 @@ recognition API for devices. %package -n %{libname} Summary: Qt 5 Sensors library +License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) Group: System/Libraries %requires_ge libQt5Core5 @@ -64,6 +68,7 @@ recognition API for devices. %package -n %{libname}-imports Summary: QML imports for the Qt 5 Sensors library +License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) Group: System/Libraries %requires_ge libQtQuick5 Supplements: (%{libname} and libQtQuick5) @@ -78,6 +83,7 @@ handling. %package devel Summary: Development files for the Qt 5 Sensors library +License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) Group: Development/Libraries/X11 Requires: %{libname} = %{version} Provides: libQt5Sensors-devel = %{version} @@ -92,6 +98,7 @@ applications that want to make use of libQt5Sensors5. %package private-headers-devel Summary: Non-ABI stable experimental API for the Qt5 Sensors library +License: 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: libQt5Core-private-headers-devel >= %{version}