epel9
Jan Grulich 3 years ago
parent c0934ea8d2
commit ff2c122574

1
.gitignore vendored

@ -8,3 +8,4 @@
/qtdeclarative-everywhere-src-6.2.0-beta4.tar.xz
/qtdeclarative-everywhere-src-6.2.0-rc.tar.xz
/qtdeclarative-everywhere-src-6.2.0-rc2.tar.xz
/qtdeclarative-everywhere-src-6.2.0.tar.xz

@ -7,8 +7,8 @@ ExcludeArch: s390x
# definition borrowed from qtbase
%global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9
%global unstable 1
%if 0%{unstable}
#global unstable 1
%if 0%{?unstable}
%global prerelease rc2
%endif
@ -23,7 +23,7 @@ Url: http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2)
%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
%else
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
* 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
- 6.2.0 - rc2

@ -1 +1 @@
SHA512 (qtdeclarative-everywhere-src-6.2.0-rc2.tar.xz) = 1efa7a9c681dbbc3f6ad8dfed2db142eaa1994a6a8db12e338fb3a76818bb26a6edd18a94add1d68790cf66e3222e0b919d14e973e429880741996c50654a14b
SHA512 (qtdeclarative-everywhere-src-6.2.0.tar.xz) = 5922d50258f5903561153037620aa96048cc7f93e948efe04aa7f25003d125010f64adffdd52df148558ab9275a5da8a43cf299072806fe54309735d0c5a7215

Loading…
Cancel
Save