]> git.pld-linux.org Git - packages/fonts-TTF-hanazono.git/blob - fonts-TTF-hanazono.spec
- up to 20120202
[packages/fonts-TTF-hanazono.git] / fonts-TTF-hanazono.spec
1 Summary:        Free TrueType fonts for CJK ideograms
2 Summary(pl.UTF-8):      Wolnodostępne fonty TrueType dla ideogramów CJK
3 Name:           fonts-TTF-hanazono
4 Version:        20120202
5 Release:        1
6 License:        Freeware
7 Group:          Fonts
8 Source0:        http://kage.sourceforge.jp/hanazono/hanazono-%{version}.zip
9 # Source0-md5:  d571be4f4b06ba2138081bb919c63494
10 URL:            http://fonts.jp/hanazono/
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 font is Kanji free font. This font includes 52,809 characters
20 defined at ISO/IEC 10646 standard / the Unicode standard.
21
22 #%%description -l pl.UTF-8
23 # TODO
24
25 %prep
26 %setup -q -c
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{ttffontsdir}
31
32 install *.ttf $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 %doc *.txt
46 %{ttffontsdir}/*.ttf
This page took 0.034728 seconds and 3 git commands to generate.