%define fontname sarai %define fontdir %{_datadir}/fonts/%{fontname} Name: %{fontname}-fonts Version: 1.0 Release: 3%{?dist} Summary: Free Sarai Hindi Truetype Font Group: User Interface/X License: GPLv2 URL: http://www.sarai.net/practices/indic-localization Source0: Sarai_07.ttf Source1: COPYING BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description This package provides a free Sarai Hindi TrueType font. It is suitable for print and publishing needs. %prep %setup -q -T -c cp %{SOURCE1} . %build echo "Nothing to do in Build." %install rm -rf $RPM_BUILD_ROOT install -m 0755 -d $RPM_BUILD_ROOT%{fontdir} install -m 0644 -p %{SOURCE0} $RPM_BUILD_ROOT%{fontdir} %clean rm -rf $RPM_BUILD_ROOT %post if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi %postun if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache -f %{fontdir} || : fi fi %files %defattr(0644,root,root,0755) %doc COPYING %{fontdir} %changelog * Sat Feb 16 2008 Rahul Sundaram - 1.0-3 - Fix more review issues * Fri Feb 15 2008 Rahul Sundaram - 1.0-2 - Fix issues as per review from Rahul Bhalerao * Thu Feb 14 2008 Rahul Sundaram - 1.0-1 - Initial build