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

Revision 521, 4.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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