source: projects/specs/trunk/T/TrueType-aoyagi-soseki/TrueType-aoyagi-soseki-vl.spec @ 8178

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

only rebuild

Line 
1%define fontname aoyagi-soseki
2%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
3
4Name: TrueType-%{fontname}
5Summary: Aoyagi soseki font
6Summary(ja): 青柳疎石フォント
7Version: 20070207
8Release: 2%{?_dist_release}
9License: Public Domain
10Group: User Interface/X
11URL: http://musashi.or.tv/aoyagisosekifont.htm
12
13Source0: %{fontname}.zip
14Source1: License.txt
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildArch: noarch
18
19BuildRequires: unzip
20Requires: TrueType-%{fontname}-doc
21
22%description
23Aoyagi soseki font is Japanese TrueType brush-style font,
24made by Aoyagi Kouzan.
25
26%description -l ja
27青柳疎石フォントは青柳衡山氏により作成された
28日本語 TrueType 毛筆フォントです。
29
30%package doc
31Summary: Aoyagi soseki font documents
32Summary(ja): 青柳疎石フォントドキュメント
33Group: User Interface/X
34
35%description doc
36This package includes important documents for Aoyagi soseki font
37includes enduser license.
38
39%description -l ja doc
40このパッケージには青柳疎石フォントのライセンスを含む
41ドキュメント類が含まれています。
42
43
44%prep
45%setup -q -c -T
46%{_bindir}/unzip -oq %{SOURCE0}
47cp -pr %{SOURCE1} .
48
49%clean
50if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
51    rm -rf ${RPM_BUILD_ROOT}
52fi
53
54%build
55
56%install
57rm -rf %{buildroot}
58
59mkdir -p $RPM_BUILD_ROOT%{_fontdir}
60cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
61
62%post
63%__font_install_post %{_fontdir}
64
65%postun
66%__font_install_postun %{_fontdir}
67
68%files
69%{_fontdir}/*.ttf
70
71%files doc
72%doc License.txt
73
74%changelog
75* Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 20070207-2
76- built with gcc-4.8
77
78* Fri Feb 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20070207-1
79- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.