sylph-searcher-vl.spec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. Summary: full-text search program for Sylpheed
  2. Summary(ja): Sylpheed の全文検索プログラム
  3. Name: sylph-searcher
  4. Version: 1.2.0
  5. Release: 5%{?_dist_release}
  6. License: modified BSD
  7. Group: Applications/Internet
  8. URL: http://sylpheed.sraoss.jp/ja/download.html#searchrer
  9. Source0: http://sylpheed.sraoss.jp/sylpheed/misc/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
  11. BuildRequires: glib2-devel >= 2.4.0
  12. BuildRequires: gtk2-devel >= 2.4.0
  13. BuildRequires: mecab-devel >= 0.96
  14. BuildRequires: postgresql-devel >= 8.3
  15. BuildRequires: libsylph-devel >= 1.0.0
  16. #Requires: sylpheed
  17. Requires: glib2 >= 2.4.0
  18. Requires: gtk2 >= 2.4.0
  19. Requires: mecab >= 0.96
  20. Requires: postgresql-server >= 8.3
  21. Requires: libsylph >= 1.0.0
  22. Packager: iwaim
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. %description
  26. Sylph-Searcher (tentative name) is a full-text search program for messages
  27. stored in the mailboxes of Sylpheed, or generic MH folders.
  28. It utilizes the full-text search feature of PostgreSQL 8.3 (it will work
  29. with 8.2, but 8.3 is recommended because the full-text search feature was
  30. integrated at the version).
  31. %description -l ja
  32. Sylph-Searcher は Sylpheed のメールボックス、あるいは他のメールソフトの
  33. MH フォルダに保存されているメッセージを全文検索するプログラムです。
  34. PostgreSQL 8.3の全文検索機能を利用しています(8.2 でも動作しますが、
  35. 全文検索機能が標準で組み込まれた 8.3 の使用を推奨します)。
  36. %prep
  37. %setup -q
  38. %build
  39. %configure
  40. make
  41. %install
  42. %{__rm} -rf %{buildroot}
  43. %makeinstall
  44. %find_lang %{name}
  45. %clean
  46. %{__rm} -rf %{buildroot}
  47. %files -f %{name}.lang
  48. %defattr(-,root,root,-)
  49. %doc README* COPYING ChangeLog NEWS
  50. %{_bindir}/syl*
  51. %{_datadir}/%{name}
  52. %changelog
  53. * Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.2.0-5
  54. - build with current VineSeed
  55. * Wed Dec 12 2012 IWAI, Masaharu <iwai@alib.jp> 1.2.0-4
  56. - rebuild with mecab 0.994
  57. * Sat Dec 31 2011 IWAI, Masaharu <iwai@alib.jp> 1.2.0-3
  58. - rebuild with mecab 0.99
  59. * Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 1.2.0-2
  60. - rebuilt with postgresql-9.0.3
  61. * Tue Mar 9 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0-1
  62. - Initial build.