From 9bcdf270f0a255eef8650e4e7ee8338dd21b54b86b7b1fd5b70066504dde610f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 30 Sep 2019 13:17:45 +0000 Subject: [PATCH 1/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtgraphicaleffects?expand=0&rev=1 From 5f0466d018aa81ac16c9a288a86a22843213b3dc394cede1d7a75b879e3fdbcb Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 5 Oct 2019 16:00:54 +0000 Subject: [PATCH 2/7] Accepting request 734738 from home:Vogtinator:qt5.14 Qt 5.14 Alpha OBS-URL: https://build.opensuse.org/request/show/734738 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtgraphicaleffects?expand=0&rev=2 --- libqt5-qtgraphicaleffects.changes | 9 +++++++++ libqt5-qtgraphicaleffects.spec | 10 +++++----- qtgraphicaleffects-everywhere-src-5.13.1.tar.xz | 3 --- qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz | 3 +++ 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 qtgraphicaleffects-everywhere-src-5.13.1.tar.xz create mode 100644 qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz diff --git a/libqt5-qtgraphicaleffects.changes b/libqt5-qtgraphicaleffects.changes index 0c0c820..c2622bb 100644 --- a/libqt5-qtgraphicaleffects.changes +++ b/libqt5-qtgraphicaleffects.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 30 13:30:19 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-alpha: + * New feature release + * No changelog available + * For more details about Qt 5.14 please see: + https://wiki.qt.io/New_Features_in_Qt_5.14 + ------------------------------------------------------------------- Fri Sep 6 08:04:16 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtgraphicaleffects.spec b/libqt5-qtgraphicaleffects.spec index 7275d75..6b23d8a 100644 --- a/libqt5-qtgraphicaleffects.spec +++ b/libqt5-qtgraphicaleffects.spec @@ -19,17 +19,17 @@ %define qt5_snapshot 0 Name: libqt5-qtgraphicaleffects -Version: 5.13.1 +Version: 5.14.0~alpha Release: 0 Summary: Qt 5 Graphical Effects License: BSD-3-Clause and (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0) Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.13.1 -%define so_version 5.13.1 -%define tar_version qtgraphicaleffects-everywhere-src-5.13.1 -Source: https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz +%define real_version 5.14.0-alpha +%define so_version 5.14.0 +%define tar_version qtgraphicaleffects-everywhere-src-5.14.0-alpha +Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: libqt5-qtdeclarative-devel >= %{version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} %if %qt5_snapshot diff --git a/qtgraphicaleffects-everywhere-src-5.13.1.tar.xz b/qtgraphicaleffects-everywhere-src-5.13.1.tar.xz deleted file mode 100644 index 5454a8d..0000000 --- a/qtgraphicaleffects-everywhere-src-5.13.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6611773c1104c26fed412dc559ae34563dbd7aea9582722fdde098cc3cbc8a7 -size 14271428 diff --git a/qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz new file mode 100644 index 0000000..72d810b --- /dev/null +++ b/qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5eef1288058d838c819227fa2598940c103eaf437416405a0ad93d388d828c8 +size 14272024 From 0df4cc7ae6ac80f6ace4bacba77deb57d2be34c2f12f486cb414d9f922394694 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 28 Oct 2019 17:53:55 +0000 Subject: [PATCH 3/7] Accepting request 743230 from home:Vogtinator:qt5.14 Qt 5.14.0 Beta 2 OBS-URL: https://build.opensuse.org/request/show/743230 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtgraphicaleffects?expand=0&rev=3 --- libqt5-qtgraphicaleffects.changes | 14 ++++++++++++++ libqt5-qtgraphicaleffects.spec | 6 +++--- ...hicaleffects-everywhere-src-5.14.0-alpha.tar.xz | 3 --- ...hicaleffects-everywhere-src-5.14.0-beta2.tar.xz | 3 +++ 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz create mode 100644 qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz diff --git a/libqt5-qtgraphicaleffects.changes b/libqt5-qtgraphicaleffects.changes index c2622bb..ccf4642 100644 --- a/libqt5-qtgraphicaleffects.changes +++ b/libqt5-qtgraphicaleffects.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 24 13:22:46 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Oct 15 12:34:34 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta1: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Mon Sep 30 13:30:19 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtgraphicaleffects.spec b/libqt5-qtgraphicaleffects.spec index 6b23d8a..0dd15db 100644 --- a/libqt5-qtgraphicaleffects.spec +++ b/libqt5-qtgraphicaleffects.spec @@ -19,16 +19,16 @@ %define qt5_snapshot 0 Name: libqt5-qtgraphicaleffects -Version: 5.14.0~alpha +Version: 5.14.0~beta2 Release: 0 Summary: Qt 5 Graphical Effects License: BSD-3-Clause and (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0) Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.14.0-alpha +%define real_version 5.14.0-beta2 %define so_version 5.14.0 -%define tar_version qtgraphicaleffects-everywhere-src-5.14.0-alpha +%define tar_version qtgraphicaleffects-everywhere-src-5.14.0-beta2 Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: libqt5-qtdeclarative-devel >= %{version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} diff --git a/qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz deleted file mode 100644 index 72d810b..0000000 --- a/qtgraphicaleffects-everywhere-src-5.14.0-alpha.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5eef1288058d838c819227fa2598940c103eaf437416405a0ad93d388d828c8 -size 14272024 diff --git a/qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz new file mode 100644 index 0000000..c57a2ba --- /dev/null +++ b/qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1aab54e077c72667c506649755f5a291f3ecdea5f90ad840586f0a752404505 +size 14847244 From 4baf453d5edb3162a91e8a1e5c84d85df80f93ce7982a3da2623ff751097d840 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 14 Nov 2019 08:34:37 +0000 Subject: [PATCH 4/7] Accepting request 748159 from home:Vogtinator:qt5.14 Qt 5.14 Beta 3 OBS-URL: https://build.opensuse.org/request/show/748159 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtgraphicaleffects?expand=0&rev=4 --- libqt5-qtgraphicaleffects.changes | 7 +++++++ libqt5-qtgraphicaleffects.spec | 6 +++--- qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz | 3 --- qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz create mode 100644 qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz diff --git a/libqt5-qtgraphicaleffects.changes b/libqt5-qtgraphicaleffects.changes index ccf4642..323e3d9 100644 --- a/libqt5-qtgraphicaleffects.changes +++ b/libqt5-qtgraphicaleffects.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 12 13:01:25 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta3: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Thu Oct 24 13:22:46 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtgraphicaleffects.spec b/libqt5-qtgraphicaleffects.spec index 0dd15db..a6cdc33 100644 --- a/libqt5-qtgraphicaleffects.spec +++ b/libqt5-qtgraphicaleffects.spec @@ -19,16 +19,16 @@ %define qt5_snapshot 0 Name: libqt5-qtgraphicaleffects -Version: 5.14.0~beta2 +Version: 5.14.0~beta3 Release: 0 Summary: Qt 5 Graphical Effects License: BSD-3-Clause and (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0) Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.14.0-beta2 +%define real_version 5.14.0-beta3 %define so_version 5.14.0 -%define tar_version qtgraphicaleffects-everywhere-src-5.14.0-beta2 +%define tar_version qtgraphicaleffects-everywhere-src-5.14.0-beta3 Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: libqt5-qtdeclarative-devel >= %{version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} diff --git a/qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz deleted file mode 100644 index c57a2ba..0000000 --- a/qtgraphicaleffects-everywhere-src-5.14.0-beta2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1aab54e077c72667c506649755f5a291f3ecdea5f90ad840586f0a752404505 -size 14847244 diff --git a/qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz new file mode 100644 index 0000000..4980b06 --- /dev/null +++ b/qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b11004e92722b6f1c6235d10d79851dbb312cd2bc98a77f140e346e90fe724f +size 14847152 From 7ccd85fb2756635c3f8df9d801c674c5ec5d75191f6f6141e5857d296aed325b Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 5 Dec 2019 09:41:13 +0000 Subject: [PATCH 5/7] Accepting request 754286 from home:Vogtinator:qt5.14 Qt 5.14.0 RC1 OBS-URL: https://build.opensuse.org/request/show/754286 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtgraphicaleffects?expand=0&rev=5 --- libqt5-qtgraphicaleffects.changes | 10 ++++++++++ libqt5-qtgraphicaleffects.spec | 6 +++--- qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz | 3 --- qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz | 3 +++ 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz create mode 100644 qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz diff --git a/libqt5-qtgraphicaleffects.changes b/libqt5-qtgraphicaleffects.changes index 323e3d9..9c1376b 100644 --- a/libqt5-qtgraphicaleffects.changes +++ b/libqt5-qtgraphicaleffects.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 4 14:37:51 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-rc: + * New bugfix release + * No changelog available + * For more details please see: + * For more details about Qt 5.14 please see: + https://wiki.qt.io/New_Features_in_Qt_5.14 + ------------------------------------------------------------------- Tue Nov 12 13:01:25 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtgraphicaleffects.spec b/libqt5-qtgraphicaleffects.spec index a6cdc33..8106286 100644 --- a/libqt5-qtgraphicaleffects.spec +++ b/libqt5-qtgraphicaleffects.spec @@ -19,16 +19,16 @@ %define qt5_snapshot 0 Name: libqt5-qtgraphicaleffects -Version: 5.14.0~beta3 +Version: 5.14.0~rc Release: 0 Summary: Qt 5 Graphical Effects License: BSD-3-Clause and (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0) Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.14.0-beta3 +%define real_version 5.14.0-rc %define so_version 5.14.0 -%define tar_version qtgraphicaleffects-everywhere-src-5.14.0-beta3 +%define tar_version qtgraphicaleffects-everywhere-src-5.14.0-rc Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: libqt5-qtdeclarative-devel >= %{version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} diff --git a/qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz deleted file mode 100644 index 4980b06..0000000 --- a/qtgraphicaleffects-everywhere-src-5.14.0-beta3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b11004e92722b6f1c6235d10d79851dbb312cd2bc98a77f140e346e90fe724f -size 14847152 diff --git a/qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz new file mode 100644 index 0000000..ab7e77e --- /dev/null +++ b/qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6310eff00c1dcd5a36a74c92607803592446160e74d7ab0f0387f399e6a3e597 +size 14043852 From f88c74d9bd19e373da84585068cf5f1e34dc3d77ebcb968a3d5cd7cd7cf7cf2b Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 12 Dec 2019 20:39:51 +0000 Subject: [PATCH 6/7] Accepting request 756177 from home:Vogtinator:qt5.14 Qt 5.14.0 final - not fully built yet OBS-URL: https://build.opensuse.org/request/show/756177 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtgraphicaleffects?expand=0&rev=6 --- libqt5-qtgraphicaleffects.changes | 10 ++++++++++ libqt5-qtgraphicaleffects.spec | 8 ++++---- qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz | 3 --- qtgraphicaleffects-everywhere-src-5.14.0.tar.xz | 3 +++ 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz create mode 100644 qtgraphicaleffects-everywhere-src-5.14.0.tar.xz diff --git a/libqt5-qtgraphicaleffects.changes b/libqt5-qtgraphicaleffects.changes index 9c1376b..b68217c 100644 --- a/libqt5-qtgraphicaleffects.changes +++ b/libqt5-qtgraphicaleffects.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 12 12:53:28 UTC 2019 - Fabian Vogt + +- Update to 5.14.0: + * New bugfix release + * For the changes between 5.13.2 and 5.14.0 please see: + https://code.qt.io/cgit/qt/qtgraphicaleffects.git/tree/dist/changes-5.14.0?h=v5.14.0 + * For the changes between 5.13.1 and 5.13.2 please see: + https://code.qt.io/cgit/qt/qtgraphicaleffects.git/tree/dist/changes-5.13.2?h=v5.14.0 + ------------------------------------------------------------------- Wed Dec 4 14:37:51 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtgraphicaleffects.spec b/libqt5-qtgraphicaleffects.spec index 8106286..6ce148c 100644 --- a/libqt5-qtgraphicaleffects.spec +++ b/libqt5-qtgraphicaleffects.spec @@ -19,17 +19,17 @@ %define qt5_snapshot 0 Name: libqt5-qtgraphicaleffects -Version: 5.14.0~rc +Version: 5.14.0 Release: 0 Summary: Qt 5 Graphical Effects License: BSD-3-Clause and (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0) Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.14.0-rc +%define real_version 5.14.0 %define so_version 5.14.0 -%define tar_version qtgraphicaleffects-everywhere-src-5.14.0-rc -Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz +%define tar_version qtgraphicaleffects-everywhere-src-5.14.0 +Source: https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: libqt5-qtdeclarative-devel >= %{version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} %if %qt5_snapshot diff --git a/qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz deleted file mode 100644 index ab7e77e..0000000 --- a/qtgraphicaleffects-everywhere-src-5.14.0-rc.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6310eff00c1dcd5a36a74c92607803592446160e74d7ab0f0387f399e6a3e597 -size 14043852 diff --git a/qtgraphicaleffects-everywhere-src-5.14.0.tar.xz b/qtgraphicaleffects-everywhere-src-5.14.0.tar.xz new file mode 100644 index 0000000..c6953db --- /dev/null +++ b/qtgraphicaleffects-everywhere-src-5.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d931637d97cbb0e57bf2d78bf0eb06494f21a05d2e6a17e7c4f4f2a2fabc23cd +size 14041132 From 1f8c5dfe486ae645a6dd900ac08ed52283b561750bcf3d00dbcf7932e6e17cd9 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 17 Dec 2019 09:50:01 +0000 Subject: [PATCH 7/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtgraphicaleffects?expand=0&rev=7 --- libqt5-qtgraphicaleffects.changes | 5 +++++ libqt5-qtgraphicaleffects.spec | 32 +++++++++++++++---------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/libqt5-qtgraphicaleffects.changes b/libqt5-qtgraphicaleffects.changes index b68217c..0d86c43 100644 --- a/libqt5-qtgraphicaleffects.changes +++ b/libqt5-qtgraphicaleffects.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 17 09:49:54 UTC 2019 - Christophe Giboudeaux + +- Update the license tag. + ------------------------------------------------------------------- Thu Dec 12 12:53:28 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtgraphicaleffects.spec b/libqt5-qtgraphicaleffects.spec index 6ce148c..7446f6c 100644 --- a/libqt5-qtgraphicaleffects.spec +++ b/libqt5-qtgraphicaleffects.spec @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtgraphicaleffects # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,34 +12,32 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define qt5_snapshot 0 - -Name: libqt5-qtgraphicaleffects -Version: 5.14.0 -Release: 0 -Summary: Qt 5 Graphical Effects -License: BSD-3-Clause and (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0) -Group: Development/Libraries/X11 -Url: https://www.qt.io %define base_name libqt5 %define real_version 5.14.0 %define so_version 5.14.0 %define tar_version qtgraphicaleffects-everywhere-src-5.14.0 +Name: libqt5-qtgraphicaleffects +Version: 5.14.0 +Release: 0 +Summary: Qt 5 Graphical Effects +# Legal: the 'tools' folder is not built. +License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) +Group: Development/Libraries/X11 +URL: https://www.qt.io Source: https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: libqt5-qtdeclarative-devel >= %{version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} -%if %qt5_snapshot +BuildRequires: xz +%requires_ge libQtQuick5 +%if %{qt5_snapshot} #to create the forwarding headers BuildRequires: perl %endif -BuildRequires: xz -%requires_ge libQtQuick5 - -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Qt is a set of libraries for developing applications. @@ -51,7 +49,7 @@ handling. %setup -q -n %{tar_version} %build -%if %qt5_snapshot +%if %{qt5_snapshot} #force the configure script to generate the forwarding headers (it checks whether .git directory exists) mkdir .git %endif @@ -63,7 +61,7 @@ mkdir .git %files %defattr(-,root,root,755) -%doc LICENSE.* +%license LICENSE.* %{_libqt5_archdatadir}/qml/QtGraphicalEffects %changelog