!4 update to upstream version 6.5.2

From: @dou33 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2023-12-06 10:00:48 +00:00 committed by Gitee
commit 231c5b46b7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 26 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Summary: Qt6 - Quick3D Libraries and utilities
Name: qt6-%{qt_module}
Version: 6.5.1
Version: 6.5.2
Release: 1
License: GPL-3.0-only WITH Qt-GPL-exception-1.0
@ -60,6 +60,21 @@ cmake --build . %{?_smp_mflags} --verbose
%install
DESTDIR="%{buildroot}" cmake --install .
# hardlink files to %{_bindir}, add -qt6 postfix to not conflict
mkdir %{buildroot}%{_bindir}
pushd %{buildroot}%{_qt6_bindir}
for i in * ; do
case "${i}" in
balsam|meshdebug|shadergen|balsamui|instancer|materialeditor|shapegen)
ln -v ${i} %{buildroot}%{_bindir}/${i}-qt6
;;
*)
ln -v ${i} %{buildroot}%{_bindir}/${i}
;;
esac
done
popd
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt6_libdir}
@ -94,6 +109,13 @@ popd
%{_qt6_plugindir}/assetimporters/*.so
%files devel
%{_bindir}/balsam-qt6
%{_bindir}/meshdebug-qt6
%{_bindir}/shadergen-qt6
%{_bindir}/balsamui-qt6
%{_bindir}/instancer-qt6
%{_bindir}/materialeditor-qt6
%{_bindir}/shapegen-qt6
%{_qt6_bindir}/balsam
%{_qt6_bindir}/meshdebug
%{_qt6_bindir}/shadergen
@ -185,6 +207,9 @@ popd
%endif
%changelog
* Thu Nov 30 2023 douyan <douyan@kylinos.cn> - 6.5.2-1
- update to upstream version 6.5.2
* Fri Aug 11 2023 sunhui <sunhui@kylinos.cn> - 6.5.1-1
- Update package to version 6.5.1