diff --git a/python-TermRecord.changes b/python-TermRecord.changes index 331f9e9..0696c1b 100644 --- a/python-TermRecord.changes +++ b/python-TermRecord.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:56:09 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:55:07 UTC 2018 - Matej Cepl diff --git a/python-TermRecord.spec b/python-TermRecord.spec index 20ab699..f7db4d8 100644 --- a/python-TermRecord.spec +++ b/python-TermRecord.spec @@ -1,7 +1,7 @@ # # spec file for package python-TermRecord # -# 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 @@ -22,20 +22,18 @@ Version: 1.2.5 Release: 0 Summary: A terminal session recorder with HTML output License: MIT -Group: Development/Languages/Python -Url: http://github.com/theonewolf/TermRecord -Source: https://pypi.python.org/packages/source/T/TermRecord/TermRecord-%{version}.tar.gz +URL: https://github.com/theonewolf/TermRecord +Source: https://files.pythonhosted.org/packages/source/T/TermRecord/TermRecord-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Jinja2 >= 2.6 +Requires(post): update-alternatives +Requires(postun): update-alternatives +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2 >= 2.6} # /SECTION -Requires: python-Jinja2 >= 2.6 -BuildArch: noarch -Requires(post): update-alternatives -Requires(postun): update-alternatives - %python_subpackages %description