namazu_VineDocsdb-vl.spec 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. %define vinecr 0
  2. %if %vinecr
  3. %define cr_release 1
  4. %endif
  5. %define pkg_version 4.1
  6. %define pkg_release 0vl0.20071009%{?cr_release:CR}
  7. %define idir %{_datadir}/namazu/index
  8. Summary: Data base file of vine-users-ML for namazu.
  9. Name: namazu_VineDocsdb
  10. Version: %{pkg_version}
  11. Release: %{pkg_release}
  12. License: distributable
  13. Group: Applications/Documentation
  14. BuildArch: noarch
  15. BuildPreReq: namazu >= 2.0, Vine-manual >= %{version}
  16. Requires: namazu >= 2.0, Vine-manual >= %{version}
  17. Summary(ja): Vine オリジナルドキュメントを検索するためのnamazuデータベース
  18. Buildroot: %{_tmppath}/%{name}-root
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. Data base file of Vine Linux original documents for namazu.
  23. %description -l ja
  24. Vine Linuxオリジナルドキュメントをnamazu で全文検索をするためのデータ
  25. ベースです。 %{_defaultdocdir}/Vine 以下におかれているドキュメント類をデータベ
  26. ース化しています。なお、インデックスはnamazu-2用です。
  27. %install
  28. %{__rm} -rf ${RPM_BUILD_ROOT}
  29. DIRNAME=VineDocs
  30. NMZDBDIR=${RPM_BUILD_ROOT}/%{idir}
  31. %{__mkdir_p} ${NMZDBDIR}/${DIRNAME}
  32. (
  33. cd ${NMZDBDIR}/${DIRNAME}
  34. find %{_defaultdocdir}/Vine | grep -e html -e EUC -e euc> file.list
  35. mknmz -auH -F file.list | tee log
  36. tail -14 log >mknmz.log
  37. #rm NMZ.slog NMZ*.ja
  38. %{__rm} -f file.list log
  39. %{__ln_s} ../NMZ.body.ja .
  40. %{__ln_s} ../NMZ.foot.ja .
  41. %{__ln_s} ../NMZ.head.ja .
  42. )
  43. %clean
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. %files
  46. %defattr(-,root,root)
  47. %{idir}/VineDocs/NMZ*
  48. %{idir}/VineDocs/mknmz.log
  49. %changelog
  50. * Tue Oct 09 2007 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 4.1-0vl0.20071009
  51. - build with Vine-manual-4.1-0vl0.20071009
  52. * Sun Sep 30 2007 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 4.1-0vl0.20070930
  53. - build with Vine-manual-4.1-0vl0.20070930
  54. * Mon Aug 27 2007 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 4.1-0vl0.20070827
  55. - build with Vine-manual-4.1-0vl0.20070827
  56. * Thu Feb 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1-0vl0.20070121
  57. - build with Vine-manual-4.1-0vl0.20070121
  58. * Sun Jan 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1-0vl0.20070121CR
  59. - build with Vine-manual-4.1-0vl0.20070121CR
  60. * Sat Jan 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1-0vl0.20070120CR
  61. - build with Vine-manual-4.1-0vl0.20070120CR
  62. * Thu Nov 30 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 4.1-0vl0.20061130
  63. - build with Vine-manual-4.1-0vl0.20061130
  64. * Tue Nov 28 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 4.1-0vl0.20061128
  65. - build with Vine-manual-4.1-0vl0.20061128
  66. * Sat Nov 25 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 4.1-0vl0.20061125
  67. - build with Vine-manual-4.1-0vl0.20061125
  68. * Sat Nov 18 2006 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 4.0-0vl1.20061118
  69. - build for Vine Linux 4.0
  70. * Sat Nov 18 2006 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 3.9-0vl0.20061118
  71. - build with Vine-manual-3.9-0vl0.20061118
  72. * Tue Nov 07 2006 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 3.9-0vl0.20061109
  73. - build with Vine-manual-3.9-0vl0.20061109
  74. * Tue Nov 07 2006 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 3.9-0vl0.20061107
  75. - build with Vine-manual-3.9-0vl0.20061107
  76. - update Spec file macros
  77. * Sun Nov 05 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.9-0vl0.20061105
  78. - build with Vine-manual-3.9-0vl0.20061105
  79. - replace rm to macro.
  80. * Fri Oct 13 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.9-0vl0.20061013
  81. - build with Vine-manual-3.9-0vl0.20061013
  82. * Fri Oct 06 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  83. - build with Vine-manual-3.9-0vl0.20061006
  84. * Thu Sep 14 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  85. - build with Vine-manual-3.9-0vl0.20060914
  86. * Sun Sep 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.9-0vl0.20060905
  87. - build with Vine-manual-3.9-0vl0.20060905
  88. * Sat Jul 22 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.9-0vl0.20060210.1
  89. - changed Group to Applications/Documentation
  90. * Fri Feb 10 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  91. - build with Vine-manual-3.9-0vl0.20060210
  92. * Fri Sep 24 2004 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  93. - build with indexhtml-3.0-0vl1
  94. * Thu Sep 23 2004 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  95. - build with indexhtml-3.0-0vl0.20040923
  96. * Wed Sep 22 2004 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  97. - build with indexhtml-3.0-0vl0.20040922
  98. * Mon Jun 28 2004 Yasumichi Akahoshi <yasumichi@users.sourceforge.jp>
  99. - build with indexhtml-2.9-0vl0.20040628
  100. * Wed May 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.9-0vl1
  101. - build with indexhtml-2.9-0vl0.20040507
  102. - s/Copyright/License/
  103. * Sun Mar 31 2002 Jun Nishii <jun@vinelinux.org> 2.5-0vl1
  104. - build with indexhtml-2.5-0vl2
  105. * Fri Apr 20 2001 <sagami@vinelinux.org>
  106. - rebuild with indexhtml-2.1-0vl8
  107. - mknmz -auH
  108. * Tue Feb 20 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
  109. - rebuild with indexhtml-2.1-0vl7
  110. - make it to be a src.rpm without any sources
  111. * Fri Nov 24 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
  112. - 2.1-0vl6
  113. - rebuild with indexhtml-2.1-0vl6
  114. * Sat Nov 4 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
  115. - 2.1-0vl5
  116. - rebuild with indexhtml-2.1-0vl5
  117. * Wed Nov 1 2000 Jun Nishii <jun@vinelinux.org>
  118. - 2.1-0vl4
  119. - rebuild with indexhtml-2.1-0vl4
  120. * Wed Oct 25 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
  121. - 2.1-0vl3
  122. - rebuild with indexhtml-2.1-0vl3
  123. * Fri Oct 20 2000 Jun Nishii <jun@vinelinux.org>
  124. - 2.1-0vl2
  125. - rebuild with indexhtml-2.1-0vl2
  126. * Thu Oct 19 2000 Jun Nishii <jun@vinelinux.org>
  127. - 2.1-0vl1
  128. - build with namazu-2 for Vine Linux 2.1
  129. * Wed Mar 15 2000 Jun Nishii <jun@vinelinux.org>
  130. - build for indexhtml-2.0-8
  131. * Wed Mar 8 2000 Jun Nishii <jun@vinelinux.org>
  132. - build for indexhtml-2.0-7
  133. * Mon Mar 6 2000 Jun Nishii <jun@vinelinux.org>
  134. - build for indexhtml-2.0-6
  135. * Sun Mar 5 2000 Jun Nishii <jun@vinelinux.org>
  136. - build for indexhtml-2.0-5
  137. * Wed Mar 1 2000 Jun Nishii <jun@vinelinux.org>
  138. - build for indexhtml-2.0-4
  139. * Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
  140. - build for indexhtml-2.0-2
  141. * Thu Feb 24 2000 Jun Nishii <jun@vinelinux.org>
  142. - build for indexhtml-2.0-1
  143. * Fri Jan 28 2000 Yasuhide OOMORI <baoying@flatout.org>
  144. - [namazu_VineDocsdb-2.0-0.3]
  145. - Rebuilt against indexhtml-2.0-0.4.
  146. * Thu Jan 27 2000 Yasuhide OOMORI <baoying@flatout.org>
  147. - [namazu_VineDocsdb-2.0-0.2]
  148. - Added defattr.
  149. * Thu Jan 27 2000 Yasuhide OOMORI <baoying@flatout.org>
  150. - [namazu_VineDocsdb-2.0-0.1]
  151. - For Vine-2.0.
  152. * Tue Aug 17 1999 Jun Nishii <vine@flatout.org>
  153. - rel 5 for Vine-1.1CRW
  154. * Thu May 13 1999 Jun Nishii <vine@flatout.org>
  155. - rel 4 for indexhtml-1.1rel.1vl5