spyder/spyder.spec

62 lines
1.8 KiB
RPMSpec

Name: spyder
Version: 2.3.8
Release: 1mamba
Summary: A Scientific PYthon Development EnviRonment
Group: System/Libraries
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
## 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: ipython
Requires: python-Sphinx
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%prep
%setup -q
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{_includedir}/python \
--install-lib=%{python_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}/spyderlib/doc/*
%{python27_sitearch}/spyderlib/doc/.buildinfo
%doc AUTHORS LICENSE
%changelog
* Sun Dec 06 2015 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
- automatic version update by autodist
* Wed Oct 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.7-1mamba
- package created using the webbuild interface