Version:		4.0
Release:		%autorelease
URL:			https://rsms.me/inter/

%global foundry		rsms
%global fontlicense	OFL
%global fontlicenses	LICENSE.txt
# – documentation files
%global fontdocs	*.txt
# – exclusions from the ”fontdocs” list
%global fontdocsex	%{fontlicenses}

# The human-friendly font family name, whitespace included, restricted to the
# the Basic Latin Unicode block.
%global fontfamily	Inter
%global fontsummary	Typeface carefully crafted & designed for computer screens
%global fonts		extras/otf/*.otf
%global fontconfs	%{SOURCE10}
%global fontdescription	%{expand:
Inter features a tall x-height to aid in readability of mixed-case and lower-case text. 
Several OpenType features are provided as well, like contextual alternates that adjusts 
punctuation depending on the shape of surrounding glyphs, slashed zero for when you need 
to disambiguate "0" from "o", tabular numbers, etc
}

Source0:		https://github.com/rsms/inter/releases/download/v%{version}/Inter-%{version}.zip 
Source10:		61-%{fontpkgname}.conf

%fontpkg

%prep
%autosetup -c Inter-%{version}

%build
%fontbuild

%install
%fontinstall

%check
%fontcheck

%fontfiles

%changelog
%autochangelog