Install CMake modules for plugins

Resolves: RHEL-73682
This commit is contained in:
Jan Grulich 2025-01-15 10:16:02 +01:00
parent eb8438dc82
commit a2f1093896

View File

@ -17,7 +17,7 @@
Summary: Qt6 - QtDeclarative component
Name: qt6-%{qt_module}
Version: 6.8.1
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://www.qt.io
@ -174,9 +174,6 @@ for prl_file in libQt6*.prl ; do
done
popd
# Copied from OpenSUSE packages
# CMake modules for plugins are not useful
rm %{buildroot}%{_qt6_libdir}/cmake/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
%check
%if 0%{?tests}
@ -653,6 +650,10 @@ make check -k -C tests ||:
%endif
%changelog
* Wed Jan 15 2025 Jan Grulich <jgrulich@redhat.com> - 6.8.1-3
- Install CMake modules for plugins
Resolves: RHEL-73682
* Sat Dec 07 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
- Make -devel subpkg to require qtbase-private-devel for cmake >= 3.31.0
Workaround for rhbz#2330219