Accepting request 854133 from home:cgiboudeaux:Qt6:release

Qt Addons 6.0.0

OBS-URL: https://build.opensuse.org/request/show/854133
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-networkauth?expand=0&rev=1
This commit is contained in:
Christophe Giboudeaux 2020-12-11 10:51:01 +00:00 committed by Git OBS Bridge
commit 2dcdedd757
8 changed files with 204 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

15
_service Normal file
View File

@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="changesgenerate">disable</param>
<param name="version">6.0.0</param>
<param name="url">git://code.qt.io/qt/qtnetworkauth.git</param>
<param name="revision">v6.0.0</param>
<param name="scm">git</param>
<param name="filename">qtnetworkauth</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
</services>

53
qt6-networkauth-docs.spec Normal file
View File

@ -0,0 +1,53 @@
#
# spec file for package qt6-networkauth-docs
#
# Copyright (c) 2020 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.0.0
%define short_version 6.0
%define tar_name qtnetworkauth
%define tar_suffix %{nil}
#
Name: qt6-networkauth-docs
Version: 6.0.0
Release: 0
Summary: Qt 6 NetworkAuth Documentation
License: GFDL-1.3-only
URL: https://www.qt.io
Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
BuildRequires: qt6-core-private-devel
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Network)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: qt6-tools
%description
The Qt 6 NetworkAuth Documentation.
%{qt6_doc_packages}
%prep
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
%build
%cmake_qt6
%{qt6_build_docs}
%install
%{qt6_install_docs}
%changelog -n qt6-networkauth.changes

View File

@ -0,0 +1,2 @@
# library and development package names don't match
addFilter("no-dependency-on .*")

10
qt6-networkauth.changes Normal file
View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Tue Dec 8 15:11:54 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0:
* https://www.qt.io/blog/qt-6.0-released
-------------------------------------------------------------------
Wed Jun 3 22:45:38 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Add qt6-networkauth

97
qt6-networkauth.spec Normal file
View File

@ -0,0 +1,97 @@
#
# spec file for package qt6-networkauth
#
# Copyright (c) 2020 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.0.0
%define short_version 6.0
%define tar_name qtnetworkauth
%define tar_suffix %{nil}
#
Name: qt6-networkauth
Version: 6.0.0
Release: 0
Summary: Qt 6 NetworkAuth library
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
URL: https://www.qt.io
Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: qt6-core-private-devel
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Network)
BuildRequires: cmake(Qt6Widgets)
%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.
%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}
%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}
%prep
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
%build
%cmake_qt6
%{qt6_build}
%install
%{qt6_install}
%post -n libQt6NetworkAuth6 -p /sbin/ldconfig
%postun -n libQt6NetworkAuth6 -p /sbin/ldconfig
%files -n libQt6NetworkAuth6
%license LICENSE.*
%{_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
%{_qt6_mkspecsdir}/modules/qt_lib_networkauth.pri
%exclude %{_qt6_includedir}/QtNetworkAuth/%{real_version}
%files private-devel
%{_qt6_includedir}/QtNetworkAuth/%{real_version}
%{_qt6_mkspecsdir}/modules/qt_lib_networkauth_private.pri
%changelog

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9124f03007525284b7a5af2f3538b60aa1a87847e2cb8ccb44c0c61f3c22f154
size 122536