update to 5.15.2 [release 5.15.2-1mamba;Sun Mar 07 2021]
This commit is contained in:
parent
befe3e7ab3
commit
870550522f
@ -1,5 +1,6 @@
|
|||||||
|
%define with_pyver 3
|
||||||
Name: pyqtwebengine
|
Name: pyqtwebengine
|
||||||
Version: 5.14.0
|
Version: 5.15.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A set of Python bindings for The Qt Company’s Qt WebEngine framework
|
Summary: A set of Python bindings for The Qt Company’s Qt WebEngine framework
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -15,7 +16,6 @@ License: GPL
|
|||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libQt5WebEngine-devel >= %{version}
|
BuildRequires: libQt5WebEngine-devel >= %{version}
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -60,15 +60,18 @@ CFLAGS="%{optflags}" %{__python} configure.py
|
|||||||
%files sip
|
%files sip
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/qt5/qsci/api/python/PyQtWebEngine.api
|
%{_datadir}/qt5/qsci/api/python/PyQtWebEngine.api
|
||||||
%dir %{_datadir}/sip/PyQt5/QtWebEngine
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngine
|
||||||
%{_datadir}/sip/PyQt5/QtWebEngine/*.sip
|
%{python_sitearch}/PyQt5/bindings/QtWebEngine/*.sip
|
||||||
%dir %{_datadir}/sip/PyQt5/QtWebEngineCore
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngineCore
|
||||||
%{_datadir}/sip/PyQt5/QtWebEngineCore/*.sip
|
%{python_sitearch}/PyQt5/bindings/QtWebEngineCore/*.sip
|
||||||
%dir %{_datadir}/sip/PyQt5/QtWebEngineWidgets
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngineWidgets
|
||||||
%{_datadir}/sip/PyQt5/QtWebEngineWidgets/*.sip
|
%{python_sitearch}/PyQt5/bindings/QtWebEngineWidgets/*.sip
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
||||||
|
- update to 5.15.2
|
||||||
|
|
||||||
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.14.0-1mamba
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.14.0-1mamba
|
||||||
- update to 5.14.0
|
- update to 5.14.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user