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