Fix the VCS field
This commit is contained in:
parent
1370638aeb
commit
d4207079e6
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue