source: projects/specs/trunk/T/TrueType-cjkunifonts-uming/TrueType-cjkunifonts-uming-vl.spec @ 8178

Revision 8178, 2.0 KB checked in by tanakanata, 10 years ago (diff)

only rebuild

Line 
1%define fontname cjkunifonts-uming
2%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
3
4Name: TrueType-%{fontname}
5Summary: CJKUnifonts uming
6Summary(ja): CJKUnifonts 明體(明朝体)
7Version: 0.2.20080216.1
8Release: 2%{?_dist_release}
9License: Arphic Public License
10Group: User Interface/X
11URL: http://freedesktop.org/wiki/Software/CJKUnifonts
12
13Source0: ttf-arphic-uming_%{version}.orig.tar.gz
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15BuildArch: noarch
16
17Requires: TrueType-%{fontname}-doc
18
19%description
20This Chinese Unicode TrueType fonts derived from the original fonts
21generously made available by Arphic Technology under the
22"Arphic Public License" and extended by the CJK Unifonts project.
23
24%description -l ja
25この中国語ユニコード TrueType フォントは
26"Arphic Public License" で Arphic Technology により
27寛大にも使用可能となったオリジナルのフォントに由来し、
28CJK Unifonts project により拡張されています。
29
30%package doc
31Summary: CJKUnifonts uming documents
32Summary(ja): CJKUnifonts uming ドキュメント
33Group: User Interface/X
34
35%description doc
36This package includes important documents for CJKUnifonts uming
37includes enduser license.
38
39%description -l ja doc
40このパッケージには CJKUnifonts uming のライセンスを含む
41ドキュメント類が含まれています。
42
43
44%prep
45%setup -q -c -n %{name}-%{version}
46
47%clean
48if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
49    rm -rf ${RPM_BUILD_ROOT}
50fi
51
52%build
53
54%install
55rm -rf %{buildroot}
56
57mkdir -p $RPM_BUILD_ROOT%{_fontdir}
58cp -a *.ttc $RPM_BUILD_ROOT%{_fontdir}
59
60%post
61%__font_install_post %{_fontdir}
62
63%postun
64%__font_install_postun %{_fontdir}
65
66%files
67%{_fontdir}/uming.ttc
68
69%files doc
70%doc license/* Font_Comparison_ShanHeiSun_UMing.*
71%doc CONTRIBUTERS FONTLOG INSTALL KNOWN_ISSUES NEWS README TODO
72
73%changelog
74* Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 0.2.20080216.1-2
75- built with gcc-4.8
76
77* Sun Sep 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.20080216.1-1
78- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.