%define fontname aajohan-comfortaa %define fontconf 61-%{fontname}.conf Name: %{fontname}-fonts Version: 2.004 Release: %mkrel 1 Summary: Modern style true type font Group: System/X11 License: OFL URL: http://aajohan.deviantart.com Source0: http://www.deviantart.com/download/105395949/Comfortaa___font_by_aajohan-d1qr019.zip Source1: %{name}-fontconfig.conf BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Comfortaa is a sans-serif font comfortable in every aspect with Bold, Regular, and Thin variants. It has very good European language coverage and decent Cyrillic coverage. %prep %setup -q -n Comfortaa # Fixing # wrong-file-end-of-line-encoding issue # Thanks to Paul Flo Williams for file in *.txt; do sed 's/\r//g' "$file" | \ fold -s > "$file.new" && \ touch -r "$file" "$file.new" && \ mv "$file.new" "$file" done %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 *.txt