From fdbc56fb737bb67aa0519986b6f0b439111c66d24a28d4721353eb010d2058a6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:34:28 +0000 Subject: [PATCH] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyTweening?expand=0&rev=6 --- python-PyTweening.changes | 5 +++++ python-PyTweening.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-PyTweening.changes b/python-PyTweening.changes index e599557..94a3d1d 100644 --- a/python-PyTweening.changes +++ b/python-PyTweening.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:34:07 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:53:17 UTC 2018 - Matej Cepl diff --git a/python-PyTweening.spec b/python-PyTweening.spec index 109fe63..38c3b75 100644 --- a/python-PyTweening.spec +++ b/python-PyTweening.spec @@ -22,8 +22,7 @@ Version: 1.0.3 Release: 0 Summary: A collection of tweening / easing functions License: BSD-3-Clause -Group: Development/Languages/Python -Url: https://github.com/asweigart/pytweening +URL: https://github.com/asweigart/pytweening Source: https://files.pythonhosted.org/packages/source/P/PyTweening/PyTweening-%{version}.zip Source99: https://raw.githubusercontent.com/asweigart/pytweening/master/LICENSE.txt BuildRequires: %{python_module setuptools} @@ -32,7 +31,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip BuildArch: noarch - %python_subpackages %description @@ -40,7 +38,7 @@ A collection of tweening / easing functions implemented in Python. %prep %setup -q -n PyTweening-%{version} -cp %{S:99} . +cp %{SOURCE99} . dos2unix README.md %build