automatic version update by autodist [release 4.2.1-1mamba;Tue Jan 19 2021]

This commit is contained in:
Automatic Build System 2024-01-05 18:04:43 +01:00
parent f9c72578e0
commit d322bd8104

View File

@ -1,5 +1,5 @@
Name: spyder Name: spyder
Version: 4.1.5 Version: 4.2.1
Release: 1mamba Release: 1mamba
Summary: A Scientific PYthon Development EnviRonment Summary: A Scientific PYthon Development EnviRonment
Group: System/Libraries Group: System/Libraries
@ -7,23 +7,22 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/spyder-ide/spyder URL: https://github.com/spyder-ide/spyder
## GITSOURCE https://github.com/spyder-ide/spyder.git v2.3.7
Source: https://github.com/spyder-ide/spyder.git/v%{version}/spyder-%{version}.tar.bz2 Source: https://github.com/spyder-ide/spyder.git/v%{version}/spyder-%{version}.tar.bz2
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython3-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython-devel BuildRequires: libpython3-devel
Requires: python >= %python_version Requires: python3 >= %python3_version
Requires: PyQt4 Requires: PyQt5-py3
Requires: pyflakes #Requires: pyflakes
Requires: python-rope #Requires: python-rope
Requires: python-pep8 #Requires: python-pep8
Requires: python-psutil Requires: python-psutil-py3
Requires: python-matplotlib Requires: python-matplotlib-py3
Requires: ipython3 #Requires: ipython3
Requires: python-Sphinx Requires: python-Sphinx
Requires: python-pygments Requires: python-pygments-py3
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -33,28 +32,26 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%setup -q %setup -q
%build %build
CFLAGS="%{optflags}" %{__python} setup.py build CFLAGS="%{optflags}" %{__python3} setup.py build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \ %{__python3} setup.py install \
-O1 --skip-build \ -O1 --skip-build \
--root="%{buildroot}" \ --root="%{buildroot}" \
--install-headers=%{_includedir}/python \ --install-headers=%{python3_inc}/python \
--install-lib=%{python_sitearch} \ --install-lib=%{python3_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
#%dir %{python27_sitearch}/spyderlib
#%dir %{python27_sitearch}/spyderlib/doc
#%{python27_sitearch}/spyder/doc/*
#%{python27_sitearch}/spyderlib/doc/.buildinfo
#%doc AUTHORS LICENSE
%changelog %changelog
* Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
- automatic version update by autodist
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 4.1.5-1mamba * Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 4.1.5-1mamba
- automatic version update by autodist - automatic version update by autodist