Accepting request 854140 from home:cgiboudeaux:Qt6:release

Qt 6.0.0

OBS-URL: https://build.opensuse.org/request/show/854140
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-shadertools?expand=0&rev=1
This commit is contained in:
Christophe Giboudeaux 2020-12-09 10:41:18 +00:00 committed by Git OBS Bridge
commit 775f17ffe3
7 changed files with 229 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

52
qt6-shadertools-docs.spec Normal file
View File

@ -0,0 +1,52 @@
#
# spec file for package qt6-shadertools-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 qtshadertools-everywhere-src
%define tar_suffix %{nil}
#
Name: qt6-shadertools-docs
Version: 6.0.0
Release: 0
Summary: Qt 6 ShaderTools Documentation
License: GFDL-1.3-only
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
BuildRequires: qt6-gui-private-devel
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Gui)
BuildRequires: qt6-tools
%description
The Qt 6 ShaderTools 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-shadertools.changes

View File

@ -0,0 +1,6 @@
# using fdupes on include directories is just calling for troubles
addFilter("files-duplicated-waste .*")
addFilter("files-duplicate .*")
# library and development package names don't match
addFilter("no-version-dependency-on .*")

42
qt6-shadertools.changes Normal file
View File

@ -0,0 +1,42 @@
-------------------------------------------------------------------
Tue Dec 8 14:09:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0:
* https://www.qt.io/blog/qt-6.0-released
-------------------------------------------------------------------
Wed Dec 2 12:09:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Qt 6.0.0 RC2
-------------------------------------------------------------------
Wed Nov 25 14:22:53 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0~rc1
-------------------------------------------------------------------
Tue Nov 17 07:26:28 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0~beta5
-------------------------------------------------------------------
Tue Nov 10 22:33:10 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0~beta4.
-------------------------------------------------------------------
Tue Oct 20 07:47:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0beta1
https://www.qt.io/blog/qt-6.0-beta-released
-------------------------------------------------------------------
Tue Oct 6 20:56:44 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0-alpha
https://www.qt.io/blog/qt-6.0-alpha-released
-------------------------------------------------------------------
Wed Jun 3 17:04:46 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Add qt6-shadertools

102
qt6-shadertools.spec Normal file
View File

@ -0,0 +1,102 @@
#
# spec file for package qt6-shadertools
#
# 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 qtshadertools-everywhere-src
%define tar_suffix %{nil}
#
Name: qt6-shadertools
Version: 6.0.0
Release: 0
Summary: Qt 6 ShaderTools library
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-shadertools-rpmlintrc
BuildRequires: qt6-gui-private-devel
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Gui)
%description
The Qt 6 ShaderTools library and tools.
%package -n libQt6ShaderTools6
Summary: Qt 6 ShaderTools library
%description -n libQt6ShaderTools6
The Qt 6 ShaderTools library.
%package devel
Summary: Qt 6 ShaderTools library - Development files
Requires: libQt6ShaderTools6 = %{version}
# qsb is required
Requires: qt6-shadertools
%description devel
Development files for the Qt 6 ShaderTools library
%package private-devel
Summary: Non-ABI stable API for the Qt 6 ShaderTools library
%requires_eq qt6-core-private-devel
Requires: cmake(Qt6ShaderTools) = %{real_version}
%description private-devel
This package provides private headers of libQt6ShaderTools that do not have any
ABI or API guarantees.
%prep
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
%build
%cmake_qt6
%{qt6_build}
%install
%{qt6_install}
%{qt6_link_executables}
%post -n libQt6ShaderTools6 -p /sbin/ldconfig
%postun -n libQt6ShaderTools6 -p /sbin/ldconfig
%files
%{_qt6_bindir}/qsb
%{_bindir}/qsb6
%files -n libQt6ShaderTools6
%license LICENSE.*
%{_qt6_libdir}/libQt6ShaderTools.so.*
%files devel
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtShaderToolsTestsConfig.cmake
%{_qt6_cmakedir}/Qt6ShaderTools/
%{_qt6_cmakedir}/Qt6ShaderToolsTools/
%{_qt6_descriptionsdir}/ShaderTools.json
%{_qt6_includedir}/QtShaderTools/
%{_qt6_libdir}/libQt6ShaderTools.prl
%{_qt6_libdir}/libQt6ShaderTools.so
%{_qt6_mkspecsdir}/modules/qt_lib_shadertools.pri
%exclude %{_qt6_includedir}/QtShaderTools/%{real_version}/
%files private-devel
%{_qt6_includedir}/QtShaderTools/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_shadertools_private.pri
%changelog

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:201b1376b65ef9f7fd19789781e0378ea813385217cd392c5c896699e6108e6c
size 904560