Accepting request 523343 from KDE:Qt5

- Update package descriptions and fix RPM groups. (forwarded request 523334 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/523343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtsensors?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2017-09-12 17:52:29 +00:00 committed by Git OBS Bridge
parent c6c5630e44
commit 2950b21df0
2 changed files with 24 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 11 16:34:28 UTC 2017 - jengelh@inai.de
- Update package descriptions and fix RPM groups.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 1 08:15:25 UTC 2017 - lbeltrame@kde.org Sat Jul 1 08:15:25 UTC 2017 - lbeltrame@kde.org

View File

@ -23,7 +23,7 @@
Name: libqt5-qtsensors Name: libqt5-qtsensors
Version: 5.9.1 Version: 5.9.1
Release: 0 Release: 0
Summary: Qt 5 Serial Port Addon Summary: Qt 5 Sensors library
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Url: https://www.qt.io Url: https://www.qt.io
@ -47,22 +47,26 @@ BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Qt is a set of libraries for developing applications. The Qt Sensors API provides access to sensor hardware via QML and C++
interfaces. The Qt Sensors API also provides a motion gesture
recognition API for devices.
%prep %prep
%setup -q -n qtsensors-opensource-src-%{real_version} %setup -q -n qtsensors-opensource-src-%{real_version}
%package -n %libname %package -n %libname
Summary: Qt 5 Serial Port Addon Summary: Qt 5 Sensors library
Group: Development/Libraries/X11 Group: System/Libraries
%requires_ge libQt5Core5 %requires_ge libQt5Core5
%description -n %libname %description -n %libname
Qt is a set of libraries for developing applications. The Qt Sensors API provides access to sensor hardware via QML and C++
interfaces. The Qt Sensors API also provides a motion gesture
recognition API for devices.
%package -n %libname-imports %package -n %libname-imports
Summary: Qt 5 Serial Port Addon - QML imports Summary: QML imports for the Qt 5 Sensors library
Group: Development/Libraries/X11 Group: System/Libraries
Supplements: packageand(%libname:libQtQuick5) Supplements: packageand(%libname:libQtQuick5)
# imports splited with 5.4.1 # imports splited with 5.4.1
Conflicts: %libname < 5.4.1 Conflicts: %libname < 5.4.1
@ -75,17 +79,21 @@ This package contains base tools, like string, xml, and network
handling. handling.
%package devel %package devel
Summary: Qt Development Kit Summary: Development files for the Qt 5 Sensors library
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Requires: %libname = %{version} Requires: %libname = %{version}
Provides: libQt5Sensors-devel = %{version} Provides: libQt5Sensors-devel = %{version}
Obsoletes: libQt5Sensors-devel < %{version} Obsoletes: libQt5Sensors-devel < %{version}
%description devel %description devel
You need this package, if you want to compile programs with qtsensors. The Qt Sensors API provides access to sensor hardware via QML and C++
interfaces.
This subpackage contains the header files for developing
applications that want to make use of libQt5Sensors5.
%package private-headers-devel %package private-headers-devel
Summary: Non-ABI stable experimental API Summary: Non-ABI stable experimental API for the Qt5 Sensors library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
BuildArch: noarch BuildArch: noarch
Requires: %{name}-devel = %{version} Requires: %{name}-devel = %{version}
@ -101,7 +109,7 @@ the exact Qt version.
%package examples %package examples
Summary: Qt5 sensors examples Summary: Qt5 sensors examples
Group: Development/Libraries/X11 Group: Documentation/Other
Recommends: %{name}-devel Recommends: %{name}-devel
%description examples %description examples