From 5492d4a676f933a46477249a9d0bb78a1822e4f08bd8dca708c6c3fb9f44fbcc Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 7 Dec 2021 17:02:11 +0000 Subject: [PATCH] Qt 6.2.2 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-positioning?expand=0&rev=1 --- .gitattributes | 23 +++ .gitignore | 1 + _multibuild | 4 + qt6-positioning-rpmlintrc | 2 + qt6-positioning.changes | 12 ++ qt6-positioning.spec | 239 ++++++++++++++++++++++ qtpositioning-everywhere-src-6.2.2.tar.xz | 3 + 7 files changed, 284 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _multibuild create mode 100644 qt6-positioning-rpmlintrc create mode 100644 qt6-positioning.changes create mode 100644 qt6-positioning.spec create mode 100644 qtpositioning-everywhere-src-6.2.2.tar.xz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..46731da --- /dev/null +++ b/_multibuild @@ -0,0 +1,4 @@ + + docs + + diff --git a/qt6-positioning-rpmlintrc b/qt6-positioning-rpmlintrc new file mode 100644 index 0000000..65d7455 --- /dev/null +++ b/qt6-positioning-rpmlintrc @@ -0,0 +1,2 @@ +# library and development package names don't match +addFilter("no-dependency-on .*") diff --git a/qt6-positioning.changes b/qt6-positioning.changes new file mode 100644 index 0000000..1723e81 --- /dev/null +++ b/qt6-positioning.changes @@ -0,0 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 1 15:14:45 UTC 2021 - Christophe Giboudeaux + +- Update to 6.2.2 + * https://www.qt.io/blog/qt-6.2.2-released +- Make sure all dependencies are present when installing devel + packages. Qt >= 6.2.2 is much less permissive. + +------------------------------------------------------------------- +Mon Nov 15 09:05:22 UTC 2021 - Christophe Giboudeaux + +- QtPositioning and QtLocation are no longer grouped. diff --git a/qt6-positioning.spec b/qt6-positioning.spec new file mode 100644 index 0000000..c1e63d8 --- /dev/null +++ b/qt6-positioning.spec @@ -0,0 +1,239 @@ +# +# spec file for package qt6-positioning +# +# 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 +# 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. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define real_version 6.2.2 +%define short_version 6.2 +%define tar_name qtpositioning-everywhere-src +%define tar_suffix %{nil} +# +%global qt6_flavor @BUILD_FLAVOR@%{nil} +%if "%{qt6_flavor}" == "docs" +%define pkg_suffix -docs +%endif +# +Name: qt6-positioning%{?pkg_suffix} +Version: 6.2.2 +Release: 0 +Summary: Qt 6 Positioning plugins and libraries +License: GPL-3.0-or-later +URL: https://www.qt.io +Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz +Source99: qt6-positioning-rpmlintrc +BuildRequires: qt6-core-private-devel +BuildRequires: qt6-quick-private-devel +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6Gui) +BuildRequires: cmake(Qt6Network) +BuildRequires: cmake(Qt6DBus) +BuildRequires: cmake(Qt6SerialPort) +BuildRequires: cmake(Qt6Qml) +BuildRequires: cmake(Qt6Quick) +BuildRequires: cmake(Qt6QuickTest) +BuildRequires: cmake(Qt6Test) +BuildRequires: cmake(Qt6Widgets) +%if "%{qt6_flavor}" == "docs" +BuildRequires: qt6-tools +%else +# These plugins were in qt6-location before +Provides: qt6-location = 6.2.2 +Obsoletes: qt6-location < 6.2.2 +%endif + +%description +The Qt Positioning API provides positioning information via QML and C++ interfaces. + +%if %{qt6_docs_flavor} +# qtpositioning and qtlocation were split in 6.2.2. +# 'Conflicts' are needed, we can't use the %%qt6_doc_packages and +# %%qt6_examples_package macros. +%package -n qt6-positioning-docs-html +Summary: Documentation for qt6-positioning in HTML format +License: GFDL-1.3-or-later +Provides: qt6-location-docs-html = 6.2.2 +Obsoletes: qt6-location-docs-html < 6.2.2 + +%description -n qt6-positioning-docs-html +This package contains documentation for qt6-positioning in HTML format. + +%package -n qt6-positioning-docs-qch +Summary: Documentation for qt6-positioning in QCH format +License: GFDL-1.3-or-later +Provides: qt6-location-docs-qch = 6.2.2 +Obsoletes: qt6-location-docs-qch < 6.2.2 + +%description -n qt6-positioning-docs-qch +This package contains documentation for qt6-positioning in QCH format. + +%else + +%package examples +Summary: Examples for the qt6-positioning module +Provides: qt6-location-examples = 6.2.2 +Obsoletes: qt6-location-examples < 6.2.2 + +%description examples +Examples for the qt6-positioning module. + +%package imports +Summary: Qt 6 Positioning QML files and plugins + +%description imports +QML files and plugins from the Qt 6 Positioning module. + +%package -n libQt6Positioning6 +Summary: Qt 6 Positioning library + +%description -n libQt6Positioning6 +The Qt 6 Positioning library. + +%package -n qt6-positioning-devel +Summary: Qt 6 Positioning library - Development files +Requires: libQt6Positioning6 = %{version} +Requires: cmake(Qt6Core) + +%description -n qt6-positioning-devel +Development files for the Qt 6 Positioning library. + +%package -n qt6-positioning-private-devel +Summary: Non-ABI stable API for the Qt 6 Positioning Library +Requires: cmake(Qt6Positioning) = %{real_version} + +%description -n qt6-positioning-private-devel +This package provides private headers of libQt6Positioning that do not have any +ABI or API guarantees. + +%package -n libQt6PositioningQuick6 +Summary: Qt 6 PositioningQuick library + +%description -n libQt6PositioningQuick6 +The Qt 6 PositioningQuick library. + +%package -n qt6-positioningquick-devel +Summary: Qt 6 PositioningQuick library - Development files +Requires: libQt6PositioningQuick6 = %{version} +Requires: cmake(Qt6Qml) +Requires: cmake(Qt6Quick) + +%description -n qt6-positioningquick-devel +Development files for the Qt 6 PositioningQuick library. + +%package -n qt6-positioningquick-private-devel +Summary: Non-ABI stable API for the Qt 6 PositioningQuick Library +Requires: cmake(Qt6PositioningQuick) = %{real_version} +%requires_eq qt6-core-private-devel +%requires_eq qt6-qml-private-devel +%requires_eq qt6-quick-private-devel + +%description -n qt6-positioningquick-private-devel +This package provides private headers of libQt6PositioningQuick that do not have any +ABI or API guarantees. + +%endif + +%prep +%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix} + +%build +%cmake_qt6 + +%{qt6_build} + +%install +%{qt6_install} + +%if !%{qt6_docs_flavor} + +# CMake files are not needed for plugins +rm %{buildroot}%{_qt6_cmakedir}/Qt6Positioning/Qt6QGeoPositionInfoSourceFactory*.cmake +rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins + +# and also not for static plugins +rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Bundled_Clip2Tri + +%post -n libQt6Positioning6 -p /sbin/ldconfig +%post -n libQt6PositioningQuick6 -p /sbin/ldconfig +%postun -n libQt6Positioning6 -p /sbin/ldconfig +%postun -n libQt6PositioningQuick6 -p /sbin/ldconfig + +%files +%dir %{_qt6_pluginsdir}/position +%{_qt6_pluginsdir}/position/libqtposition_geoclue2.so +%{_qt6_pluginsdir}/position/libqtposition_positionpoll.so +%{_qt6_pluginsdir}/position/libqtposition_nmea.so + +%files examples +%{_qt6_examplesdir}/* + +%files imports +%{_qt6_qmldir}/QtPositioning/ + +%files -n libQt6Positioning6 +%license LICENSE.* +%{_qt6_libdir}/libQt6Positioning.so.* + +%files -n qt6-positioning-devel +%dir %{_qt6_cmakedir}/Qt6 +%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtPositioningTestsConfig.cmake +%{_qt6_cmakedir}/Qt6Positioning/ +%{_qt6_cmakedir}/Qt6/FindGconf.cmake +%{_qt6_cmakedir}/Qt6/FindGypsy.cmake +%{_qt6_descriptionsdir}/Positioning.json +%{_qt6_includedir}/QtPositioning/ +%{_qt6_libdir}/libQt6Positioning.prl +%{_qt6_libdir}/libQt6Positioning.so +%{_qt6_metatypesdir}/qt6positioning_*_metatypes.json +%{_qt6_mkspecsdir}/modules/qt_lib_positioning.pri +%exclude %{_qt6_includedir}/QtPositioning/%{real_version} + +%files -n qt6-positioning-private-devel +%{_qt6_includedir}/QtPositioning/%{real_version}/ +%{_qt6_mkspecsdir}/modules/qt_lib_positioning_private.pri + +%files -n libQt6PositioningQuick6 +%{_qt6_libdir}/libQt6PositioningQuick.so.* + +%files -n qt6-positioningquick-devel +%{_qt6_cmakedir}/Qt6PositioningQuick/ +%{_qt6_descriptionsdir}/PositioningQuick.json +%{_qt6_includedir}/QtPositioningQuick/ +%{_qt6_libdir}/libQt6PositioningQuick.prl +%{_qt6_libdir}/libQt6PositioningQuick.so +%{_qt6_metatypesdir}/qt6positioningquick_*_metatypes.json +%{_qt6_mkspecsdir}/modules/qt_lib_positioningquick.pri +%exclude %{_qt6_includedir}/QtPositioningQuick/%{real_version} + +%files -n qt6-positioningquick-private-devel +%{_qt6_includedir}/QtPositioningQuick/%{real_version}/ +%{_qt6_mkspecsdir}/modules/qt_lib_positioningquick_private.pri + +%else + +%pre -n qt6-positioning-docs-qch -f qch.pre + +%files -n qt6-positioning-docs-html +%dir %{_qt6_docdir} +%{_qt6_docdir}/* +%exclude %{_qt6_docdir}/*.qch + +%files -n qt6-positioning-docs-qch +%dir %{_qt6_docdir} +%{_qt6_docdir}/*.qch + +%endif + +%changelog diff --git a/qtpositioning-everywhere-src-6.2.2.tar.xz b/qtpositioning-everywhere-src-6.2.2.tar.xz new file mode 100644 index 0000000..bb29344 --- /dev/null +++ b/qtpositioning-everywhere-src-6.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26231545eae383089510b236e88bbee8a6d338c06c170b674e8f36a57a0ba09a +size 1490532