update %%files
This commit is contained in:
parent
fccf80206a
commit
87bcbaa0dd
@ -318,13 +318,14 @@ sed -i \
|
|||||||
|
|
||||||
%if 0%{?webengine}
|
%if 0%{?webengine}
|
||||||
%files webengine
|
%files webengine
|
||||||
%{python2_sitearch}/PyQt5/QtWebEngineWidgets.so
|
%{python2_sitearch}/PyQt5/QtWebEngineCore.*
|
||||||
|
%{python2_sitearch}/PyQt5/QtWebEngineWidgets.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?webkit}
|
%if 0%{?webkit}
|
||||||
%files webkit
|
%files webkit
|
||||||
%{python2_sitearch}/PyQt5/QtWebKit.so
|
%{python2_sitearch}/PyQt5/QtWebKit.*
|
||||||
%{python2_sitearch}/PyQt5/QtWebKitWidgets.so
|
%{python2_sitearch}/PyQt5/QtWebKitWidgets.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files rpm-macros
|
%files rpm-macros
|
||||||
@ -345,50 +346,51 @@ sed -i \
|
|||||||
%dir %{python3_sitearch}/PyQt5/
|
%dir %{python3_sitearch}/PyQt5/
|
||||||
%{python3_sitearch}/PyQt5/__pycache__/
|
%{python3_sitearch}/PyQt5/__pycache__/
|
||||||
%{python3_sitearch}/PyQt5/__init__.py*
|
%{python3_sitearch}/PyQt5/__init__.py*
|
||||||
%{python3_sitearch}/PyQt5/Enginio.so
|
%{python3_sitearch}/PyQt5/Enginio.*
|
||||||
%{python3_sitearch}/PyQt5/Qt.so
|
%{python3_sitearch}/PyQt5/Qt.*
|
||||||
%{python3_sitearch}/PyQt5/QtBluetooth.so
|
%{python3_sitearch}/PyQt5/QtBluetooth.*
|
||||||
%{python3_sitearch}/PyQt5/QtCore.so
|
%{python3_sitearch}/PyQt5/QtCore.*
|
||||||
%{python3_sitearch}/PyQt5/QtDBus.so
|
%{python3_sitearch}/PyQt5/QtDBus.*
|
||||||
%{python3_sitearch}/PyQt5/QtDesigner.so
|
%{python3_sitearch}/PyQt5/QtDesigner.*
|
||||||
%{python3_sitearch}/PyQt5/QtGui.so
|
%{python3_sitearch}/PyQt5/QtGui.*
|
||||||
%{python3_sitearch}/PyQt5/QtHelp.so
|
%{python3_sitearch}/PyQt5/QtHelp.*
|
||||||
%{python3_sitearch}/PyQt5/QtLocation.so
|
%{python3_sitearch}/PyQt5/QtLocation.*
|
||||||
%{python3_sitearch}/PyQt5/QtMultimedia.so
|
%{python3_sitearch}/PyQt5/QtMultimedia.*
|
||||||
%{python3_sitearch}/PyQt5/QtMultimediaWidgets.so
|
%{python3_sitearch}/PyQt5/QtMultimediaWidgets.*
|
||||||
%{python3_sitearch}/PyQt5/QtNetwork.so
|
%{python3_sitearch}/PyQt5/QtNetwork.*
|
||||||
%{python3_sitearch}/PyQt5/QtNfc.so
|
%{python3_sitearch}/PyQt5/QtNfc.*
|
||||||
%{python3_sitearch}/PyQt5/QtOpenGL.so
|
%{python3_sitearch}/PyQt5/QtOpenGL.*
|
||||||
%{python3_sitearch}/PyQt5/QtPositioning.so
|
%{python3_sitearch}/PyQt5/QtPositioning.*
|
||||||
%{python3_sitearch}/PyQt5/QtPrintSupport.so
|
%{python3_sitearch}/PyQt5/QtPrintSupport.*
|
||||||
%{python3_sitearch}/PyQt5/QtQml.so
|
%{python3_sitearch}/PyQt5/QtQml.*
|
||||||
%{python3_sitearch}/PyQt5/QtQuick.so
|
%{python3_sitearch}/PyQt5/QtQuick.*
|
||||||
%{python3_sitearch}/PyQt5/QtQuickWidgets.so
|
%{python3_sitearch}/PyQt5/QtQuickWidgets.*
|
||||||
%{python3_sitearch}/PyQt5/QtSensors.so
|
%{python3_sitearch}/PyQt5/QtSensors.*
|
||||||
%{python3_sitearch}/PyQt5/QtSerialPort.so
|
%{python3_sitearch}/PyQt5/QtSerialPort.*
|
||||||
%{python3_sitearch}/PyQt5/QtSql.so
|
%{python3_sitearch}/PyQt5/QtSql.*
|
||||||
%{python3_sitearch}/PyQt5/QtSvg.so
|
%{python3_sitearch}/PyQt5/QtSvg.*
|
||||||
%{python3_sitearch}/PyQt5/QtTest.so
|
%{python3_sitearch}/PyQt5/QtTest.*
|
||||||
%{python3_sitearch}/PyQt5/QtWebChannel.so
|
%{python3_sitearch}/PyQt5/QtWebChannel.*
|
||||||
%{python3_sitearch}/PyQt5/QtWebSockets.so
|
%{python3_sitearch}/PyQt5/QtWebSockets.*
|
||||||
%{python3_sitearch}/PyQt5/QtWidgets.so
|
%{python3_sitearch}/PyQt5/QtWidgets.*
|
||||||
%{python3_sitearch}/PyQt5/QtX11Extras.so
|
%{python3_sitearch}/PyQt5/QtX11Extras.*
|
||||||
%{python3_sitearch}/PyQt5/QtXml.so
|
%{python3_sitearch}/PyQt5/QtXml.*
|
||||||
%{python3_sitearch}/PyQt5/QtXmlPatterns.so
|
%{python3_sitearch}/PyQt5/QtXmlPatterns.*
|
||||||
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_0.*
|
||||||
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_1.so
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_1.*
|
||||||
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.so
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.*
|
||||||
%{python3_sitearch}/PyQt5/uic/
|
%{python3_sitearch}/PyQt5/uic/
|
||||||
|
|
||||||
%if 0%{?webengine}
|
%if 0%{?webengine}
|
||||||
%files -n python3-qt5-webengine
|
%files -n python3-qt5-webengine
|
||||||
%{python3_sitearch}/PyQt5/QtWebEngineWidgets.so
|
%{python3_sitearch}/PyQt5/QtWebEngineCore.*
|
||||||
|
%{python3_sitearch}/PyQt5/QtWebEngineWidgets.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?webkit}
|
%if 0%{?webkit}
|
||||||
%files -n python3-qt5-webkit
|
%files -n python3-qt5-webkit
|
||||||
%{python3_sitearch}/PyQt5/QtWebKit.so
|
%{python3_sitearch}/PyQt5/QtWebKit.*
|
||||||
%{python3_sitearch}/PyQt5/QtWebKitWidgets.so
|
%{python3_sitearch}/PyQt5/QtWebKitWidgets.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-qt5-devel
|
%files -n python3-qt5-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user