source: projects/specs/trunk/T/TrueType-migmix/TrueType-migmix-vl.spec @ 7055

Revision 7055, 2.9 KB checked in by kudoh, 12 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: 20121030
9Release: 1%{?_dist_release}
10License: IPA Font License
11Group: User Interface/X
12URL: http://mix-mplus-ipa.sourceforge.jp/migmix/
13
14Source0: %{_fontname}-%{version}.tar.xz
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildArch: noarch
18Requires: TrueType-%{fontname}-doc
19
20BuildRequires: xz
21
22%description
23MigMix font are combined fonts that use IPA Gothic and M+ fonts.
24See below in package contens.
25
26- MigMix-1M-bold.ttf
27- MigMix-1P-bold.ttf
28- MigMix-1M-regular.ttf
29- MigMix-1P-regular.ttf
30
31- MigMix-2M-bold.ttf
32- MigMix-2P-bold.ttf
33- MigMix-2M-regular.ttf
34- MigMix-2P-regular.ttf
35
36%description -l ja
37MigMix(ミグミックス)フォントは、IPA ゴシックと
38M+ フォントの合成フォントです。
39パッケージの内容は、以下を参照してください。
40
41- MigMix-1M-bold.ttf
42- MigMix-1P-bold.ttf
43- MigMix-1M-regular.ttf
44- MigMix-1P-regular.ttf
45
46- MigMix-2M-bold.ttf
47- MigMix-2P-bold.ttf
48- MigMix-2M-regular.ttf
49- MigMix-2P-regular.ttf
50
51%package doc
52Summary: MigMix font documents
53Summary(ja): MigMix フォントドキュメント
54Group: User Interface/X
55
56%description doc
57This package includes important documents for MigMix fonts
58includes enduser license.
59
60%description -l ja doc
61このパッケージには MigMix フォントのライセンスを含む
62ドキュメント類が含まれています。
63
64
65%prep
66%setup -q -n %{_fontname}-%{version}
67
68%clean
69if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
70    rm -rf ${RPM_BUILD_ROOT}
71fi
72
73%build
74
75%install
76rm -rf %{buildroot}
77
78mkdir -p $RPM_BUILD_ROOT%{_fontdir}
79cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
80
81%post
82%__font_install_post %{_fontdir}
83
84%postun
85%__font_install_postun %{_fontdir}
86
87%files
88%{_fontdir}/*.ttf
89
90%files doc
91%doc ipag0030*/*.txt migmix-README.txt
92
93%changelog
94* Fri Nov 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20121030-1
95- new upstream release
96
97* Sat Jul 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120411-2
98- removed M plus Font License
99  - because IPA font Lisence do not coexist other lisence
100    (http://d.hatena.ne.jp/itouhiro/20120607)
101
102* Wed Apr 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120411-1
103- new upstream release
104
105* Wed Oct 05 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20111002-1
106- new upstream release
107
108* Sat Aug 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110825-1
109- new upstream release
110- changed source archive type
111  - bzip2 to xz
112  - added BuildRequires: xz
113
114* Tue Jun 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110514-1
115- new upstream release
116
117* Fri Apr 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110418-1
118- new upstream release
119
120* Sat Feb 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110207-1
121- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.