%define name_orig ae_fonts %define fontdir fonts/TTF/arabic/arabeyes Name: fonts-ttf-arabic-arabeyes Summary: Arabic TrueType fonts Version: 2.0 Release: %mkrel 9 License: GPLv2+ Group: System/Fonts/True type Source: http://prdownloads.sourceforge.net/arabeyes/%{name_orig}_%{version}.tar.bz2 URL: http://www.arabeyes.org/project.php?proj=Khotot BuildArch: noarch Buildrequires: mkfontscale Provides: fonts-ttf-arabic %description This Package provides Free Arabic TrueType fonts donated under the GPL license by arabeyes.org. %prep %setup -n %{name_orig}_%version -q %build %install mkdir -p %buildroot/%_datadir/%fontdir cp */*.ttf %buildroot/%_datadir/%fontdir pushd %buildroot/%_datadir/%fontdir mkfontscale cp fonts.scale fonts.dir popd mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/ ln -s ../../..%_datadir/%fontdir \ %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-arabic-arabeyes:pri=50 %post touch %_datadir/fonts/TTF %files %defattr(0644,root,root,0755) %doc README ChangeLog %dir %_datadir/%fontdir %_datadir/%fontdir/* %_sysconfdir/X11/fontpath.d/ttf-arabic-arabeyes:pri=50