rpms/tangerine-fonts/F-13 tangerine-fonts-fontconfig.conf, NONE, 1.1 tangerine-fonts.spec, NONE, 1.1 sources, 1.1, 1.2

pnemade pnemade at fedoraproject.org
Tue Jun 1 05:37:51 UTC 2010


Author: pnemade

Update of /cvs/pkgs/rpms/tangerine-fonts/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4544

Modified Files:
	sources 
Added Files:
	tangerine-fonts-fontconfig.conf tangerine-fonts.spec 
Log Message:
Initial F13 release



--- NEW FILE tangerine-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
        <alias>
               <family>cursive</family>
               <prefer>
                       <family>Tangerine</family>
                </prefer>
        </alias>
        <alias>
                <family>Tangerine</family>
                <default>
                        <family>cursive</family>
                </default>
        </alias>
</fontconfig>



--- NEW FILE tangerine-fonts.spec ---
%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 <pnemade AT redhat.com> - 1.000-1
- Initial Fedora release.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tangerine-fonts/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 May 2010 22:41:54 -0000	1.1
+++ sources	1 Jun 2010 05:37:50 -0000	1.2
@@ -0,0 +1 @@
+4ca6b964ca668a305cbb23b13900b9d7  Tangerine.ttf



More information about the fonts-bugs mailing list