source: projects/specs/trunk/T/TrueType-junicode/TrueType-junicode-vl.spec @ 7208

Revision 7208, 2.6 KB checked in by kudoh, 11 years ago (diff)
Line 
1%define fontname junicode
2%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
3
4Name:             TrueType-%{fontname}
5Summary:          Junicode is a Unicode font for medievalists
6Summary(ja):      中世研究家のためのフォント Junicode
7Version:          0.7.7
8Release:          1%{?_dist_release}
9License:          OFL
10Group:            User Interface/X
11URL:              http://junicode.sourceforge.net/
12
13Source0:          %{fontname}-0-7-7.zip
14
15BuildRequires: unzip
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildArch: noarch
18
19Obsoletes: TrueType-%{fontname}-regular
20Obsoletes: TrueType-%{fontname}-italic
21Obsoletes: TrueType-%{fontname}-bold
22
23Requires: TrueType-%{fontname}-doc
24
25%description
26A font family especially for medieval scholars,
27but containing an extensive enough selection of
28Unicode characters to be widely useful.
29
30%description -l ja
31特に中世研究者のためのフォントファミリですが、
32すこぶる有用たりうるに十分なユニコードキャラクタの品揃えを含んでいます。
33
34このパッケージは Bold・Regular・Italic の3書体をインストールします。
35
36%package doc
37Summary: Junicode font Document
38Summary(ja): Junicode フォントドキュメント
39Group: User Interface/X
40
41%description doc
42This package includes important documents for Junicode font
43includes enduser license.
44
45%description -l ja doc
46このパッケージには Junicode フォントのライセンスを含む
47ドキュメント類が含まれています。
48
49%prep
50%setup -q -n %{fontname}
51
52%clean
53if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
54    rm -rf ${RPM_BUILD_ROOT}
55fi
56
57%build
58
59%install
60rm -rf %{buildroot}
61
62mkdir -p $RPM_BUILD_ROOT%{_fontdir}
63cp -a fonts/*.ttf $RPM_BUILD_ROOT%{_fontdir}
64
65%post
66%__font_install_post %{_fontdir}
67
68%postun
69%__font_install_postun %{_fontdir}
70
71%files
72%{_fontdir}/Junicode.ttf
73%{_fontdir}/*-Bold.ttf
74%{_fontdir}/*-BoldItalic.ttf
75%{_fontdir}/*-Italic.ttf
76
77%files doc
78%doc doc/* util/*
79
80%changelog
81* Sat Dec 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.7-1
82- new upstream release
83
84* Wed Apr 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.6-1
85- new upstream release
86
87* Sun Feb 05 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
88- new upstream release
89
90* Fri Jan 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.1-1
91- new upstream release
92- changed License: GPL to OFL
93
94* Sun Oct 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.17-2
95- obsoleted -regular, -bold, -italic sub packages
96
97* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.17-1
98- initial build for VineSeed (again)
Note: See TracBrowser for help on using the repository browser.