fix: geist (#9828) (#9832)

This commit is contained in:
Raboneko
2026-02-12 11:02:34 -08:00
committed by GitHub
parent 382f5b4526
commit 1d275a9833
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"));