From 52bbda6aa35b289da6cfa27c95473560b07bc099c4833552196d3fceceedb376 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 12 Dec 2024 03:14:09 +0000 Subject: [PATCH] Add %doc and %license OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioop-lts?expand=0&rev=2 --- python-audioop-lts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-audioop-lts.spec b/python-audioop-lts.spec index 3c0d697..9bb74a6 100644 --- a/python-audioop-lts.spec +++ b/python-audioop-lts.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define pythons python313 Name: python-audioop-lts Version: 0.2.1 @@ -23,13 +24,13 @@ Summary: LTS Port of Python audioop License: PSF-2.0 URL: https://github.com/AbstractUmbra/audioop Source: https://files.pythonhosted.org/packages/source/a/audioop-lts/audioop_lts-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros %python_subpackages %description @@ -50,6 +51,8 @@ export CFLAGS="%{optflags}" %pytest_arch tests/test_audioop.py %files %{python_files} +%license LICENSE +%doc README.md %{python_sitearch}/audioop %{python_sitearch}/audioop_lts-%{version}.dist-info