Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8d5de440a | ||
|
|
0394cbfd88 | ||
|
|
fd08b7f2aa | ||
|
|
49f9d90fed | ||
|
|
dc5563fadc | ||
|
|
41b39ddd67 | ||
|
|
80bcafdb84 | ||
|
|
0d42519a6b | ||
|
|
0fdb33886e | ||
|
|
37b6f9161b | ||
|
|
2edf2df0e9 | ||
|
|
315fb3751f |
1 changed files with 11 additions and 3 deletions
|
|
@ -88,7 +88,7 @@
|
|||
Summary: Qt6 - QtWebEngine components
|
||||
Name: qt6-qtwebengine
|
||||
Version: 6.10.1
|
||||
Release: 2%{?dist}
|
||||
Release: 2.1%{?dist}
|
||||
|
||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
||||
|
|
@ -557,6 +557,7 @@ export NINJA_PATH=%{__ninja}
|
|||
# this follows the logic of the Configure summary to turn on and off
|
||||
%cmake_qt6 \
|
||||
-DCMAKE_TOOLCHAIN_FILE:STRING="%{_libdir}/cmake/Qt6/qt.toolchain.cmake" \
|
||||
-DQT_GENERATE_SBOM=OFF \
|
||||
-DFEATURE_webengine_build_gn:BOOL=ON \
|
||||
-DFEATURE_webengine_jumbo_build:BOOL=ON \
|
||||
-DFEATURE_webengine_developer_build:BOOL=OFF \
|
||||
|
|
@ -650,6 +651,12 @@ mkdir -p %{buildroot}%{_qtwebengine_dictionaries_dir}
|
|||
sed -i -e "s|%{version} \${_Qt6WebEngine|%{lesser_version} \${_Qt6WebEngine|" \
|
||||
%{buildroot}%{_qt6_libdir}/cmake/Qt6WebEngine*/Qt6WebEngine*Config.cmake
|
||||
|
||||
rm -rf %{buildroot}/usr/tests/
|
||||
rm -f %{buildroot}/usr/lib64/qt6/bin/testbrowser
|
||||
rm -rf %{buildroot}/usr/lib64/cmake/Qt6WebEngineQuickTestMockDelegatesQml/
|
||||
rm -f %{buildroot}/usr/lib64/libQt6WebEngineQuickTestMockDelegatesQml.a
|
||||
rm -f %{buildroot}/usr/lib64/libQt6WebEngineQuickTestMockDelegatesQml.prl
|
||||
rm -f %{buildroot}/usr/lib64/pkgconfig/Qt6WebEngineQuickTestMockDelegatesQml.pc
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} < 10
|
||||
%filetriggerin -- %{_datadir}/myspell
|
||||
|
|
@ -668,8 +675,6 @@ done
|
|||
|
||||
%files
|
||||
%license LICENSE.*
|
||||
%{_qt6_archdatadir}/sbom/%{qt_module}-%{version}.spdx
|
||||
%{_qt6_archdatadir}/sbom/qtpdf-%{version}.spdx
|
||||
%{_qt6_libdir}/libQt6WebEngineCore.so.*
|
||||
%{_qt6_libdir}/libQt6WebEngineQuick.so.*
|
||||
%{_qt6_libdir}/libQt6WebEngineQuickDelegatesQml.so.*
|
||||
|
|
@ -847,6 +852,9 @@ done
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 09 2025 Troy Dawson <tdawson@redhat.com> - 6.10.1-2.1
|
||||
- Turn off SBOM for EPEL10
|
||||
|
||||
* Fri Nov 21 2025 Jan Grulich <jgrulich@redhat.com> - 6.10.1-2
|
||||
- Rebuild for Koji infra issue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue