nitial import (#563673).
This commit is contained in:
parent
62b4c67c72
commit
12926ddc93
@ -0,0 +1 @@
|
|||||||
|
abyssinicasil1.0.zip
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
sil-abyssinica-fonts-1_0-7_fc12:HEAD:sil-abyssinica-fonts-1.0-7.fc12.src.rpm:1266048040
|
90
sil-abyssinica-fonts.spec
Normal file
90
sil-abyssinica-fonts.spec
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
%global fontname sil-abyssinica
|
||||||
|
|
||||||
|
Name: %{fontname}-fonts
|
||||||
|
Version: 1.0
|
||||||
|
Release: 7%{?dist}
|
||||||
|
Summary: SIL Abyssinica fonts
|
||||||
|
|
||||||
|
Group: User Interface/X
|
||||||
|
License: OFL
|
||||||
|
URL: http://scripts.sil.org/AbyssinicaSIL
|
||||||
|
# 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
|
||||||
|
Source0: abyssinicasil%{version}.zip
|
||||||
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: fontpackages-filesystem
|
||||||
|
BuildRequires: fontpackages-devel
|
||||||
|
BuildRequires: dos2unix
|
||||||
|
|
||||||
|
# Package was renamed from abyssinica-fonts during the F13 development cycle.
|
||||||
|
# Those 2 lines could probably be removed during the F15 one.
|
||||||
|
Provides: abyssinica-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: abyssinica-fonts < 1.0-5
|
||||||
|
|
||||||
|
%description
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
%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}
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%_font_pkg *.ttf
|
||||||
|
|
||||||
|
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt
|
||||||
|
%dir %{_fontdir}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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
|
Loading…
Reference in New Issue
Block a user