automatic version update by autodist [release 21.6-1mamba;Wed Jun 09 2021]

This commit is contained in:
Automatic Build System 2024-01-05 22:07:26 +01:00
parent fd1e1dcb4b
commit 43d6e03f17

View File

@ -1,24 +1,21 @@
%define MAJver 6
%define pkgver %(echo %version | cut -d. -f1-2 | tr -d 0)
Name: eric
Version: 20.6
Version: 21.6
Release: 1mamba
Summary: A full featured Python and Ruby editor and IDE, written in Python
Group: Graphical Desktop/Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://eric-ide.python-projects.org
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://eric-ide.python-projects.org
Source: http://downloads.sourceforge.net/sourceforge/eric-ide/eric6-%{version}.tar.gz
#Source: https://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/eric6-%{pkgver}.tar.gz
Source9: eric4.desktop
Patch0: eric4-4.3.9-python.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
BuildRequires: python-qscintilla-py3 >= 2.10.8-2mamba
BuildRequires: python-qscintilla-devel >= 2.10.8-2mamba
BuildRequires: python-xml
BuildRequires: qscintilla-devel
BuildRequires: PyQt5-py3
@ -31,7 +28,6 @@ Requires: python-qscintilla-py3
Requires: libqt5-designer
Requires: python-sip-py3
Requires: pyqtwebengine-py3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Eric Integrated Development Environment is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control.
@ -87,7 +83,8 @@ Eric includes a plugin system, which allows easy extension of the IDE functional
%{_datadir}/metainfo/eric%{MAJver}.appdata.xml
#%{_datadir}/applications/eric%{MAJver}_webbrowser.desktop
%{_datadir}/applications/eric%{MAJver}_browser.desktop
%{_datadir}/pixmaps/eric*.png
%{_datadir}/icons/eric.png
%{_datadir}/icons/ericWeb.png
%{_datadir}/qt5/qsci/api/python/*
%{_datadir}/qt5/qsci/api/ruby/*
%{_datadir}/qt5/qsci/api/qss/qss.api
@ -95,6 +92,12 @@ Eric includes a plugin system, which allows easy extension of the IDE functional
#README README-i18n.txt
%changelog
* Wed Jun 09 2021 Automatic Build System <autodist@mambasoft.it> 21.6-1mamba
- automatic version update by autodist
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 21.5-1mamba
- automatic version update by autodist
* Thu Jul 02 2020 Automatic Build System <autodist@mambasoft.it> 20.6-1mamba
- automatic version update by autodist