]> git.pld-linux.org Git - packages/fonts-TTF-hanazono.git/blob - fonts-TTF-hanazono.spec
- pl desc
[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 Kanji free fonts, which includes 52,809 characters defined at ISO/IEC 10646
20 standard / the Unicode standard.
21
22 %description -l pl.UTF-8
23 Fonty Kanji dostępne jako freeware. Zawierają 52809 znaków zdefiniowanych
24 w standardzie Unicode ISO/IEC 10446.
25
26 %prep
27 %setup -q -c
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{ttffontsdir}
32
33 install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %post
39 fontpostinst TTF
40
41 %postun
42 fontpostinst TTF
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.txt
47 %{ttffontsdir}/*.ttf
This page took 0.106929 seconds and 3 git commands to generate.