update to 6.1.3 [release 6.1.3-1mamba;Thu Mar 24 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 22:07:25 +01:00
parent 96655d486a
commit 90d7d8187b

View File

@ -1,6 +1,6 @@
%define MAJver %(echo %version | cut -d. -f1)
Name: eric
Version: 6.1.1
Version: 6.1.3
Release: 1mamba
Summary: A full featured Python and Ruby editor and IDE, written in Python
Group: Graphical Desktop/Applications/Development
@ -16,8 +16,9 @@ Source4: http://downloads.sourceforge.net/eric-ide/eric%{MAJver}/stable/%{
Source5: http://downloads.sourceforge.net/eric-ide/eric%{MAJver}/stable/%{version}/eric%{MAJver}-i18n-it-%{version}.tar.gz
Source6: http://downloads.sourceforge.net/eric-ide/eric%{MAJver}/stable/%{version}/eric%{MAJver}-i18n-tr-%{version}.tar.gz
Source7: http://downloads.sourceforge.net/eric-ide/eric%{MAJver}/stable/%{version}/eric%{MAJver}-i18n-ru-%{version}.tar.gz
Source8: http://downloads.sourceforge.net/eric-ide/eric%{MAJver}/stable/%{version}/eric%{MAJver}-i18n-zh_CN.GB2312-%{version}.tar.gz
Source8: http://downloads.sourceforge.net/eric-ide/eric%{MAJver}/stable/%{version}/eric%{MAJver}-i18n-zh_CN-%{version}.tar.gz
Source9: eric4.desktop
Source10: http://downloads.sourceforge.net/eric-ide/eric%{MAJver}/stable/%{version}/eric%{MAJver}-i18n-en-%{version}.tar.gz
Patch0: eric4-4.3.9-python.patch
License: GPL
## AUTOBUILDREQ-BEGIN
@ -41,7 +42,7 @@ It is designed to be usable as everdays' quick and dirty editor as well as being
Eric includes a plugin system, which allows easy extension of the IDE functionality with plugins downloadable from the net.
%prep
%setup -q -n eric%{MAJver}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8
%setup -q -n eric%{MAJver}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a10
%patch0 -p1
mv eric%{MAJver}-%{version}/eric/i18n/*.qm eric/i18n/
@ -69,7 +70,7 @@ for api in $PyQt4_apis $PyKDE_apis ; do
done
# Fix some permission
chmod a+x %{buildroot}%{python3_sitearch}/eric%{MAJver}/ThirdParty/brm/bike/parsing/fastparser.py ||:
#chmod a+x %{buildroot}%{python3_sitearch}/eric%{MAJver}/ThirdParty/brm/bike/parsing/fastparser.py ||:
chmod a+x %{buildroot}%{python3_sitearch}/eric%{MAJver}/*.py ||:
chmod a+x %{buildroot}%{python3_sitearch}/eric%{MAJver}/uninstall.py
chmod a+x %{buildroot}%{python3_sitearch}/eric%{MAJver}/Examples/hallo.py
@ -111,6 +112,9 @@ sed -i -e 's|exec|QT5DIR=%{_qt5_prefix}\nPYTHONDOCDIR=\$(echo %{_docdir}/python-
#README README-i18n.txt
%changelog
* Thu Mar 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.3-1mamba
- update to 6.1.3
* Thu Jan 07 2016 Automatic Build System <autodist@mambasoft.it> 6.1.1-1mamba
- automatic version update by autodist