]> git.pld-linux.org Git - packages/fonts-TTF-Un-Batang.git/blob - fonts-TTF-Un-Batang.spec
- source0 via dropin
[packages/fonts-TTF-Un-Batang.git] / fonts-TTF-Un-Batang.spec
1 Summary:        Free TrueType font for Hangul
2 Summary(pl.UTF-8):      WolnodostÄ™pny font TrueType dla Hangyl
3 Name:           fonts-TTF-Un-Batang
4 Version:        0613
5 Release:        1
6 # license info available in CVS
7 License:        GPL v2
8 Group:          Fonts
9 #Source0Download:       http://kldp.net/projects/unfonts/download/4706?filename=UnBatang_%{version}.ttf
10 Source0:        UnBatang_%{version}.ttf
11 # Source0-md5:  0cb2b8a3cf6db627e52ded1b52906787
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 font includes the new characters in the Jamo block, and all the
20 characters in the new Hangul Jamo Extended-A and Hangul Jamo
21 Extended-B blocks.
22
23 #%%description -l pl.UTF-8
24 # TODO
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{ttffontsdir}
31
32 install %{SOURCE0} $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}/UnBatang*.ttf
This page took 0.066889 seconds and 3 git commands to generate.