Change-Id: I04a0228bfd94c0192f4a1a121313419217804f6f
Reviewed-on: http://photon-jenkins.eng.vmware.com/965
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
(cherry picked from commit 47037c456fd99ee632a000c51b31253944c50c00)
Reviewed-on: http://photon-jenkins.eng.vmware.com/970
Tested-by: suezzelur <anishs@vmware.com>
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,33 @@ |
| 0 |
+%global fontdir /usr/share/fonts/ |
|
| 1 |
+Summary: Kaigen-Gothic CJK Fonts |
|
| 2 |
+Name: kaigen-gothic-cjk |
|
| 3 |
+Version: 1.002 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 |
+License: OFL |
|
| 6 |
+URL: https://github.com/minjiex/kaigen-gothic |
|
| 7 |
+Source: %{name}-%{version}.tar.gz
|
|
| 8 |
+%define sha1 kaigen-gothic-cjk=2118f1726f74cd3f3a4df8359780ebe5eaa6a44d |
|
| 9 |
+Vendor: VMware, Inc. |
|
| 10 |
+Distribution: Photon |
|
| 11 |
+BuildArch: noarch |
|
| 12 |
+ |
|
| 13 |
+%description |
|
| 14 |
+Kaigen-gothic is a set of truetype fonts derive from Source Han Sans - an open |
|
| 15 |
+source Pan-CJK font (intended to support the characters necessary to render or |
|
| 16 |
+display text in Simplified Chinese, Traditional Chinese, Japanese, and Korean). |
|
| 17 |
+ |
|
| 18 |
+%prep |
|
| 19 |
+%setup -q -n %{name}-%{version}
|
|
| 20 |
+ |
|
| 21 |
+%build |
|
| 22 |
+ |
|
| 23 |
+%install |
|
| 24 |
+install -m 0755 -d %{buildroot}%{fontdir}/truetype
|
|
| 25 |
+install -m 0644 -p *.ttf %{buildroot}%{fontdir}/truetype
|
|
| 26 |
+ |
|
| 27 |
+%files |
|
| 28 |
+/usr/share/fonts/truetype/*.ttf |
|
| 29 |
+ |
|
| 30 |
+%changelog |
|
| 31 |
+* Fri May 20 2016 Anish Swaminathan <anishs@vmware.com> 1.002-1 |
|
| 32 |
+- Initial version |