From d4207079e6630f539f6589031ea9262e8b5689f1 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Wed, 17 Jul 2024 15:03:00 -0600 Subject: [PATCH] Fix the VCS field --- python-furo.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-furo.spec b/python-furo.spec index 1b312ab..c2ad13c 100644 --- a/python-furo.spec +++ b/python-furo.spec @@ -1,3 +1,5 @@ +%global giturl https://github.com/pradyunsg/furo + Name: python-furo Version: 2024.05.06 Release: %autorelease @@ -5,8 +7,8 @@ Summary: Clean customizable Sphinx documentation theme License: MIT URL: https://pradyunsg.me/furo/ -VCS: https://github.com/pradyunsg/furo -Source0: %{vcs}/archive/%{version}/furo-%{version}.tar.gz +VCS: git:%{giturl}.git +Source0: %{giturl}/archive/%{version}/furo-%{version}.tar.gz # Source1 and Source2 created with ./prepare_vendor.sh Source1: furo-%{version}-vendor.tar.xz Source2: furo-%{version}-vendor-licenses.txt