File mingw64-libqt6-common.spec of Package mingw64-libqt6-qtbase
#
# spec file for package mingw64-libqt6-common
#
# Copyright (c) 2024, Martin Hauke <mardnh@gmx.de>
#
# 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 http://bugs.opensuse.org/
#
Name: mingw64-libqt6-common
Version: 6.6.2
Release: 0
Summary: Qt6 for Windows - common files
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-only
Group: Development/Libraries
URL: https://www.qt.io
Source0: macros.mingw64-qt6
BuildRequires: mingw64-filesystem
%_mingw64_package_header_debug
%description
This is a meta-package.
%package devel
Summary: Qt6 for native tools
Group: Development/Libraries
BuildArch: noarch
%description devel
This package contains the build environment for cross compiling
applications with the MinGW Qt Library and cross-compiler.
%_mingw64_debug_package
%prep
%setup -q -c -T
%autopatch -p1
%build
%install
install -Dpm0644 %{SOURCE0} %{buildroot}%{_prefix}/lib/rpm/macros.d/macros.mingw64-qt6
%files devel
%{_prefix}/lib/rpm/macros.d/macros.mingw64-qt6
%changelog