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

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

import VineSeed package specs

Line 
1%define rel 20081015
2%define idir %{_datadir}/namazu/index
3%define jmdir %{_datadir}/jman
4
5Summary: Data base file of Japanese Manuals for namazu.
6Summary(ja): namazu で jman, xjman の全文検索するためのデータベース
7Name: namazu_JMANdb
8Version: 05x04
9Release: %{rel}%{?_dist_release}
10License: distributable
11Group: Applications/Documentation
12Requires: namazu >= 2.0, jman_pages >= 0.5-%{rel}
13BuildRequires: namazu >= 2.0, jman_pages >= 0.5-%{rel}
14BuildRequires: nkf
15BuildArch: noarch
16Buildroot: %{_tmppath}/%{name}-%{version}-root
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22Data base file of Japanese manuals pages for namazu.
23
24%description -l ja
25namazuで日本語マニュアル(JMAN,XJMANプロジェクトによる翻訳マニュアル)
26全文検索をするためのdata baseです. (DBは mknmz -auH で作成してます)
27
28%install
29rm -rf %{buildroot}
30NMZDBDIR=%{buildroot}%{idir}/
31mkdir -p ${NMZDBDIR}/JMAN
32
33FLIST=%{_tmppath}/%{name}.list
34find %{jmdir} -type f | \
35    grep -v %{jmdir}/whatis > $FLIST
36#find /usr/X11R6/man/ja/ -type f >> $FLIST
37
38cd ${NMZDBDIR}/JMAN
39mknmz -auH  --indexing-lang=ja_JP.eucJP -F $FLIST | tee log
40tail -14 log | nkf -w > mknmz.log
41rm -f NMZ.slog NMZ*.ja NMZ*.en
42
43ln -s ../NMZ.body.ja .
44ln -s ../NMZ.foot.ja .
45ln -s ../NMZ.head.ja .
46cd -
47
48rm $FLIST
49
50%clean
51rm -rf %{buildroot}
52
53%files
54%defattr(-,root,root)
55%{idir}/JMAN/NMZ*
56%{idir}/JMAN/mknmz.log
57
58%changelog
59* Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20081015vl5
60- Source as of 20081015
61
62* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 05x04-20080315vl5
63- applied new versioning policy, spec in utf-8
64
65* Sun Mar 16 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20080315vl1
66- Source as of 20080315
67
68* Fri Aug 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20070815vl1
69- Source as of 20070815
70
71* Thu Oct 19 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20061015vl1
72- Source as of 20061015
73
74* Wed Jul 19 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20060715vl1
75- Source as of 20060715
76- changed Group to Applications/Documentation
77
78* Mon Jan 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20060115vl1
79- Source as of 20060115
80- changed Group:
81
82* Mon Sep 19 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20050915vl1
83- Source as of 20050915
84
85* Fri Jun 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20050615vl1
86- Source as of 20050615
87
88* Wed Feb 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20050215vl1
89- Source as of 20050215
90
91* Wed Sep 22 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20040915vl1
92- Source as of 20040915
93
94* Wed Jun 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20040615vl1
95- Source as of 20040615
96
97* Wed May 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20040415vl1
98- Source as of 20040415
99- rebuild with namazu-2.0.13
100
101* Sun Dec 21 2003 IWAI, Masaharu <iwai@alib.jp> 05x04-20031215vl1
102- Source as of 20031215
103
104* Wed Oct 15 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20031015vl1
105- Source as of 20031015
106
107* Wed Apr 16 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20030415vl1
108- as of 20030415
109
110* Tue Feb 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20030217vl1
111- as of 20030217
112
113* Sun Sep 22 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 05x04-20020915vl1
114- as of 20020915
115
116* Tue Jan 15 2002 Toru Sagami <sagami@vinelinux.org> 05x04-20020115vl1
117- as of 20020115
118
119* Mon Nov 19 2001 Toru Sagami <sagami@vinelinux.org>
120- 05x04-20011115vl1
121
122* Sat Aug 18 2001 <sagami@vinelinux.org>
123- 05x04-20010815vl1
124
125* Mon Jul 16 2001 <sagami@vinelinux.org>
126- 05x04-20010715vl1
127- use %%{_tmppath} for FLIST directory
128
129* Wed Apr 18 2001 sagami@vinelinux.org
130- 05x04-20010415vl1
131- changed to be src.rpm from nosrc.rpm actually without any source
132- mknmz -auH
133- note: silent BuildPreReq: XFree86, XFree86-{3DLabs,8514,AGX,I128,Mach32,Mach64,Mach8,Mono,P9000,S3,S3V,SVGA,VGA16,W32,XF86Setup,Xnest,Xvfb,devel,xfs}
134
135* Fri Sep  8 2000 Jun Nishii <jun@vinelinux.org>
136- 05x04-20000815vl1
137- build for jman_pages-0.5-20000815vl1 by namazu2
138
139* Wed Jun 28 2000 Jun Nishii <jun@vinelinux.org>
140- build for jman_pages-0.5-20000415.1 by namazu2
141
142* Tue Mar 14 2000 Jun Nishii <jun@vinelinux.org>
143- rebuild with /usr/X11R6/man/ja/
144
145* Mon Dec 20 1999 Yasuhide OOMORI <baoying@flatout.org>
146- build for jman_pages-0.5-19991215.1
147
148* Fri Nov 12 1999 Jun Nishii <jun@flatout.org>
149- build for jman_pages-0.5 and xjman in XFree86
150
151* Tue Sep 28 1999 Jun Nishii <jun@flatout.org>
152- added %defattr
153
154* Sat Aug 21 1999 Jun Nishii <jun@flatout.org>
155- build for jman_pages-0.4x0.3.1
156
157* Fri Apr 23 1999 Jun Nishii <jun@flatout.org>
158- use mknmz -rRH instead of -rKRH
159
160* Fri Mar 5 1999 Jun Nishii <jun@flatout.org>
161- rebuild to adapt updated jman_pages
162
163* Wed Feb 3 1999 Jun Nishii <jun@flatout.org>
164- modify requires; using jman_pages >= version insteadof "="
165  to avoid update problem
166
167* Fri Jan 15 1999 Jun Nishii <jun@flatout.org>
168- include phrase search db
169- nosrc
170
171* Sat Jan 2 1999 Jun Nishii <jun@flatout.org>
172- build for jman-0.4 and xjman-0.2
Note: See TracBrowser for help on using the repository browser.