%{?mingw_package_header} %global qt_module qtgraphicaleffects #global pre beta #global commit fcbc6043f102dce56f0c457748f489e7e2bd0c0b #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 %global release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: mingw-qt5-%{qt_module} Version: 5.11.2 Release: 1%{?dist} Summary: Qt5 for Windows - QtGraphicalEffects component License: GPLv3 with exceptions or LGPLv2 with exceptions 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: mingw32-filesystem >= 96 BuildRequires: mingw32-qt5-qtbase = %{version} BuildRequires: mingw64-filesystem >= 96 BuildRequires: mingw64-qt5-qtbase = %{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-qt5-%{qt_module} Summary: Qt5 for Windows - QtGraphicalEffects component # This package only contains QtQuick 2.0 based .qml files. # The automatic dependency extractor isn't able to process # this type of files yet, so add a manual dependency Requires: mingw32-qt5-qtdeclarative %description -n mingw32-qt5-%{qt_module} 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. # Win64 %package -n mingw64-qt5-%{qt_module} Summary: Qt5 for Windows - QtGraphicalEffects component # This package only contains QtQuick 2.0 based .qml files. # The automatic dependency extractor isn't able to process # this type of files yet, so add a manual dependency Requires: mingw64-qt5-qtdeclarative %description -n mingw64-qt5-%{qt_module} 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. %prep %autosetup -p1 -n %{source_folder} %if 0%{?commit:1} # Make sure the syncqt tool is run when using a git snapshot mkdir .git %endif %build %mingw_qmake_qt5 ../%{qt_module}.pro %mingw_make %{?_smp_mflags} %install %mingw_make install INSTALL_ROOT=%{buildroot} # Exclude debug files from the main files (note: the debug files are only created after %%install, so we can't search for them directly) find %{buildroot}%{mingw32_prefix} | grep -E '.(exe|dll|pyd)$' | sed 's|^%{buildroot}\(.*\)$|%%exclude \1.debug|' > mingw32-qt5-%{qt_module}.debugfiles find %{buildroot}%{mingw64_prefix} | grep -E '.(exe|dll|pyd)$' | sed 's|^%{buildroot}\(.*\)$|%%exclude \1.debug|' > mingw64-qt5-%{qt_module}.debugfiles # Win32 %files -n mingw32-qt5-%{qt_module} -f mingw32-qt5-%{qt_module}.debugfiles %license LICENSE.LGPL* LICENSE.GPL* %{mingw32_libdir}/qt5/qml/QtGraphicalEffects/ # Win64 %files -n mingw64-qt5-%{qt_module} -f mingw64-qt5-%{qt_module}.debugfiles %license LICENSE.LGPL* LICENSE.GPL* %{mingw64_libdir}/qt5/qml/QtGraphicalEffects/ %changelog * Sun Sep 23 2018 Sandro Mani - 5.11.2-1 - Update to 5.11.2 * Fri Jul 13 2018 Fedora Release Engineering - 5.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 20 2018 Sandro Mani - 5.11.1-1 - Update to 5.11.1 * Wed May 30 2018 Sandro Mani - 5.11.0-1 - Update to 5.11.0 * Fri Feb 16 2018 Sandro Mani - 5.10.1-1 - Update to 5.10.1 * Thu Feb 08 2018 Fedora Release Engineering - 5.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Dec 20 2017 Sandro Mani - 5.10.0-1 - Update to 5.10.0 * Mon Nov 27 2017 Sandro Mani - 5.9.3-1 - Update to 5.9.3 * Wed Oct 11 2017 Sandro Mani - 5.9.2-1 - Update to 5.9.2 * Sat Sep 09 2017 Sandro Mani - 5.9.1-3 - Fix debug files in main package * Wed Jul 26 2017 Fedora Release Engineering - 5.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jun 30 2017 Sandro Mani - 5.9.1-1 - Update to 5.9.1 * Wed Jun 28 2017 Sandro Mani - 5.9.0-1 - Update to 5.9.0 * Tue May 09 2017 Sandro Mani - 5.8.0-2 - Rebuild for dropped 0022-Allow-usage-of-static-version-with-CMake.patch in qtbase * Thu May 04 2017 Sandro Mani - 5.8.0-1 - Update to 5.8.0 * Fri Feb 10 2017 Fedora Release Engineering - 5.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Feb 04 2017 Sandro Mani - 5.7.1-1 - Update to 5.7.1 * Sun Apr 10 2016 Erik van Pienbroek - 5.6.0-1 - Update to 5.6.0 * Thu Feb 04 2016 Fedora Release Engineering - 5.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Dec 30 2015 Erik van Pienbroek - 5.5.1-1 - Update to 5.5.1 * Fri Aug 7 2015 Erik van Pienbroek - 5.5.0-1 - Update to 5.5.0 * Wed Jun 17 2015 Fedora Release Engineering - 5.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Mar 22 2015 Erik van Pienbroek - 5.4.1-1 - Update to 5.4.1 * Thu Jan 1 2015 Erik van Pienbroek - 5.4.0-1 - Update to 5.4.0 * Sat Sep 20 2014 Erik van Pienbroek - 5.3.2-1 - Update to 5.3.2 * Tue Jul 8 2014 Erik van Pienbroek - 5.3.1-1 - Update to 5.3.1 * Sat Jun 07 2014 Fedora Release Engineering - 5.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun May 25 2014 Erik van Pienbroek - 5.3.0-1 - Update to 5.3.0 * Sat Feb 8 2014 Erik van Pienbroek - 5.2.1-1 - Update to 5.2.1 * Sun Jan 5 2014 Erik van Pienbroek - 5.2.0-1 - Update to 5.2.0 * Fri Nov 29 2013 Erik van Pienbroek - 5.2.0-0.1.rc1 - Update to 5.2.0 RC1 * Sat Sep 7 2013 Erik van Pienbroek - 5.1.1-1 - Update to 5.1.1 * Sat Aug 03 2013 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 11 2013 Erik van Pienbroek - 5.1.0-1 - Update to 5.1.0 * Fri May 31 2013 Erik van Pienbroek - 5.0.2-4 - Changed URL to http://qt-project.org/ * Thu May 30 2013 Erik van Pienbroek - 5.0.2-3 - Don't generate a debuginfo subpackage as this package doesn't have compiled code * Sun May 26 2013 Erik van Pienbroek - 5.0.2-2 - Add manual Requires: mingw{32,64}-qt5-qtdeclarative as the automatic dependency extractor isn't able to process this type of files yet * Fri May 10 2013 Erik van Pienbroek - 5.0.2-1 - Update to 5.0.2 * Sat Feb 9 2013 Erik van Pienbroek - 5.0.1-1 - Update to 5.0.1 * Fri Jan 11 2013 Erik van Pienbroek - 5.0.0-1 - Update to Qt 5.0.0 Final * Mon Nov 12 2012 Erik van Pienbroek - 5.0.0-0.2.beta1.git20121112.fcbc6043 - Update to 20121112 snapshot (rev fcbc6043) - Rebuild against latest mingw-qt5-qtbase * Mon Sep 10 2012 Erik van Pienbroek - 5.0.0-0.1.beta1 - Initial release