summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndřej Pohořelský <opohorel@redhat.com>2022-06-01 16:13:20 +0200
committerOndřej Pohořelský <opohorel@redhat.com>2022-06-01 16:13:20 +0200
commitdf6a4ef072e8ff354b9309dc5b44e599ab8c7a78 (patch)
treeca2e6e8fc2a6bde2b4fbddd355ff75cf4671b77a
parent74371b54d5c8fd20a1b0d7654a5b357fafc9a6fa (diff)
downloadpython-fastbencode-df6a4ef072e8ff354b9309dc5b44e599ab8c7a78.tar.gz
python-fastbencode-df6a4ef072e8ff354b9309dc5b44e599ab8c7a78.tar.xz
python-fastbencode-df6a4ef072e8ff354b9309dc5b44e599ab8c7a78.zip
yet another update to specHEADmaster
-rw-r--r--python-fastbencode-0.0.9-1.fc37.src.rpmbin27927 -> 27750 bytes
-rw-r--r--python-fastbencode.spec3
2 files changed, 2 insertions, 1 deletions
diff --git a/python-fastbencode-0.0.9-1.fc37.src.rpm b/python-fastbencode-0.0.9-1.fc37.src.rpm
index acdf5a8..d3f420c 100644
--- a/python-fastbencode-0.0.9-1.fc37.src.rpm
+++ b/python-fastbencode-0.0.9-1.fc37.src.rpm
Binary files differ
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/