diff --git a/qt5-qtgamepad.spec b/qt5-qtgamepad.spec index 5b206c3..deb831a 100644 --- a/qt5-qtgamepad.spec +++ b/qt5-qtgamepad.spec @@ -2,13 +2,13 @@ Summary: Qt5 - Gamepad component Name: qt5-%{qt_module} -Version: 5.15.2 +Version: 5.15.10 Release: 1 -License: LGPLv2 with exceptions or GPLv3 with exceptions +License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) -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-opensource-src-%{version}.tar.xz BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} @@ -88,6 +88,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 23 2023 peijiankang - 5.15.10-1 +- 5.15.10 + * Tue Jun 28 2022 tanyulong - 5.15.2-1 - init package for openEuler diff --git a/qt5-qtgamepad.yaml b/qt5-qtgamepad.yaml new file mode 100644 index 0000000..0253d72 --- /dev/null +++ b/qt5-qtgamepad.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://code.qt.io/qt/qtgamepad.git +tag_prefix: "v" +separator: "." diff --git a/qtgamepad-everywhere-opensource-src-5.15.10.tar.xz b/qtgamepad-everywhere-opensource-src-5.15.10.tar.xz new file mode 100644 index 0000000..bc32bc0 Binary files /dev/null and b/qtgamepad-everywhere-opensource-src-5.15.10.tar.xz differ diff --git a/qtgamepad-everywhere-src-5.15.2.tar.xz b/qtgamepad-everywhere-src-5.15.2.tar.xz deleted file mode 100644 index 5bd49ef..0000000 Binary files a/qtgamepad-everywhere-src-5.15.2.tar.xz and /dev/null differ