]> git.pld-linux.org Git - packages/fonts-TTF-hanazono.git/blame - fonts-TTF-hanazono.spec
- up to 20100718
[packages/fonts-TTF-hanazono.git] / fonts-TTF-hanazono.spec
CommitLineData
e9d392cd 1Summary: Free TrueType fonts for CJK ideograms
69d97ef7 2Summary(pl.UTF-8): Wolnodostępne fonty TrueType dla ideogramów CJK
e9d392cd 3Name: fonts-TTF-hanazono
3e2361af 4Version: 20100718
e9d392cd 5Release: 1
6License: Freeware
7Group: Fonts
8Source0: http://fonts.jp/hanazono/hanazono-%{version}.zip
3e2361af 9# Source0-md5: c7fcbd2034e5b0beb9953ee9addc8d94
e9d392cd 10URL: http://fonts.jp/hanazono/
11BuildRequires: unzip
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 is Kanji free font. This font includes 52,809 characters
20defined 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
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT%{ttffontsdir}
31
32install *.ttf $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%doc *.txt
46%{ttffontsdir}/hanazono.ttf
This page took 0.092543 seconds and 4 git commands to generate.