|
|
@ -7,8 +7,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Qt6 - Speech component
|
|
|
|
Summary: Qt6 - Speech component
|
|
|
|
Name: qt6-%{qt_module}
|
|
|
|
Name: qt6-%{qt_module}
|
|
|
|
Version: 6.7.1
|
|
|
|
Version: 6.8.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# Code can be either LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only
|
|
|
|
# Code can be either LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only
|
|
|
|
# See e.g. src/plugins/speechdispatcher or src/tts
|
|
|
|
# See e.g. src/plugins/speechdispatcher or src/tts
|
|
|
@ -122,6 +122,7 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSES/GPL* LICENSES/LGPL* LICENSES/BSD*
|
|
|
|
%license LICENSES/GPL* LICENSES/LGPL* LICENSES/BSD*
|
|
|
|
|
|
|
|
%{_qt6_archdatadir}/sbom/%{qt_module}-%{version}.spdx
|
|
|
|
%{_qt6_libdir}/libQt6TextToSpeech.so.6{,.*}
|
|
|
|
%{_qt6_libdir}/libQt6TextToSpeech.so.6{,.*}
|
|
|
|
%dir %{_qt6_plugindir}/texttospeech
|
|
|
|
%dir %{_qt6_plugindir}/texttospeech
|
|
|
|
%{_qt6_plugindir}/texttospeech/libqtexttospeech_mock.so
|
|
|
|
%{_qt6_plugindir}/texttospeech/libqtexttospeech_mock.so
|
|
|
@ -155,8 +156,10 @@ popd
|
|
|
|
%{_qt6_libdir}/qt6/modules/*.json
|
|
|
|
%{_qt6_libdir}/qt6/modules/*.json
|
|
|
|
%{_qt6_libdir}/qt6/metatypes/*.json
|
|
|
|
%{_qt6_libdir}/qt6/metatypes/*.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?examples}
|
|
|
|
%files examples
|
|
|
|
%files examples
|
|
|
|
%{_qt6_examplesdir}/
|
|
|
|
%{_qt6_examplesdir}/
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?build_tests}
|
|
|
|
%if 0%{?build_tests}
|
|
|
|
%files tests
|
|
|
|
%files tests
|
|
|
@ -164,6 +167,14 @@ popd
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Dec 06 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-1
|
|
|
|
|
|
|
|
- 6.8.1
|
|
|
|
|
|
|
|
Resolves: RHEL-53982
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-4
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-3
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-3
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|