forked from pool/qt6-tools
4564e03195
Qt 6.0.0 OBS-URL: https://build.opensuse.org/request/show/854142 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-tools?expand=0&rev=1
69 lines
2.0 KiB
RPMSpec
69 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package qt6-tools-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 qttools-everywhere-src
|
|
%define tar_suffix %{nil}
|
|
#
|
|
Name: qt6-tools-docs
|
|
Version: 6.0.0
|
|
Release: 0
|
|
Summary: Qt6 Tools 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: clang-devel
|
|
BuildRequires: qt6-core-private-devel
|
|
BuildRequires: qt6-dbus-private-devel
|
|
BuildRequires: qt6-gui-private-devel
|
|
BuildRequires: qt6-quick-private-devel
|
|
BuildRequires: qt6-widgets-private-devel
|
|
BuildRequires: cmake(Qt6Core)
|
|
BuildRequires: cmake(Qt6DBus)
|
|
BuildRequires: cmake(Qt6Gui)
|
|
BuildRequires: cmake(Qt6Network)
|
|
BuildRequires: cmake(Qt6OpenGL)
|
|
BuildRequires: cmake(Qt6OpenGLWidgets)
|
|
BuildRequires: cmake(Qt6PrintSupport)
|
|
BuildRequires: cmake(Qt6QmlDevTools)
|
|
BuildRequires: cmake(Qt6Quick)
|
|
BuildRequires: cmake(Qt6QuickWidgets)
|
|
BuildRequires: cmake(Qt6Sql)
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
BuildRequires: cmake(Qt6Xml)
|
|
BuildRequires: qt6-tools
|
|
|
|
%description
|
|
The Qt6 Tools 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-tools.changes
|