import tibetan-machine-uni-fonts-1.901-20.el8
This commit is contained in:
commit
16d1e9c95b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/TibetanMachineUnicodeFont.zip
|
1
.tibetan-machine-uni-fonts.metadata
Normal file
1
.tibetan-machine-uni-fonts.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
a5729545f5f57b76a26a150d5b18bfeff958b29e SOURCES/TibetanMachineUnicodeFont.zip
|
17
SOURCES/tibetan-machine-uni.metainfo.xml
Normal file
17
SOURCES/tibetan-machine-uni.metainfo.xml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> -->
|
||||||
|
<component type="font">
|
||||||
|
<id>tibetan-machine-uni</id>
|
||||||
|
<metadata_license>CC-BY-3.0</metadata_license>
|
||||||
|
<name>Tibetan Machine Uni</name>
|
||||||
|
<summary>Tibetan Machine Uni font for Tibetan, Dzongkha and Ladakhi</summary>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Tibetan Machine Uni is an TrueType OpenType, Unicode font released by THDL
|
||||||
|
project. The font supports Tibetan, Dzongkha and Ladakhi in dbu-can script
|
||||||
|
with full support for the Sanskrit combinations found in chos skad text.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
<updatecontact>pnemade_at_redhat_dot_com</updatecontact>
|
||||||
|
<url type="homepage">http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html</url>
|
||||||
|
</component>
|
115
SPECS/tibetan-machine-uni-fonts.spec
Normal file
115
SPECS/tibetan-machine-uni-fonts.spec
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
%global fontname tibetan-machine-uni
|
||||||
|
%global zipname TibetanMachineUnicodeFont
|
||||||
|
|
||||||
|
Name: %{fontname}-fonts
|
||||||
|
Version: 1.901
|
||||||
|
Release: 20%{?dist}
|
||||||
|
Summary: Tibetan Machine Uni font for Tibetan, Dzongkha and Ladakhi
|
||||||
|
|
||||||
|
# .ttf file now states GPLv3+ with fonts exceptions
|
||||||
|
License: GPLv3+ with exceptions
|
||||||
|
URL: http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html
|
||||||
|
Source0: https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/%{zipname}.zip
|
||||||
|
Source1: %{fontname}.metainfo.xml
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: fontpackages-devel
|
||||||
|
BuildRequires: dos2unix
|
||||||
|
Requires: fontpackages-filesystem
|
||||||
|
|
||||||
|
%description
|
||||||
|
Tibetan Machine Uni is an TrueType OpenType, Unicode font released by THDL
|
||||||
|
project. The font supports Tibetan, Dzongkha and Ladakhi in dbu-can script
|
||||||
|
with full support for the Sanskrit combinations found in chos skad text.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{zipname}
|
||||||
|
|
||||||
|
%build
|
||||||
|
# Empty build section
|
||||||
|
|
||||||
|
%install
|
||||||
|
|
||||||
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||||
|
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||||
|
|
||||||
|
dos2unix -o ReadMe.txt
|
||||||
|
|
||||||
|
# Add AppStream metadata
|
||||||
|
install -Dm 0644 -p %{SOURCE1} \
|
||||||
|
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||||
|
|
||||||
|
%_font_pkg *.ttf
|
||||||
|
%doc gpl.txt ReadMe.txt
|
||||||
|
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.901-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.901-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.901-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.901-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Dec 26 2015 Paul Flo Williams <paul@frixxon.co.uk> - 1.901-16
|
||||||
|
- Prefer global to define
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Oct 19 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.901-14
|
||||||
|
- Add metainfo file to show this font in gnome-software
|
||||||
|
|
||||||
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Dec 12 2012 Paul Flo Williams <paul@frixxon.co.uk> - 1.901-10
|
||||||
|
- New upstream zip with updated licence file but same font
|
||||||
|
|
||||||
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 17 2010 Jens Petersen <petersen@redhat.com> - 1.901-6
|
||||||
|
- remove duplicate font dir
|
||||||
|
- use dos2unix on doc files
|
||||||
|
|
||||||
|
* Thu Feb 11 2010 Jens Petersen <petersen@redhat.com> - 1.901-5
|
||||||
|
- license in the font is now GPLv3+ (with fonts exception)
|
||||||
|
|
||||||
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Mar 15 2009 Marcin Garski <mgarski[AT]post.pl> 1.901-3
|
||||||
|
- Update to 1.901b
|
||||||
|
- Update URL
|
||||||
|
- Update to new fonts guidelines, thanks to Rajeesh (#477467)
|
||||||
|
|
||||||
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.901-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Dec 29 2007 Marcin Garski <mgarski[AT]post.pl> 1.901-1
|
||||||
|
- Update to 1.901
|
||||||
|
|
||||||
|
* Fri Aug 31 2007 Marcin Garski <mgarski[AT]post.pl> 1.0-2
|
||||||
|
- Fix license tag
|
||||||
|
- Update URL
|
||||||
|
|
||||||
|
* Mon Mar 12 2007 Marcin Garski <mgarski[AT]post.pl> 1.0-1
|
||||||
|
- Initial specfile
|
Loading…
Reference in New Issue
Block a user