%global fontname sil-scheherazade %global fontconf 65-%{fontname}.conf Name: %{fontname}-fonts Version: 1.005 Release: 4%{?dist} Summary: An Arabic script unicode font Group: User Interface/X License: OFL URL: http://scripts.sil.org/ArabicFonts # The file complete URL is as follows: # http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=scheherazade_OT_1_005&filename=ScheherazadeRegOT-1.005.zip Source0: ScheherazadeRegOT-%{version}.zip Source1: %{name}-fontconfig.conf BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Scheherazade, named after the heroine of the classic Arabian Nights tale, is designed in a similar style to traditional typefaces such as Monotype Naskh, extended to cover the full Unicode Arabic repertoire. %prep %setup -q -c %{name}-%{version} %build for docfile in *.txt; do fold -s $docfile > $docfile.new && \ sed -i "s|\r||g" $docfile.new && \ touch -r $docfile $docfile.new && \ mv $docfile.new $docfile done %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 %changelog * Sun Aug 04 2013 Fedora Release Engineering - 1.005-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Feb 16 2013 Hedayat Vatankhah - 1.005-3 - Fix fontconfig test tag to use 'compare' rather than 'mode' which is the correct keyword * Thu Feb 14 2013 Fedora Release Engineering - 1.005-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jan 09 2013 Hedayat Vatankhah - 1.005-1 - Updated to 1.005 upstream version - Removed some deprecated entries (like cleaning buildroot) * Sat Jul 21 2012 Fedora Release Engineering - 1.001-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 1.001-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 1.001-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat May 01 2010 Hedayat Vatankhah - 1.001-3 - Scaled the font (1.2 times bigger) to make it more like other fonts * Sat Oct 03 2009 Hedayat Vatankhah - 1.001-2 - Fixed summary to not include font name - Removed some parts of the description - Added fontconfig rules * Mon Sep 28 2009 Hedayat Vatankhah - 1.001-1 - Initial version