From df6a4ef072e8ff354b9309dc5b44e599ab8c7a78 Mon Sep 17 00:00:00 2001 From: Ondřej Pohořelský Date: Wed, 1 Jun 2022 16:13:20 +0200 Subject: yet another update to spec --- python-fastbencode.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python-fastbencode.spec') diff --git a/python-fastbencode.spec b/python-fastbencode.spec index 011ff55..d6b5cbc 100644 --- a/python-fastbencode.spec +++ b/python-fastbencode.spec @@ -9,7 +9,7 @@ License: GPLv2+ and MIT #fastbencode is licensed under GPLv2+ #_bencode_py.py is licensed under MIT URL: https://github.com/breezy-team/fastbencode -Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz +Source: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3dist(cython) >= 0.29 @@ -47,6 +47,7 @@ Summary: %{summary} %{python3} setup.py test %files -n python3-%{pypi_name} +%license COPYING %doc README.md %{python3_sitearch}/%{pypi_name}/ %{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ -- cgit