]> git.pld-linux.org Git - packages/fonts-TTF-Sil-LisuTzimu.git/blob - fonts-TTF-Sil-LisuTzimu.spec
- preserve mtime
[packages/fonts-TTF-Sil-LisuTzimu.git] / fonts-TTF-Sil-LisuTzimu.spec
1 Summary:        Free TrueType fonts for Lisu script
2 Summary(pl.UTF-8):      WolnodostÄ™pne fonty TrueType dla pisma lisu
3 Name:           fonts-TTF-Sil-LisuTzimu
4 Version:        1.0
5 Release:        1
6 License:        SIL OFL, distributable
7 Group:          Fonts
8 # 4 files extracted from windows installer:
9 # http://www.mediafire.com/?nng3ontzxrt
10 Source0:        lisutzimu.ttf
11 # Source0-md5:  9a41e818ebafe41b200632f4874623d3
12 Source1:        lisutzimu-italic.ttf
13 # Source1-md5:  b2f0f19ed905d92f7eb6817252217592
14 Source2:        lisutzimu-bold.ttf
15 # Source2-md5:  aee579089338b66cf0b40dfe24d5408a
16 Source3:        lisutzimu-bolditalic.ttf
17 # Source3-md5:  4215f138effa1f2bbbea26ba5004b6b6
18 Requires(post,postun):  fontpostinst
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         ttffontsdir     %{_fontsdir}/TTF
23
24 %description
25 This package contains free Unicode TrueType fonts for the Lisu script.
26
27 %prep
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{ttffontsdir}
32 cp -a %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT%{ttffontsdir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %post
38 fontpostinst TTF
39
40 %postun
41 fontpostinst TTF
42
43 %files
44 %defattr(644,root,root,755)
45 %{ttffontsdir}/lisutzimu*.ttf
This page took 0.0791190000000001 seconds and 3 git commands to generate.