source: projects/specs/trunk/T/TrueType-umefont/TrueType-umefont-vl.spec @ 1279

Revision 1279, 4.9 KB checked in by kudoh, 14 years ago (diff)
Line 
1%define archivename umefont
2%define _fontdir %{_datadir}/fonts/TrueType-umefont
3%define package_ver 417
4
5Name: TrueType-umefont
6Summary: Ume Fonts are Japanese fonts that the license restriction is a little
7Summary(ja): 梅フォント - ライセンス制約の少ない日本語フォント
8
9Version: %{package_ver}
10Release: 1%{?_dist_release}
11License: mplus Font License
12Group: User Interface/X
13
14BuildArch: noarch
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16URL: http://sourceforge.jp/projects/%{archivename}/wiki/FrontPage
17
18%if %{?_dist_release} == "vl5"
19Source: %{archivename}_%{package_ver}.tar.bz2
20%endif
21
22%if %{?_dist_release} == "vl6"
23Source: %{archivename}_%{package_ver}.tar.xz
24%endif
25
26Requires: TrueType-%{archivename}-mincho = %{version}
27Requires: TrueType-%{archivename}-gothic = %{version}
28Requires: TrueType-%{archivename}-doc = %{version}
29
30%description
31Ume Fonts are Japanese fonts that to be able to be using
32that the license restriction is a little regularly it.
33
34%description -l ja
35梅フォントはライセンス制約の少ない常用可能な日本語フォントです。
36このパッケージは明朝、ゴシック両書体をインストールするためのメタパッケージです。
37
38#-- 明朝
39%package mincho
40Summary: Ume Mincho TrueType Fonts
41Summary(ja): 梅フォント(明朝体)
42Group: User Interface/X
43Requires: TrueType-umefont-doc
44
45%description mincho
46This package includes Ume Mincho TrueType fonts.
47
48%description -l ja mincho
49このパッケージには梅フォントの明朝体フォントが含まれています。
50
51プロポーショナル:梅P明朝
52等幅:梅明朝
53
54#-- ゴシック
55%package gothic
56Summary: Ume Gothic TrueType Fonts
57Summary(ja): 梅フォント(ゴシック体)
58Group: User Interface/X
59Requires: TrueType-umefont-doc
60
61%description gothic
62This package includes Ume Gothic TrueType fonts.
63
64%description -l ja gothic
65このパッケージには梅フォントのゴシック体フォントが含まれています。
66
67プロポーショナル:梅PゴシックC4、梅PゴシックC5、梅Pゴシック、梅PゴシックO5
68等幅:梅ゴシックC4、梅ゴシックC5、梅ゴシック、梅ゴシックO5
69UI:梅UIゴシック、梅UIゴシックO5
70
71#-- ドキュメント
72%package doc
73Summary: ume Font Documents
74Summary(ja): 梅フォントドキュメント
75Group: User Interface/X
76
77%description doc
78This package includes license for ume fonts enduser.
79
80%description -l ja doc
81このパッケージには梅フォントのライセンスが含まれています。
82
83%prep
84%setup -q -n %{archivename}_%{package_ver}
85
86%build
87
88%install
89/bin/rm -rf $RPM_BUILD_ROOT
90
91mkdir -p $RPM_BUILD_ROOT%{_fontdir}
92cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
93
94%clean
95rm -rf $RPM_BUILD_ROOT
96#%{__rm} -rf %{_topdir}/SOURCES/%{archivename}-%{package_ver}.tar.gz
97#%{__rm} -rf %{_topdir}/BUILD/%{archivename}-%{package_ver}
98
99%post mincho
100%__font_install_post %{_fontdir}
101
102%post gothic
103%__font_install_post %{_fontdir}
104
105%postun mincho
106%__font_install_postun %{_fontdir}
107
108%postun gothic
109%__font_install_postun %{_fontdir}
110
111%files
112
113%files mincho
114%{_fontdir}/ume-*m*3.ttf
115
116%files gothic
117%{_fontdir}/ume-pg*.ttf
118%{_fontdir}/ume-ugo*.ttf
119%{_fontdir}/ume-tg*.ttf
120
121%files doc
122%doc *.html
123
124%changelog
125* Mon Jul 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 417-1
126- new upstream release
127
128* Tue Jun 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 416-2
129- reverted and changed source archive type on Vine 5.x
130  - Seed's source archive type is keeping (using tar.xz)
131
132* Mon Jun 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 416-1
133- new upstream release
134- changed source archive type
135
136* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 415-1
137- new upstream release
138
139* Wed Mar 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 413-1
140- new upstream release
141
142* Mon Feb 1 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 412-1
143- new upstream release
144
145* Tue Jan 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 411-1
146- new upstream release
147
148* Mon Dec 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 410-1
149- new upstream release
150
151* Tue Nov 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 409-1
152- new upstream release
153
154* Wed Oct 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 408-1
155- new upstream release
156
157* Thu Sep 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 407-1
158- new upstream release
159
160* Tue Aug 4 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 406-1vl5
161- new upstream release
162
163* Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 405-1vl5
164- new upstream release
165
166* Fri Jun 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 404-2vl5
167- fixed License (Umefont License to mplus Font License)
168- changed summary, summary(ja)
169
170* Mon Jun 1 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 404-1vl5
171- new upstream release
172
173* Thu May 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 403-1vl5
174- new upstream release
175- changed License, summary, description
176- spec in UTF-8
177
178* Sat Apr 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 402-1vl5
179- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.