source: projects/specs/trunk/T/TrueType-konatu/TrueType-konatu-vl.spec @ 8178

Revision 8178, 2.6 KB checked in by tanakanata, 10 years ago (diff)

only rebuild

Line 
1%define fontname konatu
2%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
3
4Name: TrueType-%{fontname}
5Summary: Konatu font - Gothic type font set for Japanese
6Summary(ja): ゴシック系日本語フォントセット 小夏フォント
7Version: 20121218
8Release: 2%{?_dist_release}
9License: MIT
10Group: User Interface/X
11URL: http://www.masuseki.com/index.php?u=be/konatu.htm
12
13Source0: Konatu_ver_%{version}.zip
14
15BuildRequires: unzip
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildArch: noarch
18Requires: %{name}-doc
19
20Obsoletes: TrueType-konatu-fixed, TrueType-konatu-proportional
21
22%description
23Konatu is Gothic type font set for Japanese.
24This font was created as BeOS(ZETA) bitmap font at first,
25and also made as TrueType font.
26
27This font is contained two type fonts.
28
29- Konatsu.ttf(proportional)
30- KonatuTohaba.ttf (monospace)
31
32%description -l ja
33小夏フォントはゴシック系の日本語フォントセットです。
34当初は BeOS(ZETA) のビットマップフォントとして
35作られ、その後 TrueType フォントとしても作成されました。
36
37このフォントは2つのタイプのフォントを含んでいます。
38
39- Konatsu.ttf(プロポーショナル)
40- KonatuTohaba.ttf (等幅)
41
42%package doc
43Summary: Konatu font Documents
44Summary(ja): 小夏フォントドキュメント
45Group: User Interface/X
46
47%description doc
48This package includes important documents for Konatu font
49includes enduser license.
50
51%description -l ja doc
52このパッケージには小夏フォントのライセンスを含む
53ドキュメント類が含まれています。
54
55
56%prep
57%setup -q -n Konatu_ver_%{version}
58
59%clean
60if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
61    rm -rf ${RPM_BUILD_ROOT}
62fi
63
64%build
65
66%install
67rm -rf %{buildroot}
68
69mkdir -p $RPM_BUILD_ROOT%{_fontdir}
70cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
71
72%post
73%__font_install_post %{_fontdir}
74
75%postun
76%__font_install_postun %{_fontdir}
77
78%files
79%{_fontdir}/*.ttf
80
81%files doc
82%doc *.txt
83
84%changelog
85* Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 20121218-2
86- built with gcc-4.8
87
88* Sat Dec 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20121218-1
89- new upstream release
90- changed License CC-BY-SA to MIT
91
92* Mon Oct 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 26-2
93- unified fixed and proportional font again
94- fixed description a little
95
96* Wed Jan 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 26-1
97- new upstream release
98- splitted two packages - mono and proportional
99
100* Fri Oct 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 25-1
101- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.