import sil-abyssinica-fonts-1.200-23.el9
This commit is contained in:
commit
af94acd4df
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/AbyssinicaSIL1.200.zip
|
1
.sil-abyssinica-fonts.metadata
Normal file
1
.sil-abyssinica-fonts.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
4438c0e73dabef733a80132cd99178807cc4a073 SOURCES/AbyssinicaSIL1.200.zip
|
27
SOURCES/66-sil-abyssinica-fonts.conf
Normal file
27
SOURCES/66-sil-abyssinica-fonts.conf
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!-- Generic names -->
|
||||||
|
<alias>
|
||||||
|
<family>Abyssinica SIL</family>
|
||||||
|
<default>
|
||||||
|
<family>serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
<!-- Simple priority lists -->
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Abyssinica SIL</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" ignore-blanks="true">
|
||||||
|
<string>Abyssinica SIL</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
||||||
|
|
164
SPECS/sil-abyssinica-fonts.spec
Normal file
164
SPECS/sil-abyssinica-fonts.spec
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
Version: 1.200
|
||||||
|
Release: 23%{?dist}
|
||||||
|
|
||||||
|
%global foundry SIL
|
||||||
|
%global fontlicense OFL
|
||||||
|
%global fontlicenses OFL.txt
|
||||||
|
%global fontdocs *.txt documentation/*.txt
|
||||||
|
%global fontdocsex %{fontlicenses}
|
||||||
|
|
||||||
|
%global fontfamily Abyssinica SIL
|
||||||
|
%global fontsummary SIL Abyssinica fonts
|
||||||
|
%global projectname AbyssinicaSIL
|
||||||
|
%global archivename %{lua:t=string.gsub(rpm.expand("%{fontfamily}"), "[%p%s]+", ""); print(t)}%{version}
|
||||||
|
URL: https://software.sil.org/%{projectname}/
|
||||||
|
%global fonts *.ttf
|
||||||
|
%global fontconfs %{SOURCE1}
|
||||||
|
%global fontdescription %{expand:
|
||||||
|
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.}
|
||||||
|
|
||||||
|
|
||||||
|
# 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: %{archivename}.zip
|
||||||
|
Source1: 66-%{fontpkgname}.conf
|
||||||
|
|
||||||
|
%fontpkg
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{projectname}-%{version}
|
||||||
|
%linuxtext FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt documentation/DOCUMENTATION.txt
|
||||||
|
|
||||||
|
%build
|
||||||
|
%fontbuild
|
||||||
|
|
||||||
|
%install
|
||||||
|
%fontinstall
|
||||||
|
|
||||||
|
%check
|
||||||
|
%fontcheck
|
||||||
|
|
||||||
|
%fontfiles
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun May 24 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.200-19
|
||||||
|
- Update fontconfig DTD id in conf file
|
||||||
|
|
||||||
|
* Thu Mar 12 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.200-18
|
||||||
|
- Convert to new fonts packaging guidelines
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.200-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.200-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Oct 16 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.200-8
|
||||||
|
- Add metainfo file to show this font in gnome-software
|
||||||
|
|
||||||
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.200-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.200-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.200-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 13 2012 Parag Nemade <pnemade AT redhat DOT com> - 1.200-4
|
||||||
|
- Resolves:rh#847576:-better enabling autohinting by default
|
||||||
|
|
||||||
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.200-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 03 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 1.200-2
|
||||||
|
- Spec file cleanup, remove stuff that is not needed any more.
|
||||||
|
- Fix build with latest release.
|
||||||
|
|
||||||
|
* Fri Feb 03 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 1.200-1
|
||||||
|
- New upstream release.
|
||||||
|
- Remove Obsoletes/Provides from package rename.
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Sat Jun 12 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.0-9
|
||||||
|
- Add fontconfig configuration file (BZ#586248)
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
|
||||||
|
* 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