]> git.pld-linux.org Git - packages/fonts-TTF-Evertype-Vai.git/blame - fonts-TTF-Evertype-Vai.spec
- pl
[packages/fonts-TTF-Evertype-Vai.git] / fonts-TTF-Evertype-Vai.spec
CommitLineData
a51d2bd9 1Summary: Free TrueType fonts for the Vai script
c0069e2d 2Summary(pl.UTF-8): Wolnodostępne fonty TrueType dla pisma wai
a51d2bd9 3Name: fonts-TTF-Vai_Slant_Unicode
4Version: 1.0
5Release: 1
6License: SIL OFL, distributable
7Group: Fonts
8Source0: http://www.evertype.com/fonts/vai/dukorfont.zip
9# Source0-md5: 77de905be86c9b59ab4691ef6ad3e588
10Source1: http://www.evertype.com/fonts/vai/wakorfont.zip
11# Source1-md5: 125d46d683401cb8d2fcc8c18a237264
12URL: http://www.evertype.com/fonts/vai/
13BuildRequires: unzip
14Requires(post,postun): fontpostinst
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define ttffontsdir %{_fontsdir}/TTF
19
20%description
21These are two Vai fonts, Dukor, which was based on glyphs drawn
22originally by calligrapher Jason Glavy, and Wakor, which was based on
23the SIL Vai font - the one that was used in the Vai New Testament in
242002. Both fonts have both plain and italic faces, and both have
25additions needed for older Vai orthography.
26
27%prep
28%setup -q -c -a1
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT%{ttffontsdir}
33
34# remove uploader name from the font file name
35install */[DW]*.ttf $RPM_BUILD_ROOT%{ttffontsdir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%post
41fontpostinst TTF
42
43%postun
44fontpostinst TTF
45
46%files
47%defattr(644,root,root,755)
48%doc */*.txt
49%{ttffontsdir}/Dukor*.ttf
50%{ttffontsdir}/Wakor*.ttf
This page took 0.078888 seconds and 4 git commands to generate.