automatic version update by autodist [release 4.2.1-1mamba;Tue Jan 19 2021]
This commit is contained in:
parent
f9c72578e0
commit
d322bd8104
41
spyder.spec
41
spyder.spec
@ -1,5 +1,5 @@
|
||||
Name: spyder
|
||||
Version: 4.1.5
|
||||
Version: 4.2.1
|
||||
Release: 1mamba
|
||||
Summary: A Scientific PYthon Development EnviRonment
|
||||
Group: System/Libraries
|
||||
@ -7,23 +7,22 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
Requires: PyQt4
|
||||
Requires: pyflakes
|
||||
Requires: python-rope
|
||||
Requires: python-pep8
|
||||
Requires: python-psutil
|
||||
Requires: python-matplotlib
|
||||
Requires: ipython3
|
||||
BuildRequires: libpython3-devel
|
||||
Requires: python3 >= %python3_version
|
||||
Requires: PyQt5-py3
|
||||
#Requires: pyflakes
|
||||
#Requires: python-rope
|
||||
#Requires: python-pep8
|
||||
Requires: python-psutil-py3
|
||||
Requires: python-matplotlib-py3
|
||||
#Requires: ipython3
|
||||
Requires: python-Sphinx
|
||||
Requires: python-pygments
|
||||
Requires: python-pygments-py3
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -33,28 +32,26 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
%{__python3} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{_includedir}/python \
|
||||
--install-lib=%{python_sitearch} \
|
||||
--install-headers=%{python3_inc}/python \
|
||||
--install-lib=%{python3_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%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
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user