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)
|
%define pythonsip_ver %(sip5 -V)
|
||||||
Name: qscintilla
|
Name: qscintilla
|
||||||
Version: 2.11.4
|
Version: 2.11.4
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: A port to Qt of Neil Hodgson's Scintilla C++ editor control
|
Summary: A port to Qt of Neil Hodgson's Scintilla C++ editor control
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -89,9 +89,11 @@ Summary: QScintilla PyQt4 bindings
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: python-sip%{?with_pyver:-py%{pyver}} >= %{pythonsip_ver}
|
Requires: python-sip%{?with_pyver:-py%{pyver}} >= %{pythonsip_ver}
|
||||||
%if "%?with_pyver" == ""
|
%if "%?with_pyver" == "3"
|
||||||
Provides: python-QScintilla2
|
Provides: python-QScintilla2
|
||||||
Obsoletes: python-QScintilla2
|
Obsoletes: python-QScintilla2
|
||||||
|
Provides: python-qscintilla
|
||||||
|
Obsoletes: python-qscintilla
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n python-%{name}%{?with_pyver:-py%{pyver}}
|
%description -n python-%{name}%{?with_pyver:-py%{pyver}}
|
||||||
@ -206,6 +208,9 @@ cd ..
|
|||||||
%{_datadir}/sip/PyQt5/Qsci/*.sip
|
%{_datadir}/sip/PyQt5/Qsci/*.sip
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- python-qscintilla-devel: fix requirement for python-qscintilla -> python-qscintilla-py3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user