%{?mingw_package_header} %global qt_module qtcharts #global pre rc2 #global commit a73dfa7c63b82e25f93e44ed6386664373aaca74 #global shortcommit %(c=%{commit}; echo ${c:0:7}) %if 0%{?commit:1} %global source_folder %{qt_module}-%{commit} %else %global source_folder %{qt_module}-everywhere-src-%{version}%{?pre:-%{pre}} %endif # first two digits of version %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: mingw-qt6-%{qt_module} Version: 6.8.2 Release: 1%{?dist} Summary: Qt6 for Windows - QtCharts component License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 URL: http://qt.io/ %if 0%{?commit:1} Source0: https://github.com/qt/%{qt_module}/archive/%{commit}/%{qt_module}-everywhere-src-%{commit}.tar.gz %else Source0: http://download.qt.io/%{?pre:development}%{?!pre:official}_releases/qt/%{release_version}/%{version}%{?pre:-%pre}/submodules/%{qt_module}-everywhere-src-%{version}%{?pre:-%pre}.tar.xz %endif BuildArch: noarch BuildRequires: cmake BuildRequires: ninja-build BuildRequires: mingw32-filesystem >= 96 BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-qt6-qtbase = %{version} BuildRequires: mingw32-qt6-qtdeclarative = %{version} BuildRequires: mingw64-filesystem >= 96 BuildRequires: mingw64-gcc-c++ BuildRequires: mingw64-qt6-qtbase = %{version} BuildRequires: mingw64-qt6-qtdeclarative = %{version} %description This package contains the Qt software toolkit for developing cross-platform applications. This is the Windows version of Qt, for use in conjunction with the Fedora Windows cross-compiler. # Win32 %package -n mingw32-qt6-%{qt_module} Summary: Qt6 for Windows - QtCharts component %description -n mingw32-qt6-%{qt_module} This package contains the Qt software toolkit for developing cross-platform applications. This is the 32-bit Windows version of Qt, for use in conjunction with the Fedora Windows cross-compiler. # Win64 %package -n mingw64-qt6-%{qt_module} Summary: Qt6 for Windows - QtCharts component %description -n mingw64-qt6-%{qt_module} This package contains the Qt software toolkit for developing cross-platform applications. This is the 64-bit Windows version of Qt, for use in conjunction with the Fedora Windows cross-compiler. %{?mingw_debug_package} %prep %autosetup -p1 -n %{source_folder} %build export MINGW32_CXXFLAGS="%{mingw32_cflags} -msse2" export MINGW64_CXXFLAGS="%{mingw64_cflags} -msse2" %mingw_cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo %mingw_ninja %install %mingw_ninja_install # Win32 %files -n mingw32-qt6-%{qt_module} %license LICENSES/*GPL* %{mingw32_bindir}/Qt6Charts.dll %{mingw32_bindir}/Qt6ChartsQml.dll %{mingw32_includedir}/qt6/QtCharts/ %{mingw32_includedir}/qt6/QtChartsQml/ %{mingw32_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtChartsTestsConfig.cmake %{mingw32_libdir}/cmake/Qt6Charts/ %{mingw32_libdir}/cmake/Qt6ChartsQml/ %{mingw32_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml* %{mingw32_libdir}/pkgconfig/Qt6Charts.pc %{mingw32_libdir}/pkgconfig/Qt6ChartsQml.pc %{mingw32_libdir}/libQt6Charts.dll.a %{mingw32_libdir}/libQt6ChartsQml.dll.a %{mingw32_libdir}/Qt6Charts.prl %{mingw32_libdir}/Qt6ChartsQml.prl %{mingw32_libdir}/qt6/metatypes/qt6charts_relwithdebinfo_metatypes.json %{mingw32_libdir}/qt6/metatypes/qt6chartsqml_relwithdebinfo_metatypes.json %{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_charts.pri %{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_charts_private.pri %{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_chartsqml.pri %{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_chartsqml_private.pri %{mingw32_libdir}/qt6/qml/QtCharts/ %{mingw32_libdir}/qt6/modules/Charts.json %{mingw32_libdir}/qt6/modules/ChartsQml.json %{mingw32_libdir}/qt6/sbom/%{qt_module}-%{version}.spdx # Win64 %files -n mingw64-qt6-%{qt_module} %license LICENSES/*GPL* %{mingw64_bindir}/Qt6Charts.dll %{mingw64_bindir}/Qt6ChartsQml.dll %{mingw64_includedir}/qt6/QtCharts/ %{mingw64_includedir}/qt6/QtChartsQml/ %{mingw64_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtChartsTestsConfig.cmake %{mingw64_libdir}/cmake/Qt6Charts/ %{mingw64_libdir}/cmake/Qt6ChartsQml/ %{mingw64_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml* %{mingw64_libdir}/pkgconfig/Qt6Charts.pc %{mingw64_libdir}/pkgconfig/Qt6ChartsQml.pc %{mingw64_libdir}/libQt6Charts.dll.a %{mingw64_libdir}/libQt6ChartsQml.dll.a %{mingw64_libdir}/Qt6Charts.prl %{mingw64_libdir}/Qt6ChartsQml.prl %{mingw64_libdir}/qt6/metatypes/qt6charts_relwithdebinfo_metatypes.json %{mingw64_libdir}/qt6/metatypes/qt6chartsqml_relwithdebinfo_metatypes.json %{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_charts.pri %{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_charts_private.pri %{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_chartsqml.pri %{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_chartsqml_private.pri %{mingw64_libdir}/qt6/qml/QtCharts/ %{mingw64_libdir}/qt6/modules/Charts.json %{mingw64_libdir}/qt6/modules/ChartsQml.json %{mingw64_libdir}/qt6/sbom/%{qt_module}-%{version}.spdx %changelog * Wed Feb 05 2025 Sandro Mani - 6.8.2-1 - Update to 6.8.2 * Fri Jan 17 2025 Fedora Release Engineering - 6.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Dec 07 2024 Sandro Mani - 6.8.1-1 - Update to 6.8.1 * Tue Oct 22 2024 Sandro Mani - 6.8.0-1 - Update to 6.8.0 * Thu Jul 18 2024 Fedora Release Engineering - 6.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 03 2024 Sandro Mani - 6.7.2-1 - Update to 6.7.2 * Sun May 26 2024 Sandro Mani - 6.7.1-1 - Update to 6.7.1 * Mon Apr 08 2024 Sandro Mani - 6.7.0-1 - Update to 6.7.0 * Sun Feb 18 2024 Sandro Mani - 6.6.2-1 - Update to 6.6.2 * Thu Jan 25 2024 Fedora Release Engineering - 6.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 6.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 03 2023 Sandro Mani - 6.6.1-1 - Update to 6.6.1 * Wed Oct 18 2023 Sandro Mani - 6.6.0-1 - Update to 6.6.0 * Wed Oct 04 2023 Sandro Mani - 6.5.3-1 - Update to 6.5.3 * Sun Jul 30 2023 Sandro Mani - 6.5.2-1 - Update to 6.5.2 * Thu Jul 20 2023 Fedora Release Engineering - 6.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue May 30 2023 Sandro Mani - 6.5.1-1 - Update to 6.5.1 * Fri Apr 07 2023 Sandro Mani - 6.5.0-1 - Update to 6.5.0 * Wed Mar 29 2023 Sandro Mani - 6.4.3-1 - Update to 6.4.3 * Tue Mar 28 2023 Sandro Mani - 6.4.2-1 - Update to 6.4.2 * Thu Jan 19 2023 Fedora Release Engineering - 6.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jan 18 2023 Sandro Mani - 6.4.2-1 - Update to 6.4.2 * Sat Nov 26 2022 Sandro Mani - 6.4.1-1 - Update to 6.4.1 * Fri Nov 04 2022 Sandro Mani - 6.4.0-1 - Update to 6.4.0 * Thu Jul 21 2022 Fedora Release Engineering - 6.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Sandro Mani - 6.3.1-1 - Update to 6.3.1 * Fri Apr 29 2022 Sandro Mani - 6.3.0-1 - Update to 6.3.0 * Fri Mar 25 2022 Sandro Mani - 6.2.3-3 - Rebuild with mingw-gcc-12 * Sun Mar 06 2022 Sandro Mani - 6.2.3-2 - Re-enable s390x build * Tue Feb 08 2022 Sandro Mani - 6.2.3-1 - Update to 6.2.3 * Thu Jan 20 2022 Fedora Release Engineering - 6.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 16 2021 Sandro Mani - 6.2.2-1 - Update to 6.2.2 * Mon Nov 01 2021 Sandro Mani - 6.2.1-1 - Update to 6.2.1 * Sun Oct 03 2021 Sandro Mani - 6.2.0-1 - Update to 6.2.0 * Mon Sep 27 2021 Sandro Mani - 6.2.0-0.2.rc2 - Update to 6.2.0-rc2 * Wed Sep 22 2021 Sandro Mani - 6.2.0-0.1.rc - Update to 6.2.0-rc * Fri Aug 13 2021 Sandro Mani - 6.1.2-1 - Update to 6.1.2 * Sun Jul 11 2021 Sandro Mani - 6.1.1-1 - Initial package