source: projects/specs/branches/6/T/TrueType-sawarabi-gothic/TrueType-sawarabi-gothic-vl.spec @ 4335

Revision 4335, 2.6 KB checked in by kudoh, 13 years ago (diff)
Line 
1%define fontname sawarabi-gothic
2%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
3
4Name: TrueType-%{fontname}
5Summary: sawarabi gothic font
6Summary(ja): さわらびゴシックフォント
7Version: 20110715
8Release: 1%{?_dist_release}
9License: CC-BY
10Group: User Interface/X
11URL: http://sourceforge.jp/projects/sawarabi-fonts/
12
13Source0: %{fontname}-%{version}.tar.gz
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildArch: noarch
17Requires: TrueType-%{fontname}-doc
18
19%description
20Sawarabi gothic font is Japanese TrueType font what have been developed
21in opensource.
22
23%description -l ja
24さわらびゴシックフォントは、オープンソースで開発されている
25日本語 TrueType フォントです。
26
27%package doc
28Summary: swarabi gothic font documents
29Summary(ja): さわらびゴシックフォントドキュメント
30Group: User Interface/X
31
32%description doc
33This package includes important documents for sawarabi gothic font
34includes enduser license.
35
36%description -l ja doc
37このパッケージにはさわらびゴシックフォントのライセンスを含む
38ドキュメント類が含まれています。
39
40
41%prep
42%setup -q -n %{fontname}
43
44%clean
45if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
46    rm -rf ${RPM_BUILD_ROOT}
47fi
48
49%build
50
51%install
52rm -rf %{buildroot}
53
54mkdir -p $RPM_BUILD_ROOT%{_fontdir}
55cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
56
57%post
58%__font_install_post %{_fontdir}
59
60%postun
61%__font_install_postun %{_fontdir}
62
63%files
64%{_fontdir}/*.ttf
65
66%files doc
67%doc *.txt
68
69%changelog
70* Fri Jul 15 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110715-1
71- new upstream release
72
73* Tue Jun 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110615-1
74- new upstream release
75
76* Sun May 15 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110515-1
77- new upstream release
78
79* Fri Apr 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110415-1
80- new upstream release
81- fixed %%changelog typo in Wed Feb 16 2011
82
83* Wed Feb 16 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110215-1
84- new upstream release
85
86* Mon Jan 17 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110115-1
87- new upstream release
88
89* Sat Dec 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20101215-1
90- new upstream release
91
92* Thu Nov 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20101115-1
93- new upstream release
94
95* Fri Oct 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20101015-1
96- new upstream release
97
98* Fri Oct 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20100915-2
99- fixed doc package description
100
101* Sat Sep 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20100915-1
102- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.