%define fontname chisholm-rubbing %define fontconf 61-%{fontname}.conf #define archivename %{name}-%{version} Name: %{fontname}-fonts Version: 20090125 Release: 2%{?dist} Summary: Decorative Sans Serif Font Group: User Interface/X License: OFL URL: http://www.theory.org/~matt/fonts/free/?font=ruf Source0: http://www.theory.org/~matt/fonts/free/download/ruf.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Rubbing is a decorative sans-serif font. %prep %setup -q -c %{name}-%{version} %build %install rm -fr %{buildroot} 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} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.ttf %doc %dir %{_fontdir} %changelog * Fri Feb 20 2009 Jay Hankinson 20090125-2 - Correct specfile name * Fri Feb 20 2009 Jay Hankinson 20090125-1 - Initial rpm package