%global fontname tangerine %global fontconf 62-%{fontname}.conf Name: %{fontname}-fonts Version: 1.000 Release: 1%{?dist} Summary: Tangerine is a calligraphy font inspired by many italic chancery hands Group: User Interface/X License: OFL URL: http://code.google.com/p/googlefontdirectory/source/browse/tangerine/ Source0: http://googlefontdirectory.googlecode.com/hg/tangerine/Tangerine.ttf Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Tangerine is a calligraphy font inspired by many italic chancery hands from the 16-17th century. Its tall ascender, the most distinct characteristic of this type, takes a wide line space between lines and gives it a graceful texture. It is generally advisable to use Tangerine for a title or short text at large size because of the short height of lowercase letters. Tangerine is produced by Japanese type designer Toshi Omagari and was named after a woman who encouraged him to begin this work. %prep %setup -c -T cp -p %{SOURCE0} . %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 %changelog * Mon May 24 2010 Parag Nemade - 1.000-1 - Initial Fedora release.