]> git.pld-linux.org Git - packages/fonts-TTF-Sil-DaiBanna.git/blob - fonts-TTF-Sil-DaiBanna.spec
- cleaning
[packages/fonts-TTF-Sil-DaiBanna.git] / fonts-TTF-Sil-DaiBanna.spec
1 Summary:        Free TrueType font for New Tai Lue script
2 Summary(pl.UTF-8):      WolnodostÄ™pny font TrueType dla pisma nowe tai lue
3 Name:           fonts-TTF-Sil-DaiBanna
4 Version:        2.1
5 Release:        1
6 License:        SIL OFL, distributable
7 Group:          Fonts
8 # Source0Download:      http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=DaiBanna-2.1.zip&filename=DaiBanna-2.1.zip
9 Source0:        DaiBanna-%{version}.zip
10 # Source0-md5:  f78c170e5a600909bcdb1feb4d46f8cb
11 URL:            http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=DaiBannaSIL
12 BuildRequires:  unzip
13 Requires(post,postun):  fontpostinst
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         ttffontsdir     %{_fontsdir}/TTF
18
19 %description
20 he Dai Banna SIL Fonts include a complete set of New Tai Lue
21 consonants, vowels, tones and digits, along with punctuation and other
22 useful symbols. A basic set of Latin glyphs, including Arabic
23 numerals, is also provided. Chinese punctuation used in New Tai Lue
24 texts are included as well. Two font families, differing only in
25 weight, allow for a wide range of uses.
26
27 %prep
28 %setup -q -c
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{ttffontsdir}
33
34 install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 fontpostinst TTF
41
42 %postun
43 fontpostinst TTF
44
45 %files
46 %defattr(644,root,root,755)
47 %doc doc/*
48 %{ttffontsdir}/DBSIL*.ttf
This page took 0.047543 seconds and 3 git commands to generate.