python-qscintilla-py3: obsolete python-qscintilla [release 2.11.4-4mamba;Mon Apr 13 2020]
This commit is contained in:
parent
5e3e8736d5
commit
6c004168e8
@ -1,7 +1,7 @@
|
||||
%define pythonsip_ver %(sip5 -V)
|
||||
Name: qscintilla
|
||||
Version: 2.11.4
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Summary: A port to Qt of Neil Hodgson's Scintilla C++ editor control
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -89,9 +89,11 @@ Summary: QScintilla PyQt4 bindings
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: python-sip%{?with_pyver:-py%{pyver}} >= %{pythonsip_ver}
|
||||
%if "%?with_pyver" == ""
|
||||
%if "%?with_pyver" == "3"
|
||||
Provides: python-QScintilla2
|
||||
Obsoletes: python-QScintilla2
|
||||
Provides: python-qscintilla
|
||||
Obsoletes: python-qscintilla
|
||||
%endif
|
||||
|
||||
%description -n python-%{name}%{?with_pyver:-py%{pyver}}
|
||||
@ -206,6 +208,9 @@ cd ..
|
||||
%{_datadir}/sip/PyQt5/Qsci/*.sip
|
||||
|
||||
%changelog
|
||||
* Mon Apr 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.11.4-4mamba
|
||||
- python-qscintilla-py3: obsolete python-qscintilla
|
||||
|
||||
* Sun Apr 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.11.4-3mamba
|
||||
- python-qscintilla-devel: fix requirement for python-qscintilla -> python-qscintilla-py3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user