2013-10-01 08:14:05 +02:00
|
|
|
#
|
|
|
|
# spec file for package libqt5-qtquickcontrols
|
|
|
|
#
|
2021-01-22 16:04:57 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2013-10-01 08:14:05 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-12-17 10:23:20 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-10-01 08:14:05 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2021-01-22 16:04:57 +01:00
|
|
|
# Internal QML imports of examples
|
|
|
|
%global __requires_exclude qmlimport\\(.*example.*
|
|
|
|
|
2021-06-24 14:00:32 +02:00
|
|
|
%define qt5_snapshot 1
|
2019-12-17 10:23:20 +01:00
|
|
|
%define base_name libqt5
|
2023-04-21 18:09:07 +02:00
|
|
|
%define real_version 5.15.9
|
|
|
|
%define so_version 5.15.9
|
2021-06-24 14:00:32 +02:00
|
|
|
%define tar_version qtquickcontrols-everywhere-src-%{version}
|
2013-10-01 08:14:05 +02:00
|
|
|
Name: libqt5-qtquickcontrols
|
2023-04-21 18:09:07 +02:00
|
|
|
Version: 5.15.9+kde0
|
2013-10-01 08:14:05 +02:00
|
|
|
Release: 0
|
2014-08-08 10:10:40 +02:00
|
|
|
Summary: Qt 5 Quick Controls Addon
|
2019-12-17 10:23:20 +01:00
|
|
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
2013-10-01 08:14:05 +02:00
|
|
|
Group: Development/Libraries/X11
|
2019-12-17 10:23:20 +01:00
|
|
|
URL: https://www.qt.io
|
2021-06-24 14:00:32 +02:00
|
|
|
Source: %{tar_version}.tar.xz
|
2021-01-22 16:04:57 +01:00
|
|
|
# PATCH-FIX-OPENSUSE
|
|
|
|
Patch1: fix-handle-deps.patch
|
2014-02-11 10:34:53 +01:00
|
|
|
BuildRequires: fdupes
|
2021-06-24 14:00:32 +02:00
|
|
|
BuildRequires: libQt5Core-private-headers-devel >= %{real_version}
|
|
|
|
BuildRequires: libQt5Gui-private-headers-devel >= %{real_version}
|
|
|
|
BuildRequires: libqt5-qtbase-devel >= %{real_version}
|
|
|
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{real_version}
|
2019-12-17 10:23:20 +01:00
|
|
|
%if %{qt5_snapshot}
|
2014-02-11 10:34:53 +01:00
|
|
|
#to create the forwarding headers
|
|
|
|
BuildRequires: perl
|
|
|
|
%endif
|
2019-12-17 10:23:20 +01:00
|
|
|
BuildRequires: pkgconfig
|
2013-10-04 13:52:43 +02:00
|
|
|
BuildRequires: xz
|
2021-06-24 14:00:32 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5Qml) >= %{real_version}
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick) >= %{real_version}
|
2019-12-17 10:23:20 +01:00
|
|
|
%requires_ge libQt5Widgets5
|
|
|
|
%requires_ge libQtQuick5
|
2013-10-01 08:14:05 +02:00
|
|
|
|
|
|
|
%description
|
2014-08-08 10:10:40 +02:00
|
|
|
The Qt Quick Controls module provides a set of controls that
|
|
|
|
can be used to build complete interfaces in Qt Quick.
|
2013-10-01 08:14:05 +02:00
|
|
|
|
2014-03-27 09:29:53 +01:00
|
|
|
%package examples
|
|
|
|
Summary: Qt5 quickcontrols examples
|
2019-12-17 10:23:20 +01:00
|
|
|
License: BSD-3-Clause
|
2021-01-22 16:04:57 +01:00
|
|
|
Group: Development/Libraries/X11
|
2014-03-27 09:29:53 +01:00
|
|
|
|
|
|
|
%description examples
|
|
|
|
Examples for libqt5-qtquickcontrols module.
|
|
|
|
|
2013-10-01 08:14:05 +02:00
|
|
|
%prep
|
2021-06-24 14:00:32 +02:00
|
|
|
%autosetup -p1 -n %{tar_version}
|
2013-10-01 08:14:05 +02:00
|
|
|
|
|
|
|
%build
|
2019-12-17 10:23:20 +01:00
|
|
|
%if %{qt5_snapshot}
|
2014-02-11 10:34:53 +01:00
|
|
|
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
|
|
|
mkdir .git
|
|
|
|
%endif
|
2013-11-04 09:13:50 +01:00
|
|
|
%qmake5
|
|
|
|
%make_jobs
|
2013-10-01 08:14:05 +02:00
|
|
|
|
|
|
|
%install
|
2013-11-04 09:13:50 +01:00
|
|
|
%qmake5_install
|
2013-10-01 08:14:05 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,755)
|
2019-12-17 10:23:20 +01:00
|
|
|
%license LICENSE.*
|
2013-10-04 13:52:43 +02:00
|
|
|
%{_libqt5_archdatadir}/qml/QtQuick
|
2013-11-04 09:13:50 +01:00
|
|
|
|
2014-03-27 09:29:53 +01:00
|
|
|
%files examples
|
|
|
|
%defattr(-,root,root,755)
|
2019-12-17 10:23:20 +01:00
|
|
|
%license LICENSE.*
|
2014-03-27 09:29:53 +01:00
|
|
|
%{_libqt5_examplesdir}/
|
|
|
|
|
2013-11-04 09:13:50 +01:00
|
|
|
%changelog
|