New upstream zip file with updated licence but same font.
This commit is contained in:
parent
6beb60296b
commit
61f1a848e4
2
sources
2
sources
@ -1 +1 @@
|
||||
00baf42dd4609f1db8fab40bc3bd4f5c TibetanMachineUnicodeFont.zip
|
||||
3913adda5d7fe4b5da561f5d35497967 TibetanMachineUnicodeFont.zip
|
||||
|
@ -1,16 +1,16 @@
|
||||
%define fontname tibetan-machine-uni
|
||||
%define zipname TibetanMachineUnicodeFont
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 1.901
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Tibetan Machine Uni font for Tibetan, Dzongkha and Ladakhi
|
||||
|
||||
Group: User Interface/X
|
||||
# .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/TibetanMachineUnicodeFont.zip
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Source0: https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/%{zipname}.zip
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontpackages-devel
|
||||
@ -23,27 +23,27 @@ 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 -c
|
||||
%setup -q -n %{zipname}
|
||||
|
||||
%build
|
||||
# Empty build section
|
||||
|
||||
%install
|
||||
rm -fr %{buildroot}
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||
|
||||
dos2unix -o gpl.txt
|
||||
dos2unix -o ReadMe.txt
|
||||
|
||||
%clean
|
||||
rm -fr %{buildroot}
|
||||
|
||||
%_font_pkg *.ttf
|
||||
%doc gpl.txt ReadMe.txt
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user