%global fontname belluzj-fantasque-sans-mono %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 1.7.2 Release: 1%{?dist} Summary: Monospaced font with programming ligatures License: OFL URL: https://github.com/belluzj/fantasque-sans Source0: https://github.com/belluzj/fantasque-sans/releases/download/v%{version}/FantasqueSansMono-Normal.tar.gz Source1: %{fontconf} BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A programming font, designed with functionality in mind, and with some wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool. Previously known as Cosmic Sans Neue Mono. %prep %setup -q -c -n %{fontname}-%{version} cp -p %{SOURCE1} . %build %install install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p TTF/*.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{SOURCE1} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} %_font_pkg -f %{fontconf} *.ttf %doc LICENSE.txt README.md %changelog * Fri Mar 02 2018 Olivier Samyn - 1.7.2-1 - Added Font variant with a larger line height, especially for users of accented capitals. #23 Numero sign (№) #23 Perl 6 quotes (「 and 」) #82 Black circle (●) #78 Comparison operators (≤ and ≥) #69 - Changed Fixed the curly tail on Cyrillic у #23 Upgrade the build system to have a proper version of the font with a built-in stylistic set ss01 (no-loop k) #67 Thanks to the Monoid project for open-sourcing their build scripts. * Mon Apr 10 2017 Olivier Samyn - 1.7.1-3 - Updated spec filename to match package name * Wed Nov 09 2016 Olivier Samyn - 1.7.1-2 - Use ttf fonts instead of otf one. * Sun Nov 06 2016 Olivier Samyn - 1.7.1-1 - Initial rpm