%define fontname jozoor-flat %define fontdir %{_datadir}/fonts/%{fontname} %define title "Jozoor Flat" Name: %{fontname}-fonts Summary: %{title} Arabic Fonts Summary(ar): خط جذور فلات URL: http://fonts.jozoor.com/flat-font Version: 1.0 Release: 1%{?dist} License: OFL Source0: https://dl.dropboxusercontent.com/u/34057974/Free_Jozoor_Fonts/Flat_Font_Jozoor.zip BuildArch: noarch %description %{title} Arabic Fonts. %description -l ar خط جذور فلات. %prep %setup -q -c %{name} %install install -m 0755 -d %{buildroot}%{fontdir} ls cp -p Flat_Font_Jozoor/Font/"JF Flat regular".ttf %{buildroot}%{fontdir} %post if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} fi %postun if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} fi fi %files %{fontdir}/* %changelog * Wed Jan 4 2017 Mosaab Alzoubi - 1.0-1 - Initial