]> git.pld-linux.org Git - packages/fonts-TTF-Un-Batang.git/blame - fonts-TTF-Un-Batang.spec
- source0 via dropin
[packages/fonts-TTF-Un-Batang.git] / fonts-TTF-Un-Batang.spec
CommitLineData
fab981ac 1Summary: Free TrueType font for Hangul
2Summary(pl.UTF-8): Wolnodostępny font TrueType dla Hangyl
3Name: fonts-TTF-Un-Batang
4Version: 0613
5Release: 1
6# license info available in CVS
7License: GPL v2
8Group: Fonts
f99e6e1d 9#Source0Download: http://kldp.net/projects/unfonts/download/4706?filename=UnBatang_%{version}.ttf
10Source0: UnBatang_%{version}.ttf
fab981ac 11# Source0-md5: 0cb2b8a3cf6db627e52ded1b52906787
12Requires(post,postun): fontpostinst
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define ttffontsdir %{_fontsdir}/TTF
17
18%description
19This font includes the new characters in the Jamo block, and all the
20characters in the new Hangul Jamo Extended-A and Hangul Jamo
21Extended-B blocks.
22
23#%%description -l pl.UTF-8
24# TODO
25
26%prep
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT%{ttffontsdir}
31
32install %{SOURCE0} $RPM_BUILD_ROOT%{ttffontsdir}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%post
38fontpostinst TTF
39
40%postun
41fontpostinst TTF
42
43%files
44%defattr(644,root,root,755)
45%{ttffontsdir}/UnBatang*.ttf
This page took 0.082093 seconds and 4 git commands to generate.