Bernie Innocenti cc2b69a
%define fontname        abyssinica
Bernie Innocenti 8686bfb
Bernie Innocenti cc2b69a
Name:           %{fontname}-fonts
Bernie Innocenti 8686bfb
Version:        1.0
2d1e2cc
Release:        4%{?dist}
Bernie Innocenti 8686bfb
Summary:        SIL Abyssinica fonts
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
Group:          User Interface/X
Bernie Innocenti 03902d4
License:        OFL
Bernie Innocenti 8686bfb
URL:            http://scripts.sil.org/AbyssinicaSIL_Download
Bernie Innocenti 03902d4
# download from http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=AbyssinicaSIL1.0.zip&filename=AbyssinicaSIL1.0.zip
Bernie Innocenti 03902d4
Source0:        AbyssinicaSIL%{version}.zip
Bernie Innocenti cc2b69a
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Bernie Innocenti 8686bfb
BuildArch:      noarch
Bernie Innocenti 8686bfb
Bernie Innocenti cc2b69a
Requires:       fontpackages-filesystem
Bernie Innocenti cc2b69a
BuildRequires:  fontpackages-devel
Bernie Innocenti 8686bfb
BuildRequires:  dos2unix
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
# Providing the name of an upstream RPM
Bernie Innocenti 8686bfb
Provides:       fonts-sil-abyssinica = %{version}-%{release}
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
%description
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
SIL Abyssinica is a Unicode typeface family containing glyphs for the
Bernie Innocenti 8686bfb
Ethiopic script.
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
The Ethiopic script is used for writing many of the languages of Ethiopia and
Bernie Innocenti 8686bfb
Eritrea. Abyssinica SIL supports all Ethiopic characters which are in Unicode
Bernie Innocenti 8686bfb
including the Unicode 4.1 extensions. Some languages of Ethiopia are not yet
Bernie Innocenti 8686bfb
able to be fully represented in Unicode and, where necessary, we have included
Bernie Innocenti 8686bfb
non-Unicode characters in the Private Use Area (see Private-use (PUA)
Bernie Innocenti 8686bfb
characters supported by Abyssinica SIL).
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
Abyssinica SIL is based on Ethiopic calligraphic traditions. This release is
Bernie Innocenti 8686bfb
a regular typeface, with no bold or italic version available or planned.
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
%prep
Bernie Innocenti 03902d4
%setup -q -c
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
%build
Bernie Innocenti 8686bfb
dos2unix FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
%install
Bernie Innocenti cc2b69a
rm -rf %{buildroot}
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
#fonts
Bernie Innocenti cc2b69a
install -d -m 0755 %{buildroot}%{_fontdir}
Bernie Innocenti cc2b69a
install -m 0644 *.ttf %{buildroot}%{_fontdir}
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
%clean
Bernie Innocenti cc2b69a
rm -rf %{buildroot}
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
Bernie Innocenti cc2b69a
%_font_pkg *.ttf
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt
Bernie Innocenti cc2b69a
%dir %{_fontdir}
Bernie Innocenti 8686bfb
Bernie Innocenti 8686bfb
%changelog
2d1e2cc
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
2d1e2cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2d1e2cc
Bernie Innocenti cc2b69a
* Sun Dec 21 2008 Bernie Innocenti <bernie@codewiz.org> 1.0-3
Bernie Innocenti cc2b69a
- Updated to current Fedora font packaging guidelines
Bernie Innocenti cc2b69a
Bernie Innocenti 03902d4
* Thu Oct 04 2007 Todd Zullinger <tmz@pobox.com> 1.0-2
Bernie Innocenti 03902d4
- use upstream zip file as Source0
Bernie Innocenti 03902d4
- fix license tag
Bernie Innocenti 03902d4
Bernie Innocenti 8686bfb
* Fri Sep 14 2007 Bernardo Innocenti <bernie@codewiz.org> 1.0-1
Bernie Innocenti 8686bfb
- Initial packaging, borrowing many things from gentium-fonts