10
0

Accepting request 558560 from home:badshah400:branches:science

Minor fixes

OBS-URL: https://build.opensuse.org/request/show/558560
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=2
This commit is contained in:
Matthias Mailänder
2017-12-20 15:25:13 +00:00
committed by Git OBS Bridge
parent 401908dc39
commit 64713fa3c3
2 changed files with 11 additions and 5 deletions

View File

@@ -21,8 +21,8 @@ Name: python-Mathics
Version: 1.0
Release: 0
Summary: A general-purpose computer algebra system
# FIXME: Contains other OS Licensed components
License: GPL-3.0
# Mathics itself is licensed as GPL-3.0 but it includes third-party software with MIT, BSD-3-Clause, and Apache-2.0 Licensing; also includes data from wikipedia licensed under CC-BY-SA-3.0 and GFDL-1.3
License: GPL-3.0 and BSD-3-Clause and MIT and Apache-2.0
Group: Development/Languages/Python
Url: https://mathics.github.io/
Source: https://github.com/mathics/Mathics/archive/v%{version}.tar.gz
@@ -37,7 +37,6 @@ BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.10}
BuildRequires: %{python_module sympy}
Requires: python-colorama
Requires: python-Django >= 1.8
Requires: python-mpmath >= 0.19
Requires: python-python-dateutil
@@ -79,8 +78,7 @@ popd
#%%check
#%%python_exec setup.py test
%fdupes %{buildroot}%{python2_sitelib}/
%fdupes %{buildroot}%{python3_sitelib}/
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
%files %python_files
%defattr(-,root,root)