Accepting request 866047 from KDE:Qt:5.15
Add compatibility with qml-autoreqprov OBS-URL: https://build.opensuse.org/request/show/866047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtsensors?expand=0&rev=45
This commit is contained in:
commit
2f67b142d6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 16 16:25:33 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Add compatibility with qml-autoreqprov
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 20 12:09:35 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
Fri Nov 20 12:09:35 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqt5-qtsensors
|
# 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
|
# 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\\((Explorer|Grue).*
|
||||||
|
|
||||||
%define qt5_snapshot 0
|
%define qt5_snapshot 0
|
||||||
%define libname libQt5Sensors5
|
%define libname libQt5Sensors5
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
@ -54,6 +57,7 @@ recognition API for devices.
|
|||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Qt 5 Sensors library
|
Summary: Qt 5 Sensors library
|
||||||
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%requires_ge libQt5Core5
|
%requires_ge libQt5Core5
|
||||||
|
|
||||||
@ -64,6 +68,7 @@ recognition API for devices.
|
|||||||
|
|
||||||
%package -n %{libname}-imports
|
%package -n %{libname}-imports
|
||||||
Summary: QML imports for the Qt 5 Sensors library
|
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
|
Group: System/Libraries
|
||||||
%requires_ge libQtQuick5
|
%requires_ge libQtQuick5
|
||||||
Supplements: (%{libname} and libQtQuick5)
|
Supplements: (%{libname} and libQtQuick5)
|
||||||
@ -78,6 +83,7 @@ handling.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the Qt 5 Sensors library
|
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
|
Group: Development/Libraries/X11
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Provides: libQt5Sensors-devel = %{version}
|
Provides: libQt5Sensors-devel = %{version}
|
||||||
@ -92,6 +98,7 @@ applications that want to make use of libQt5Sensors5.
|
|||||||
|
|
||||||
%package private-headers-devel
|
%package private-headers-devel
|
||||||
Summary: Non-ABI stable experimental API for the Qt5 Sensors library
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
Requires: libQt5Core-private-headers-devel >= %{version}
|
Requires: libQt5Core-private-headers-devel >= %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user