automatic version update by autodist [release 23.6-1mamba;Sun May 28 2023]
This commit is contained in:
parent
41800afec5
commit
ebb803d37b
36
eric.spec
36
eric.spec
@ -1,7 +1,7 @@
|
|||||||
%define MAJver 6
|
%define MAJver 7
|
||||||
%define pkgver %(echo %version | cut -d. -f1-2 | tr -d 0)
|
%define pkgver %(echo %version | cut -d. -f1-2 | tr -d 0)
|
||||||
Name: eric
|
Name: eric
|
||||||
Version: 21.11
|
Version: 23.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A full featured Python and Ruby editor and IDE, written in Python
|
Summary: A full featured Python and Ruby editor and IDE, written in Python
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
@ -9,11 +9,12 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://eric-ide.python-projects.org
|
URL: https://eric-ide.python-projects.org
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/eric-ide/eric6-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/sourceforge/eric-ide/eric7-%{version}.tar.gz
|
||||||
Source9: eric4.desktop
|
Source9: eric4.desktop
|
||||||
Patch0: eric4-4.3.9-python.patch
|
Patch0: eric4-4.3.9-python.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-qscintilla-py3 >= 2.10.8-2mamba
|
BuildRequires: python-qscintilla-py3 >= 2.10.8-2mamba
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
@ -72,28 +73,45 @@ Eric includes a plugin system, which allows easy extension of the IDE functional
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/eric%{MAJver}
|
|
||||||
%{_bindir}/eric%{MAJver}_*
|
%{_bindir}/eric%{MAJver}_*
|
||||||
%dir %{python3_sitearch}/eric%{MAJver}
|
%dir %{python3_sitearch}/eric%{MAJver}
|
||||||
%{python3_sitearch}/eric%{MAJver}/*
|
%{python3_sitearch}/eric%{MAJver}/*
|
||||||
%{python3_sitearch}/eric%{MAJver}config.py
|
%{python3_sitearch}/eric%{MAJver}config.py
|
||||||
%dir %{python3_sitearch}/eric%{MAJver}plugins
|
%dir %{python3_sitearch}/eric%{MAJver}plugins
|
||||||
%{python3_sitearch}/eric%{MAJver}plugins/__init__.py
|
%{python3_sitearch}/eric%{MAJver}plugins/__init__.py
|
||||||
%{_datadir}/applications/eric%{MAJver}.desktop
|
%{_datadir}/applications/eric%{MAJver}_ide.desktop
|
||||||
%{_datadir}/metainfo/eric%{MAJver}.appdata.xml
|
%{_datadir}/metainfo/eric%{MAJver}.appdata.xml
|
||||||
#%{_datadir}/applications/eric%{MAJver}_webbrowser.desktop
|
|
||||||
%{_datadir}/applications/eric%{MAJver}_browser.desktop
|
%{_datadir}/applications/eric%{MAJver}_browser.desktop
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/eric.png
|
%{_datadir}/icons/hicolor/48x48/apps/eric.png
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/ericWeb.png
|
%{_datadir}/icons/hicolor/48x48/apps/ericWeb.png
|
||||||
%{_datadir}/icons/eric.png
|
%{_datadir}/icons/eric.png
|
||||||
%{_datadir}/icons/ericWeb.png
|
%{_datadir}/icons/ericWeb.png
|
||||||
%{_datadir}/qt5/qsci/api/python/*
|
%{_datadir}/qt5/qsci/api/*
|
||||||
%{_datadir}/qt5/qsci/api/ruby/*
|
|
||||||
%{_datadir}/qt5/qsci/api/qss/qss.api
|
|
||||||
#%doc THANKS
|
#%doc THANKS
|
||||||
#README README-i18n.txt
|
#README README-i18n.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 28 2023 Automatic Build System <autodist@mambasoft.it> 23.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue May 02 2023 Automatic Build System <autodist@mambasoft.it> 23.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Apr 05 2023 Automatic Build System <autodist@mambasoft.it> 23.4.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 30 2023 Automatic Build System <autodist@mambasoft.it> 23.4.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 29 2023 Automatic Build System <autodist@mambasoft.it> 23.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 23.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jan 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.2-1mamba
|
||||||
|
- update to 23.2
|
||||||
|
|
||||||
* Sat Nov 06 2021 Automatic Build System <autodist@mambasoft.it> 21.11-1mamba
|
* Sat Nov 06 2021 Automatic Build System <autodist@mambasoft.it> 21.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user