diff --git a/python-audible.changes b/python-audible.changes index 1722541..8b41af2 100644 --- a/python-audible.changes +++ b/python-audible.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 27 10:41:01 UTC 2024 - Daniel Garcia + +- Fix license +- Make files more specific + ------------------------------------------------------------------- Thu Sep 26 16:06:24 UTC 2024 - Michael Vetter diff --git a/python-audible.spec b/python-audible.spec index d7b8573..a390083 100644 --- a/python-audible.spec +++ b/python-audible.spec @@ -1,7 +1,7 @@ # # spec file for package python-audible # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,30 +16,30 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-audible Version: 0.10.0 Release: 0 Summary: A(Sync) Interface for internal Audible API -License: AGPL-3 +License: AGPL-3.0-only URL: https://github.com/mkb79/audible Source: https://files.pythonhosted.org/packages/source/a/audible/audible-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module poetry-core} -BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} +BuildRequires: %{python_module Pillow} BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module httpx >= 0.20.0} BuildRequires: %{python_module pbkdf2} -BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pyaes} BuildRequires: %{python_module rsa} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Pillow Requires: python-beautifulsoup4 Requires: python-httpx >= 0.20.0 Requires: python-pbkdf2 -Requires: python-Pillow Requires: python-pyaes Requires: python-rsa Suggests: python-sphinx @@ -65,6 +65,7 @@ A(Sync) Interface for internal Audible API written in pure Python. %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/audible +%{python_sitelib}/audible-%{version}*-info %changelog