source: projects/specs/branches/6/n/namazu_JFdb/namazu_JFdb-vl.spec @ 521

Revision 521, 4.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define jfversion 20090320
2%define _docdir %{_defaultdocdir}
3
4Summary: Data base file of JF documents for namazu.
5Summary(ja): namazuでJFの全文検索するためのdata baseです
6Name: namazu_JFdb
7Version: %{jfversion}
8Release: 1%{?_dist_release}
9License: distributable
10Group: Applications/Documentation
11Requires: namazu >= 2.0.6, JF >= %{jfversion}
12BuildRequires: namazu >= 2.0.6, JF >= %{jfversion}
13BuildArch: noarch
14Buildroot: %{_tmppath}/%{name}-%{version}-root
15Vendor: Project Vine
16Distribution: Vine Linux
17
18%description
19Data base file of JF documents for namazu.
20
21%description -l ja
22namazuで日本語文書(JF)の全文検索をするためのdata baseです.
23%{_docdir}/JF 以下におかれているドキュメント類をデータベース化し
24ています。(DBは mknmz -auH %{_docdir}/JF/ で作成しています)
25
26%install
27rm -rf %{buildroot}
28NMZDBDIR=%{buildroot}%{_datadir}/namazu/index
29mkdir -p ${NMZDBDIR}/JF
30
31cd ${NMZDBDIR}/JF
32mknmz -auH --indexing-lang=ja_JP.eucJP %{_docdir}/JF/ | tee log
33tail -14 log >mknmz.log
34rm -f NMZ.slog NMZ*.ja NMZ*.en
35
36ln -s ../NMZ.body.ja .
37ln -s ../NMZ.foot.ja .
38ln -s ../NMZ.head.ja .
39cd -
40
41%clean
42rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root)
46%{_datadir}/namazu/index/JF/NMZ*
47%{_datadir}/namazu/index/JF/mknmz.log
48
49%changelog
50* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 20090320-1
51- as of 20090320
52- spec in utf-8
53
54* Sun May 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20080415-1
55- as of 20080415
56
57* Sun Aug  5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20070728-0vl1
58- as of 20070728
59
60* Fri Sep 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20060910-0vl1
61- as of 20060910
62- changed Group to Applications/Documentation
63
64* Sat May 20 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20060412-0vl1
65- as of 20060412
66- changed Group
67
68* Wed Sep 14 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20050910-0vl1
69- as of 20050910
70
71* Thu Dec 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20041213-0vl1
72- as of 20041213
73
74* Sat Sep 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20040924-0vl1
75- as of 20040924
76
77* Sat Mar 20 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20040316-0vl1
78- as of 20040316
79
80* Wed Sep 17 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20030914-0vl1
81- as of 20030914
82
83* Wed Apr 16 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20030415-0vl1
84- as of 20030415
85
86* Tue Feb 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20030216-0vl1
87- as of 20030216
88
89* Sun Sep 22 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20020905-0vl1
90- as of 20020905
91
92* Tue Jan 15 2002 Toru Sagami <sagami@vinelinux.org> 20020115-0vl1
93- as of 20020115
94
95* Mon Nov 19 2001 Toru Sagami <sagami@vinelinux.org>
96- 20011115-0vl1
97
98* Fri Aug 17 2001 <sagami@vinelinux.org>
99- 20010815-0vl1: introduced %%{_docdir} definition
100- add --indexing-lang for mknmz, which is newly supported by namazu-2.0.6
101
102* Sun Jul 15 2001 <sagami@vinelinux.org>
103- 20010715-0vl1
104
105* Sun May 27 2001 Yasuhide OMORI <dasen@icntv.ne.jp>
106- 20010527-0vl1
107
108* Wed Apr 18 2001 sagami@vinelinux.org
109- 20010415-0vl1
110- mknmz -auH
111
112* Mon Dec 25 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
113- 20001225-0vl1
114- changed to be src.rpm from nosrc.rpm actually without source
115
116* Mon Sep  4 2000 Jun Nishii <jun@vinelinux.org>
117- 20000831-0vl1
118
119* Wed Jun 28 2000 Jun Nishii <jun@vinelinux.org>
120- 20000509-0vl2
121- build by namazu2
122
123* Wed May 10 2000 Toru Sagami <czs14350@nifty.ne.jp>
124- 20000509-0vl1
125- fixed Buildroot, Distribution, added BuildPreReq
126
127* Mon Mar  6 2000 Yasuhide OOMORI <baoying@flatout.org>
128- [namazu_JFdb-20000306-1]
129- updated for JF-20000306.
130
131* Thu Jan 27 2000 Yasuhide OOMORI <baoying@flatout.org>
132- [namazu_JFdb-20000125-1]
133- updated for JF-20000125.
134
135* Wed Sep 22 1999 Jun Nishii <jun@vinelinux.org>
136- updated for JF-199909
137- added %defattr
138
139* Sat Aug 21 1999 Jun Nishii <jun@vinelinux.org>
140- updated for JF-199907
141
142* Fri Apr 23 1999 Jun Nishii <jun@vinelinux.org>
143- user mknmz -auRH instead of -auKRH
144
145* Tue Feb 15 1999 Jun Nishii <jun@vinelinux.org>
146- updated for JF-199902
147
148* Tue Feb 2 1999 Jun Nishii <jun@vinelinux.org>
149- updated for JF-199901
150- modify requires; using JF >= version insteadof "="
151  to avoid update problem
152
153* Fri Jan 15 1999 Jun Nishii <jun@vinelinux.org>
154- include phrase search db
155- nosrc
Note: See TracBrowser for help on using the repository browser.