2020-12-11 11:51:01 +01:00
|
|
|
#
|
|
|
|
# spec file for package qt6-networkauth
|
|
|
|
#
|
2023-04-04 21:39:16 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2020-12-11 11:51:01 +01: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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2023-12-02 11:42:47 +01:00
|
|
|
%define real_version 6.6.1
|
2023-10-11 13:50:19 +02:00
|
|
|
%define short_version 6.6
|
2020-12-14 12:58:55 +01:00
|
|
|
%define short_name qtnetworkauth
|
|
|
|
%define tar_name qtnetworkauth-everywhere-src
|
2020-12-11 11:51:01 +01:00
|
|
|
%define tar_suffix %{nil}
|
|
|
|
#
|
2020-12-11 15:28:32 +01:00
|
|
|
%global qt6_flavor @BUILD_FLAVOR@%{nil}
|
2020-12-16 12:27:47 +01:00
|
|
|
%if "%{qt6_flavor}" == "docs"
|
|
|
|
%define pkg_suffix -docs
|
|
|
|
%endif
|
2020-12-11 15:28:32 +01:00
|
|
|
#
|
2020-12-16 12:27:47 +01:00
|
|
|
Name: qt6-networkauth%{?pkg_suffix}
|
2023-12-02 11:42:47 +01:00
|
|
|
Version: 6.6.1
|
2020-12-11 11:51:01 +01:00
|
|
|
Release: 0
|
2021-03-09 11:32:11 +01:00
|
|
|
Summary: Set of APIs to obtain limited access to online accounts and HTTP services
|
2020-12-11 11:51:01 +01:00
|
|
|
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
URL: https://www.qt.io
|
2023-09-30 09:59:29 +02:00
|
|
|
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
2020-12-16 12:27:47 +01:00
|
|
|
Source99: qt6-networkauth-rpmlintrc
|
2022-06-19 19:48:38 +02:00
|
|
|
BuildRequires: pkgconfig
|
2020-12-11 11:51:01 +01:00
|
|
|
BuildRequires: qt6-core-private-devel
|
2023-04-04 21:39:16 +02:00
|
|
|
BuildRequires: cmake(Qt6Core) = %{real_version}
|
|
|
|
BuildRequires: cmake(Qt6Network) = %{real_version}
|
|
|
|
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
2020-12-11 15:28:32 +01:00
|
|
|
%if "%{qt6_flavor}" == "docs"
|
|
|
|
BuildRequires: qt6-tools
|
|
|
|
%{qt6_doc_packages}
|
|
|
|
%endif
|
2020-12-11 11:51:01 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Qt Network Authorization provides a set of APIs that enable Qt
|
|
|
|
applications to obtain limited access to online accounts and HTTP
|
|
|
|
services without exposing users' passwords.
|
|
|
|
|
2020-12-11 15:28:32 +01:00
|
|
|
%if !%{qt6_docs_flavor}
|
|
|
|
|
2020-12-11 11:51:01 +01:00
|
|
|
%package -n libQt6NetworkAuth6
|
|
|
|
Summary: Qt 6 NetworkAuth library
|
|
|
|
|
|
|
|
%description -n libQt6NetworkAuth6
|
|
|
|
The Qt 6 NetworkAuth library.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Qt 6 NetworkAuth library - Development files
|
|
|
|
Requires: libQt6NetworkAuth6 = %{version}
|
2023-04-04 21:39:16 +02:00
|
|
|
Requires: cmake(Qt6Network) = %{real_version}
|
2020-12-11 11:51:01 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files for the Qt 6 NetworkAuth library.
|
|
|
|
|
|
|
|
%package private-devel
|
|
|
|
Summary: Non-ABI stable API for the Qt 6 NetworkAuth Library
|
|
|
|
Requires: cmake(Qt6NetworkAuth) = %{real_version}
|
|
|
|
|
|
|
|
%description private-devel
|
|
|
|
This package provides private headers of libQt6NetworkAuth that do not have any
|
|
|
|
ABI or API guarantees.
|
|
|
|
|
|
|
|
%{qt6_examples_package}
|
|
|
|
|
2020-12-11 15:28:32 +01:00
|
|
|
%endif
|
|
|
|
|
2020-12-11 11:51:01 +01:00
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_qt6
|
|
|
|
|
|
|
|
%{qt6_build}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%{qt6_install}
|
|
|
|
|
2020-12-11 15:28:32 +01:00
|
|
|
%if !%{qt6_docs_flavor}
|
|
|
|
|
2023-03-16 15:42:31 +01:00
|
|
|
%ldconfig_scriptlets -n libQt6NetworkAuth6
|
2020-12-11 11:51:01 +01:00
|
|
|
|
|
|
|
%files -n libQt6NetworkAuth6
|
2022-09-30 20:33:02 +02:00
|
|
|
%license LICENSES/*
|
2020-12-11 11:51:01 +01:00
|
|
|
%{_qt6_libdir}/libQt6NetworkAuth.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtNetworkAuthTestsConfig.cmake
|
|
|
|
%{_qt6_cmakedir}/Qt6NetworkAuth/
|
|
|
|
%{_qt6_descriptionsdir}/NetworkAuth.json
|
|
|
|
%{_qt6_includedir}/QtNetworkAuth/
|
|
|
|
%{_qt6_libdir}/libQt6NetworkAuth.prl
|
|
|
|
%{_qt6_libdir}/libQt6NetworkAuth.so
|
2021-10-01 23:13:32 +02:00
|
|
|
%{_qt6_metatypesdir}/qt6networkauth_*_metatypes.json
|
2020-12-11 11:51:01 +01:00
|
|
|
%{_qt6_mkspecsdir}/modules/qt_lib_networkauth.pri
|
2022-06-19 19:48:38 +02:00
|
|
|
%{_qt6_pkgconfigdir}/Qt6NetworkAuth.pc
|
2020-12-11 11:51:01 +01:00
|
|
|
%exclude %{_qt6_includedir}/QtNetworkAuth/%{real_version}
|
|
|
|
|
|
|
|
%files private-devel
|
|
|
|
%{_qt6_includedir}/QtNetworkAuth/%{real_version}
|
|
|
|
%{_qt6_mkspecsdir}/modules/qt_lib_networkauth_private.pri
|
|
|
|
|
2020-12-11 15:28:32 +01:00
|
|
|
%endif
|
|
|
|
|
2020-12-11 11:51:01 +01:00
|
|
|
%changelog
|