Mageia Bugzilla – Attachment 5755 Details for
Bug 13549
eric6, Python3 IDE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
WIP spec file for eric5
eric5.spec (text/x-rpm-spec), 2.79 KB, created by
Rémi Verschelde
on 2014-12-23 22:45:11 CET
(
hide
)
Description:
WIP spec file for eric5
Filename:
MIME Type:
Creator:
Rémi Verschelde
Created:
2014-12-23 22:45:11 CET
Size:
2.79 KB
patch
obsolete
>Name: eric5 >Version: 5.5.2 >Release: %mkrel 0 >Summary: Python IDE based on Qt4 >License: GPLv3+ >Group: Development/Tools >Url: http://eric-ide.python-projects.org/ >Source0: http://download.sourceforge.net/eric-ide/%{name}-%{version}.tar.gz >Source10: http://download.sourceforge.net/eric-ide/%{name}-i18n-cs-%{version}.tar.gz >Source11: http://download.sourceforge.net/eric-ide/%{name}-i18n-de-%{version}.tar.gz >Source12: http://download.sourceforge.net/eric-ide/%{name}-i18n-en-%{version}.tar.gz >Source13: http://download.sourceforge.net/eric-ide/%{name}-i18n-es-%{version}.tar.gz >Source14: http://download.sourceforge.net/eric-ide/%{name}-i18n-fr-%{version}.tar.gz >Source15: http://download.sourceforge.net/eric-ide/%{name}-i18n-it-%{version}.tar.gz >Source16: http://download.sourceforge.net/eric-ide/%{name}-i18n-pt-%{version}.tar.gz >Source17: http://download.sourceforge.net/eric-ide/%{name}-i18n-ru-%{version}.tar.gz >Source18: http://download.sourceforge.net/eric-ide/%{name}-i18n-tr-%{version}.tar.gz >Source19: http://download.sourceforge.net/eric-ide/%{name}-i18n-zh_CN.GB2312-%{version}.tar.gz > >BuildRequires: python3-qscintilla >BuildRequires: python3-qt4 >BuildRequires: python3-sip >BuildRequires: python3-xml >Requires: python3-logilab-astng >= 0.19.0 >Requires: python3-logilab-common >= 0.43.0 >Requires: python3-pysvn >= 1.7.0 >Requires: python3-qscintilla >Requires: python3-qt4 >Requires: python3-xml >Recommends: python3-cx_Freeze >Recommends: python3-doc >Recommends: python3-enchant >= 1.5.3 >Recommends: python3-pylint >= 0.18.0 >Recommends: python3-rope >= 0.9.2 >Conflicts: eric4 >BuildArch: noarch > >%description >Eric is a full featured Python and Ruby editor and IDE, written in python. It >is based on the cross platform Qt gui toolkit, integrating the highly flexible >Scintilla editor control. It is designed to be usable as everdays' quick and >dirty editor as well as being usable as a professional project management tool >integrating many advanced features Python offers the professional coder. > >%prep >%setup -q -b 10 -b 11 -b 12 -b 13 -b 14 -b 15 -b 16 -b 17 -b 18 -b 19 > >%build ># nothing here > >%install >%{__python3} install.py -b %{_bindir} \ > -i %{buildroot} \ > -d %{python3_sitelib} \ > -a %{_qt4_prefix}/qsci/api > >%files >%doc LICENSE.GPL3 README THANKS >%{_bindir}/%{name}* >%{_datadir}/appdata/%{name}.appdata.xml >%{_datadir}/applications/%{name}.desktop >%{_datadir}/applications/%{name}_webbrowser.desktop >%{_datadir}/pixmaps/eric.png >%{_datadir}/pixmaps/ericWeb.png >%{python3_sitelib}/* >%{_qt4_prefix}/qsci/api/python/* >%{_qt4_prefix}/qsci/api/ruby/* >%{_qt4_prefix}/qsci/api/qss/*
Name: eric5 Version: 5.5.2 Release: %mkrel 0 Summary: Python IDE based on Qt4 License: GPLv3+ Group: Development/Tools Url: http://eric-ide.python-projects.org/ Source0: http://download.sourceforge.net/eric-ide/%{name}-%{version}.tar.gz Source10: http://download.sourceforge.net/eric-ide/%{name}-i18n-cs-%{version}.tar.gz Source11: http://download.sourceforge.net/eric-ide/%{name}-i18n-de-%{version}.tar.gz Source12: http://download.sourceforge.net/eric-ide/%{name}-i18n-en-%{version}.tar.gz Source13: http://download.sourceforge.net/eric-ide/%{name}-i18n-es-%{version}.tar.gz Source14: http://download.sourceforge.net/eric-ide/%{name}-i18n-fr-%{version}.tar.gz Source15: http://download.sourceforge.net/eric-ide/%{name}-i18n-it-%{version}.tar.gz Source16: http://download.sourceforge.net/eric-ide/%{name}-i18n-pt-%{version}.tar.gz Source17: http://download.sourceforge.net/eric-ide/%{name}-i18n-ru-%{version}.tar.gz Source18: http://download.sourceforge.net/eric-ide/%{name}-i18n-tr-%{version}.tar.gz Source19: http://download.sourceforge.net/eric-ide/%{name}-i18n-zh_CN.GB2312-%{version}.tar.gz BuildRequires: python3-qscintilla BuildRequires: python3-qt4 BuildRequires: python3-sip BuildRequires: python3-xml Requires: python3-logilab-astng >= 0.19.0 Requires: python3-logilab-common >= 0.43.0 Requires: python3-pysvn >= 1.7.0 Requires: python3-qscintilla Requires: python3-qt4 Requires: python3-xml Recommends: python3-cx_Freeze Recommends: python3-doc Recommends: python3-enchant >= 1.5.3 Recommends: python3-pylint >= 0.18.0 Recommends: python3-rope >= 0.9.2 Conflicts: eric4 BuildArch: noarch %description Eric is a full featured Python and Ruby editor and IDE, written in python. It is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as everdays' quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. %prep %setup -q -b 10 -b 11 -b 12 -b 13 -b 14 -b 15 -b 16 -b 17 -b 18 -b 19 %build # nothing here %install %{__python3} install.py -b %{_bindir} \ -i %{buildroot} \ -d %{python3_sitelib} \ -a %{_qt4_prefix}/qsci/api %files %doc LICENSE.GPL3 README THANKS %{_bindir}/%{name}* %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}_webbrowser.desktop %{_datadir}/pixmaps/eric.png %{_datadir}/pixmaps/ericWeb.png %{python3_sitelib}/* %{_qt4_prefix}/qsci/api/python/* %{_qt4_prefix}/qsci/api/ruby/* %{_qt4_prefix}/qsci/api/qss/*
View Attachment As Raw
Actions:
View
Attachments on
bug 13549
: 5755