estraier-vl.spec 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Summary: Estraier is a full-text search system for personal use.
  2. Name: estraier
  3. Version: 1.2.14
  4. Release: 1%{?_dist_release}
  5. Source: http://estraier.sourceforge.net/%{name}-%{version}.tar.gz
  6. License: GPL
  7. Group: Applications/Text
  8. Packager: Yasumichi Akahoshi <yasumichi@users.sourceforge.jp>
  9. Buildroot: %{_tmppath}/%{name}-%{version}-root
  10. Requires: zlib, kakasi
  11. BuildPrereq: zlib-devel, kakasi-devel
  12. Summary(ja): Estraierは個人用途向けの全文検索システムです。
  13. %description
  14. Estraier is a full-text search system for personal use. Full-text search
  15. means functions to search lots of documents for some documents including
  16. specified words. The principal purpose of Estraier is to realize a full-text
  17. search system of a web site. It functions similarly to Google, but for a
  18. personal web site or sites in an intranet.
  19. %description -l ja
  20. Estraierは個人用途向けの全文検索システムである。いわゆる全文検索とは、数多く
  21. の文書の中から、特定の語句を含むいくつかの文書を見つけ出すことである。
  22. EstraierはWebサイト上の文書を対象とした全文検索システムを実現することを主なÌ
  23. 的とする。Googleのような検索システムを個人のサイトやイントラネットで利用でき
  24. るようにしたものである。
  25. %prep
  26. rm -rf $RPM_BUILD_ROOT
  27. %setup
  28. %build
  29. %configure --enable-kakasi
  30. make
  31. %install
  32. make DESTDIR=${RPM_BUILD_ROOT} install
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %files
  36. %defattr(-,root,root)
  37. %{_bindir}/estindex
  38. %{_bindir}/estserver
  39. %{_bindir}/estxview
  40. %{_bindir}/estmbtomh
  41. %{_bindir}/estpdfhtml
  42. %{_bindir}/estdochtml
  43. %{_bindir}/estxlshtml
  44. %{_bindir}/estppthtml
  45. %{_bindir}/estmanhtml
  46. %{_bindir}/estgzhtml
  47. %{_bindir}/estxdwhtml
  48. %{_bindir}/estxdthtml
  49. %{_bindir}/estautoreg
  50. %{_prefix}/libexec/estsearch.cgi
  51. %{_prefix}/libexec/estmerge.cgi
  52. %{_datadir}/estraier/
  53. %changelog
  54. * Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.14-1vl5
  55. - applied new versioning policy, spec in utf-8
  56. * Sun Jul 04 2004 Yasumichi Akahoshi <yasumichi@users.sourceforge.jp>
  57. - I write spec file at first for estraier-1.2.14.