From 21165ed458702cec8c11227621600786d0aa6990 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 1 Jan 2017 16:11:41 +0100 Subject: [PATCH] simplify SourceURL Signed-off-by: Igor Gnatenko --- python-aiohttp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 413e5a2..39d8e1f 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -7,7 +7,7 @@ Summary: Python HTTP client/server for asyncio License: ASL 2.0 URL: https://github.com/KeepSafe/aiohttp -Source0: https://github.com/KeepSafe/aiohttp/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools