From 6672bb2e7a8f0441791ea87bde29b11410a492f7 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 7 Jun 2023 21:36:17 +0000 Subject: [PATCH] Use %pypi_source instead of manually constructing URL --- python-pathspec.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pathspec.spec b/python-pathspec.spec index e33fd6d..b2a3b8f 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -5,7 +5,7 @@ Summary: Utility library for gitignore style pattern matching of file pat License: MPL-2.0 URL: https://github.com/cpburnz/python-path-specification -Source0: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz +Source0: %{pypi_source pathspec} BuildArch: noarch BuildRequires: python3-devel