fix: geist (#9828)

* fix: geist

* autosetup
This commit is contained in:
madomado
2026-02-13 02:54:42 +08:00
committed by GitHub
parent beefac544a
commit 50e7f1b0a1
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
%global ver geist@1.7.0
Name: geist-font
Version: geist@1.7.0
Version: %(echo %ver | sed 's/^geist@//')
Release: 1%?dist
URL: https://vercel.com/font
Source0: https://github.com/vercel/geist-font/archive/refs/tags/%version.tar.gz
Source0: https://github.com/vercel/geist-font/archive/refs/tags/%ver.tar.gz
License: OFL-1.1
Summary: Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio
BuildRequires: make python3 python3.10 python3.10-devel meson cairo cairo-devel gcc
@@ -28,7 +30,7 @@ Geist Mono is a monospaced typeface that has been crafted to be the perfect part
It is designed to be used in code editors, diagrams, terminals, and other textbased interfaces where code is represented.
%prep
%autosetup -n %name-%version
%autosetup -n %name-geist-%version
%build
%make_build
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("vercel/geist-font"));
rpm.global("ver", gh("vercel/geist-font"));