Name: maple-mono-nf-cn Version: 7.7 Release: 1%{?dist} Summary: Maple Mono NF CN Font License: SIL Open Font License 1.1 URL: https://github.com/subframe7536/maple-font Source0: https://github.com/subframe7536/maple-font/releases/download/v%{version}/MapleMono-NF-CN.zip BuildArch: noarch BuildRequires: unzip %description Maple Mono NF CN is a monospace font with Nerd Font icons support, optimized for programming and terminal use. %prep %setup -q -c MapleMono-NF-CN %build # No build required for font package %install mkdir -p %{buildroot}%{_datadir}/fonts/maple-mono-nf-cn install -m 644 *.ttf *.otf %{buildroot}%{_datadir}/fonts/maple-mono-nf-cn/ 2>/dev/null || true install -m 644 *.woff *.woff2 %{buildroot}%{_datadir}/fonts/maple-mono-nf-cn/ 2>/dev/null || true # Update font cache %{__mkdir_p} %{buildroot}%{_sysconfdir}/fonts/conf.d/ cat > %{buildroot}%{_sysconfdir}/fonts/conf.d/60-maple-mono-nf-cn.conf << EOF Maple Mono NF CN Maple Mono NF CN EOF %files %{_datadir}/fonts/maple-mono-nf-cn/* %config %{_sysconfdir}/fonts/conf.d/60-maple-mono-nf-cn.conf %changelog * Sun Sep 14 2025 - 7.7-1 - Initial package