diff --git a/python-publicsuffix2.changes b/python-publicsuffix2.changes index 3f6ddc8..2a7a24d 100644 --- a/python-publicsuffix2.changes +++ b/python-publicsuffix2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 12 08:53:08 UTC 2020 - Tomáš Chvátal + +- Format bit with spec-cleaner + ------------------------------------------------------------------- Tue Jan 21 12:35:36 PM UTC 2020 - John Vandenberg diff --git a/python-publicsuffix2.spec b/python-publicsuffix2.spec index 150364a..ab3f427 100644 --- a/python-publicsuffix2.spec +++ b/python-publicsuffix2.spec @@ -1,7 +1,7 @@ # # spec file for package python-publicsuffix2 # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-publicsuffix2 Version: 2.20191221 Release: 0 -License: MIT and MPL-2.0 (FIXME:No SPDX) Summary: Get a public suffix for a domain name using the Public Suffix List -Url: https://github.com/nexb/python-publicsuffix2 -Group: Development/Languages/Python +License: MIT AND MPL-2.0 +URL: https://github.com/nexb/python-publicsuffix2 Source: https://files.pythonhosted.org/packages/source/p/publicsuffix2/publicsuffix2-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module requests >= 2.7.0} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -47,6 +46,7 @@ Forked from and using the same API as the publicsuffix package. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} +%license publicsuffix2.LICENSE %doc CHANGELOG.rst README.rst %{python_sitelib}/*