%define fontname jozoor %define fontdir %{_datadir}/fonts/%{fontname} %define title "Jozoor" Name: %{fontname}-fonts Summary: %{title} Arabic Fonts Summary(ar): خط جذور URL: http://fonts.jozoor.com/jozoor-font Version: 1.0.70 Release: 1%{?dist} License: OFL Source0: http://www.mediafire.com/file/xcvmc8nbjjrzsh7/Jozoor_Font.zip BuildArch: noarch %description %{title} Arabic Fonts. %description -l ar خط جذور. %prep %setup -q -c %{name} %install install -m 0755 -d %{buildroot}%{fontdir} cp -p Jozoor_Font/AraJozoor-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.70-1 - Initial