diff --git a/python-thLib.changes b/python-thLib.changes index f50aac6..803a9ac 100644 --- a/python-thLib.changes +++ b/python-thLib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 6 05:43:04 UTC 2019 - pgajdos@suse.com + +- call spec-cleaner +- note there are no upstream tests + ------------------------------------------------------------------- Tue Dec 4 12:55:16 UTC 2018 - Matej Cepl diff --git a/python-thLib.spec b/python-thLib.spec index 4b5f61d..54a5e7f 100644 --- a/python-thLib.spec +++ b/python-thLib.spec @@ -1,7 +1,7 @@ # # spec file for package python-thLib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: Collection of Python utilities for signal analysis License: BSD-2-Clause Group: Development/Languages/Python -Url: http://work.thaslwanter.at +URL: http://work.thaslwanter.at Source: https://files.pythonhosted.org/packages/source/t/thLib/thLib-%{version}.tar.gz BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy} @@ -43,7 +43,6 @@ Requires: python-scipy Requires: python-statsmodels Requires: python-sympy BuildArch: noarch - %python_subpackages %description @@ -62,7 +61,7 @@ the new package "scikit-kinematics"! # hidden-file-or-dir rm docs/_build/html/.buildinfo # wrong-file-end-of-line-encoding -sed -i 's/\r$//' *.txt +sed -i 's/\r$//' *.txt sed -i 's/\r$//' docs/_build/html/_sources/*.txt sed -i 's/\r$//' docs/_build/html/_static/pygments.css @@ -79,6 +78,9 @@ cp -r docs/_build/doctrees %{buildroot}%{_docdir}/%{$python_prefix}-thLib/ %fdupes %{buildroot}%{_docdir}/%{$python_prefix}-thLib/ } +%check +# no testsuite found + %files %{python_files} %doc CHANGES.txt README.txt %{_docdir}/%{python_prefix}-thLib/html/