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

pnemade pnemade at fedoraproject.org
Tue Jun 1 05:14:38 UTC 2010


Author: pnemade

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

Modified Files:
	sources 
Added Files:
	cardo-fonts-fontconfig.conf cardo-fonts.spec 
Log Message:
Initial release for F-13



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



--- NEW FILE cardo-fonts.spec ---
%global fontname cardo
%global fontconf 62-%{fontname}.conf

Name:           %{fontname}-fonts
Version:        0.098 
Release:        1%{?dist}
Summary:        A font for scholarly use in classical and medieval languages

Group:          User Interface/X
License:        OFL
URL:            http://code.google.com/p/googlefontdirectory/source/browse/cardo/
Source0:        http://googlefontdirectory.googlecode.com/hg/cardo/Cardo98s.ttf 
Source1:        %{name}-fontconfig.conf
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:      noarch
BuildRequires:  fontpackages-devel
Requires:       fontpackages-filesystem

%description
Cardo is a large Unicode font specifically designed for the needs of 
classicists, Biblical scholars, medievalists, and linguists.  Since it may be
used to prepare materials for publication, it also contains features that are
required for high-quality typography, such as ligatures, text figures (also 
known as old style numerals), true small capitals and a variety of punctuation
and space characters.  It may also be used to document and discuss the features
of Unicode that are applicable to the these disciplines, as we work to help 
colleagues understand the value (and limitations) of Unicode.
This font has been revived in modern times under several names (Bembo, Aetna,
Aldine 401).

%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
* Wed May 26 2010 Parag Nemade <pnemade AT redhat.com> - 0.098-1
- Initial Fedora release.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cardo-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:45:54 -0000	1.1
+++ sources	1 Jun 2010 05:14:38 -0000	1.2
@@ -0,0 +1 @@
+027078a3e76b4810eed7fd26f3473bd6  Cardo98s.ttf



More information about the fonts-bugs mailing list