%global fontname naver-nanum-gothic-light %global fontconf 65-3-%{fontname}.conf %global archivename NanumFontSetup_TTF_GOTHICLIGHT.zip Name: %{fontname}-fonts Version: 1.000 Release: 1%{?dist} Summary: Nanum Gothic Light family of Korean TrueType fonts Group: User Interface/X License: OFL URL: http://hangeul.naver.com/light Source0: http://cdn.naver.com/naver/NanumFont/fontfiles/%{archivename} Source1: %{name}-fontconfig.conf Source2: OFL.txt BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Provides: nhn-nanum-gothic-light-fonts = %{version}-10 Obsoletes: nhn-nanum-gothic-light-fonts < %{version}-10 %description Nanum Gothic Light is an addition to Korean "Nanum Gothic" font family. It provides very thin glyphs which are useful for graphic designs in some cases. %prep %setup -q -c cp %{SOURCE2} . %build %install install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.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 OFL.txt %changelog * Fri Dec 8 2017 Peng Wu - 1.000-1 - Initial package