Move QML imports out of -devel subpackage

This commit is contained in:
Jan Grulich 2023-04-19 10:23:57 +02:00 committed by Stepan Oksanichenko
parent c2a3026645
commit 0091787074
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1 @@
9572021e09f9f38215c73a9055a81a5a902776a0 qtwebsockets-everywhere-opensource-src-5.15.9.tar.xz

View File

@ -5,7 +5,7 @@
Summary: Qt5 - WebSockets component
Name: qt5-%{qt_module}
Version: 5.15.9
Release: 1%{?dist}
Release: 2%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -90,6 +90,7 @@ popd
%files
%license LICENSE.*
%{_qt5_libdir}/libQt5WebSockets.so.5*
%{_qt5_libdir}/qt5/qml/QtWebSockets/
%{_qt5_archdatadir}/qml/Qt/WebSockets/
%files devel
@ -99,7 +100,6 @@ popd
%dir %{_qt5_libdir}/cmake/Qt5WebSockets/
%{_qt5_libdir}/cmake/Qt5WebSockets/Qt5WebSocketsConfig*.cmake
%{_qt5_libdir}/pkgconfig/Qt5WebSockets.pc
%{_qt5_libdir}/qt5/qml/QtWebSockets/
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_websockets*.pri
%if 0%{?_qt5_examplesdir:1}
@ -114,6 +114,10 @@ popd
%changelog
* Wed Apr 19 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-2
- Move QML imports out of -devel subpackage
Resolves: bz#2175749
* Tue Apr 18 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-1
- 5.15.9
Resolves: bz#2175749