diff options
| author | Ondřej Pohořelský <opohorel@redhat.com> | 2022-06-01 16:13:20 +0200 |
|---|---|---|
| committer | Ondřej Pohořelský <opohorel@redhat.com> | 2022-06-01 16:13:20 +0200 |
| commit | df6a4ef072e8ff354b9309dc5b44e599ab8c7a78 (patch) | |
| tree | ca2e6e8fc2a6bde2b4fbddd355ff75cf4671b77a /python-fastbencode.spec | |
| parent | 74371b54d5c8fd20a1b0d7654a5b357fafc9a6fa (diff) | |
| download | python-fastbencode-df6a4ef072e8ff354b9309dc5b44e599ab8c7a78.tar.gz python-fastbencode-df6a4ef072e8ff354b9309dc5b44e599ab8c7a78.tar.xz python-fastbencode-df6a4ef072e8ff354b9309dc5b44e599ab8c7a78.zip | |
Diffstat (limited to 'python-fastbencode.spec')
| -rw-r--r-- | python-fastbencode.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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/ |
