update to upstream version 6.5.2

This commit is contained in:
dou33 2023-11-30 21:18:02 +08:00
parent f3096d86c2
commit 3590f16803
2 changed files with 26 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Summary: Qt6 - Quick3D Libraries and utilities Summary: Qt6 - Quick3D Libraries and utilities
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.5.1 Version: 6.5.2
Release: 1 Release: 1
License: GPL-3.0-only WITH Qt-GPL-exception-1.0 License: GPL-3.0-only WITH Qt-GPL-exception-1.0
@ -60,6 +60,21 @@ cmake --build . %{?_smp_mflags} --verbose
%install %install
DESTDIR="%{buildroot}" cmake --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 ## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt6_libdir} pushd %{buildroot}%{_qt6_libdir}
@ -94,6 +109,13 @@ popd
%{_qt6_plugindir}/assetimporters/*.so %{_qt6_plugindir}/assetimporters/*.so
%files devel %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}/balsam
%{_qt6_bindir}/meshdebug %{_qt6_bindir}/meshdebug
%{_qt6_bindir}/shadergen %{_qt6_bindir}/shadergen
@ -185,6 +207,9 @@ popd
%endif %endif
%changelog %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 * Fri Aug 11 2023 sunhui <sunhui@kylinos.cn> - 6.5.1-1
- Update package to version 6.5.1 - Update package to version 6.5.1