2010-02-13 08:04:21 +00:00
%global fontname sil-abyssinica
2010-06-13 07:42:17 +00:00
%global fontconf 66-%{fontname} .conf
2010-02-13 08:04:21 +00:00
Name : %{fontname} -fonts
2012-02-03 08:43:55 +00:00
Version : 1.200
Release : 1%{?dist}
2010-02-13 08:04:21 +00:00
Summary : SIL Abyssinica fonts
Group : User Interface/X
License : OFL
URL : http://scripts.sil.org/AbyssinicaSIL
2012-02-03 08:43:55 +00:00
# download from http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=AbyssinicaSIL1.200.zip&filename=AbyssinicaSIL1.200.zip
Source0 : AbyssinicaSIL%{version} .zip
2010-06-13 07:42:17 +00:00
Source1 : %{fontconf}
2010-02-13 08:04:21 +00:00
BuildRoot : %(mktemp -ud %{_tmppath} /%{name} -%{version} -%{release} -XXXXXX)
BuildArch : noarch
Requires : fontpackages-filesystem
BuildRequires : fontpackages-devel
BuildRequires : dos2unix
2010-06-13 07:42:17 +00:00
%description
2010-02-13 08:04:21 +00:00
SIL Abyssinica is a Unicode typeface family containing glyphs for the
Ethiopic script.
The Ethiopic script is used for writing many of the languages of Ethiopia and
Eritrea. Abyssinica SIL supports all Ethiopic characters which are in Unicode
including the Unicode 4.1 extensions. Some languages of Ethiopia are not yet
able to be fully represented in Unicode and, where necessary, we have included
non-Unicode characters in the Private Use Area (see Private-use (PUA)
characters supported by Abyssinica SIL).
Abyssinica SIL is based on Ethiopic calligraphic traditions. This release is
a regular typeface, with no bold or italic version available or planned.
2010-06-13 07:42:17 +00:00
2010-02-13 08:04:21 +00:00
%prep
%setup -q -c
%build
dos2unix FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt
%install
rm -rf %{buildroot}
#fonts
install -d -m 0755 %{buildroot} %{_fontdir}
install -m 0644 *.ttf %{buildroot} %{_fontdir}
2010-06-13 07:42:17 +00:00
#fontconfig
install -d -m 0755 %{buildroot} %{_fontconfig_templatedir} \
%{buildroot} %{_fontconfig_confdir}
install -m 0644 -p %{SOURCE1} %{buildroot} %{_fontconfig_templatedir} /%{fontconf}
ln -s %{_fontconfig_templatedir} /%{fontconf} \
%{buildroot} %{_fontconfig_confdir} /%{fontconf}
2010-02-13 08:04:21 +00:00
%clean
rm -rf %{buildroot}
2010-06-13 07:42:17 +00:00
%_font_pkg -f %{fontconf} *.ttf
2010-02-13 08:04:21 +00:00
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt
2010-06-13 07:42:17 +00:00
2010-02-13 08:04:21 +00:00
%changelog
2012-02-03 08:43:55 +00:00
* Fri Feb 03 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 1.200-1
- New upstream release.
2012-02-03 08:42:42 +00:00
- Remove Obsoletes/Provides from package rename.
2012-01-14 03:56:12 +00:00
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-02-09 13:44:47 +00:00
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-06-13 07:42:17 +00:00
* Sat Jun 12 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.0-9
- Add fontconfig configuration file (BZ#586248)
2010-02-16 20:13:57 +00:00
* Tue Feb 16 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.0-8
- Fix Obsolete: that was wrong when renaming the package.
- The font base folder was listed twice (one was hidden in the font macro)
2010-02-13 08:04:21 +00:00
* Thu Feb 11 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.0-7
- Use new archive from upstream at same location (which is lowercase now)
- Remove dubious Provides: (RHBZ#563395)
* Wed Feb 10 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.0-6
- Renamed from abyssinica-fonts to sil-abyssinica-fonts
* Mon Feb 1 2010 Jens Petersen <petersen@redhat.com>
- use general SIL url and simplify download url
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Dec 21 2008 Bernie Innocenti <bernie@codewiz.org> 1.0-3
- Updated to current Fedora font packaging guidelines
* Thu Oct 04 2007 Todd Zullinger <tmz@pobox.com> 1.0-2
- use upstream zip file as Source0
- fix license tag
* Fri Sep 14 2007 Bernardo Innocenti <bernie@codewiz.org> 1.0-1
- Initial packaging, borrowing many things from gentium-fonts