source: projects/specs/branches/6/T/TrueType-migmix/TrueType-migmix-vl.spec @ 4077

Revision 4077, 2.3 KB checked in by kudoh, 13 years ago (diff)
Line 
1%define fontname migmix
2%define _fontname MigMix
3%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
4
5Name: TrueType-%{fontname}
6Summary: MigMix fonts are combined fonts that use IPA and M+ fonts
7Summary(ja): M+とIPAの合成フォント MigMix フォント
8Version: 20110514
9Release: 1%{?_dist_release}
10License: IPA Font License, M plus Font License
11Group: User Interface/X
12URL: http://mix-mplus-ipa.sourceforge.jp/migmix/
13
14Source0: %{_fontname}-%{version}.tar.bz2
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildArch: noarch
18Requires: TrueType-%{fontname}-doc
19
20%description
21MigMix font are combined fonts that use IPA Gothic and M+ fonts.
22See below in package contens.
23
24- MigMix-1M-bold.ttf
25- MigMix-1P-bold.ttf
26- MigMix-1M-regular.ttf
27- MigMix-1P-regular.ttf
28
29- MigMix-2M-bold.ttf
30- MigMix-2P-bold.ttf
31- MigMix-2M-regular.ttf
32- MigMix-2P-regular.ttf
33
34%description -l ja
35MigMix(ミグミックス)フォントは、IPA ゴシックと
36M+ フォントの合成フォントです。
37パッケージの内容は、以下を参照してください。
38
39- MigMix-1M-bold.ttf
40- MigMix-1P-bold.ttf
41- MigMix-1M-regular.ttf
42- MigMix-1P-regular.ttf
43
44- MigMix-2M-bold.ttf
45- MigMix-2P-bold.ttf
46- MigMix-2M-regular.ttf
47- MigMix-2P-regular.ttf
48
49%package doc
50Summary: MigMix font documents
51Summary(ja): MigMix フォントドキュメント
52Group: User Interface/X
53
54%description doc
55This package includes important documents for MigMix fonts
56includes enduser license.
57
58%description -l ja doc
59このパッケージには MigMix フォントのライセンスを含む
60ドキュメント類が含まれています。
61
62
63%prep
64%setup -q -n %{_fontname}-%{version}
65
66%clean
67if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
68    rm -rf ${RPM_BUILD_ROOT}
69fi
70
71%build
72
73%install
74rm -rf %{buildroot}
75
76mkdir -p $RPM_BUILD_ROOT%{_fontdir}
77cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
78
79%post
80%__font_install_post %{_fontdir}
81
82%postun
83%__font_install_postun %{_fontdir}
84
85%files
86%{_fontdir}/*.ttf
87
88%files doc
89%doc ipag0030*/*.txt mplus-TESTFLIGHT-03*/* MigMix-README.txt
90
91%changelog
92* Tue Jun 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110514-1
93- new upstream release
94
95* Fri Apr 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110418-1
96- new upstream release
97
98* Sat Feb 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110207-1
99- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.