!2 update version to 6.5.1
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
189f39f8aa
@ -3,17 +3,17 @@
|
|||||||
|
|
||||||
%global examples 1
|
%global examples 1
|
||||||
|
|
||||||
%define short_version 6.5
|
|
||||||
|
|
||||||
Summary: Qt6 - SerialBus component
|
Summary: Qt6 - SerialBus component
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.5.0
|
Version: 6.5.1
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
|
%global qt_version %(echo %{version} | cut -d~ -f1)
|
||||||
|
|
||||||
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
|
|
||||||
## upstreamable patches
|
## upstreamable patches
|
||||||
# workaround FTBFS against kernel-header-5.2.0+
|
# workaround FTBFS against kernel-header-5.2.0+
|
||||||
@ -80,9 +80,9 @@ DESTDIR="%{buildroot}" cmake --install .
|
|||||||
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtSerialBusTestsConfig.cmake
|
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtSerialBusTestsConfig.cmake
|
||||||
%dir %{_qt6_libdir}/cmake/Qt6SerialBus/
|
%dir %{_qt6_libdir}/cmake/Qt6SerialBus/
|
||||||
%{_qt6_libdir}/cmake/Qt6SerialBus/*.cmake
|
%{_qt6_libdir}/cmake/Qt6SerialBus/*.cmake
|
||||||
%{_qt6_mkspecsdir}/modules/*
|
%{_qt6_archdatadir}/mkspecs/modules/*
|
||||||
%{_qt6_archdatadir}/metatypes/qt6*_metatypes.json
|
%{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json
|
||||||
%{_qt6_archdatadir}/modules/*.json
|
%{_qt6_libdir}/qt6/modules/*.json
|
||||||
%{_qt6_libdir}/pkgconfig/*.pc
|
%{_qt6_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%if 0%{?examples}
|
%if 0%{?examples}
|
||||||
@ -92,6 +92,9 @@ DESTDIR="%{buildroot}" cmake --install .
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 08 2023 peijiankang <peijiankang@kylinos.cn> - 6.5.1-1
|
||||||
|
- 6.5.1
|
||||||
|
|
||||||
* Fri May 5 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
|
* Fri May 5 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
|
||||||
- update package
|
- update package
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
qtserialbus-everywhere-src-6.5.1.tar.xz
Normal file
BIN
qtserialbus-everywhere-src-6.5.1.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user