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