]> git.pld-linux.org Git - packages/fonts-TTF-Tibetan.git/blob - fonts-TTF-Tibetan.spec
- typo
[packages/fonts-TTF-Tibetan.git] / fonts-TTF-Tibetan.spec
1 Summary:        Free TrueType fonts for Tibetan script
2 Summary(pl.UTF-8):      WolnodostÄ™pny font TrueType dla pisma tybetaÅ„skiego
3 Name:           fonts-TTF-Tibetan
4 Version:        1.901b
5 Release:        1
6 License:        GPL v2
7 Group:          Fonts
8 Source0:        https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip
9 # Source0-md5:  00baf42dd4609f1db8fab40bc3bd4f5c
10 URL:            http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html
11 BuildRequires:  unzip
12 Requires(post,postun):  fontpostinst
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         ttffontsdir     %{_fontsdir}/TTF
17
18 %description
19 This is the alpha release of the Unicode character based Tibetan
20 Machine Uni OpenType font for writing Tibetan, Dzongkha and Ladakhi in
21 dbu can script with full support for the Sanskrit combinations found
22 in chos skad texts.
23
24 #%%description -l pl.UTF-8
25 # TODO
26
27 %prep
28 %setup -q -c
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 rm gpl.txt
34
35 install -d $RPM_BUILD_ROOT%{ttffontsdir}
36
37 install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %post
43 fontpostinst TTF
44
45 %postun
46 fontpostinst TTF
47
48 %files
49 %defattr(644,root,root,755)
50 %doc *.txt
51 %{ttffontsdir}/TibMachUni-%{version}.ttf
This page took 0.058585 seconds and 3 git commands to generate.