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

Revision 10203, 3.3 KB checked in by kudoh, 8 years ago (diff)

new upstream release

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: 20150712
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* Wed Apr 27 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20150712-1
95- new upstream release
96
97* Tue Jan 14 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 20130617-2
98- built with gcc-4.8
99
100* Sat Jun 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20130617-1
101- new upstream release
102
103* Wed May 01 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20130430-1
104- new upstream release
105
106* Fri Nov 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20121030-1
107- new upstream release
108
109* Sat Jul 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120411-2
110- removed M plus Font License
111  - because IPA font Lisence do not coexist other lisence
112    (http://d.hatena.ne.jp/itouhiro/20120607)
113
114* Wed Apr 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120411-1
115- new upstream release
116
117* Wed Oct 05 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20111002-1
118- new upstream release
119
120* Sat Aug 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110825-1
121- new upstream release
122- changed source archive type
123  - bzip2 to xz
124  - added BuildRequires: xz
125
126* Tue Jun 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110514-1
127- new upstream release
128
129* Fri Apr 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110418-1
130- new upstream release
131
132* Sat Feb 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110207-1
133- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.