!4 update to upstream version 6.5.2
From: @dou33 Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
231c5b46b7
@ -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
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user