%global fontname typetype-molot %global fontconf 61-%{fontname}.conf Name: %{fontname}-fonts Version: 1.000 Release: 4%{?dist} Summary: A display sans-serif font License: OFL URL: http://typetype.ru/ Source0: http://www.typetype.ru/files/fonts/molot.zip Source1: %{name}-fontconfig.conf Source2: %{fontname}.metainfo.xml BuildArch: noarch BuildRequires: fontpackages-devel %if 0%{?fedora} >= 21 BuildRequires: libappstream-glib %endif Requires: fontpackages-filesystem %description A display sans-serif font created by Roman Ershov and Jovanny Lemonad %prep %autosetup -c %build %install install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.otf %{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} %if 0%{?fedora} >= 21 install -Dm 0644 -p %{SOURCE2} \ %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml %check appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{fontname}.metainfo.xml %endif %_font_pkg -f %{fontconf} *.otf %license "FREE FONT LICENSE.txt" %if 0%{?fedora} >= 21 %{_datadir}/appdata/%{fontname}.metainfo.xml %endif %changelog * Sun Aug 21 2016 Luya Tshimbalanga 1.000-4 - Used upstream url for downloading file * Sat Aug 20 2016 Luya Tshimbalanga 1.000-3 - Removed legacy install line - Include SIL OFL license * Fri Aug 19 2016 Luya Tshimbalanga 1.000-1 - Initial build