From 58daffda35728562ccac96b677d55217d4640391 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 28 May 2023 13:04:49 -0400 Subject: [PATCH] Shorten a long line by using a macro [skip changelog] --- python-OWSLib.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index dd4e1e5..c0e22d6 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -15,7 +15,8 @@ Summary: Client library for OGC web services License: BSD-3-Clause URL: https://geopython.github.io/OWSLib -Source: https://github.com/geopython/OWSLib/archive/%{version}/OWSLib-%{version}.tar.gz +%global forgeurl https://github.com/geopython/OWSLib +Source: %{forgeurl}/archive/%{version}/OWSLib-%{version}.tar.gz BuildArch: noarch