|
|
@ -7,8 +7,8 @@ ExcludeArch: s390x
|
|
|
|
# definition borrowed from qtbase
|
|
|
|
# definition borrowed from qtbase
|
|
|
|
%global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9
|
|
|
|
%global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9
|
|
|
|
|
|
|
|
|
|
|
|
%global unstable 1
|
|
|
|
#global unstable 1
|
|
|
|
%if 0%{unstable}
|
|
|
|
%if 0%{?unstable}
|
|
|
|
%global prerelease rc2
|
|
|
|
%global prerelease rc2
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ Url: http://www.qt.io
|
|
|
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global qt_version %(echo %{version} | cut -d~ -f1)
|
|
|
|
%global qt_version %(echo %{version} | cut -d~ -f1)
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{unstable}
|
|
|
|
%if 0%{?unstable}
|
|
|
|
Source0: https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/submodules/%{qt_module}-everywhere-src-%{qt_version}-%{prerelease}.tar.xz
|
|
|
|
Source0: https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/submodules/%{qt_module}-everywhere-src-%{qt_version}-%{prerelease}.tar.xz
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
|
|
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
|
|
@ -305,6 +305,9 @@ make check -k -C tests ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 30 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0-1
|
|
|
|
|
|
|
|
- 6.2.0
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 27 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~rc2-1
|
|
|
|
* Mon Sep 27 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~rc2-1
|
|
|
|
- 6.2.0 - rc2
|
|
|
|
- 6.2.0 - rc2
|
|
|
|
|
|
|
|
|
|
|
|