Browse Source

new: sylph-searcher-1.2.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3362 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
30a1392e9f
1 changed files with 65 additions and 0 deletions
  1. 65 0
      s/sylph-searcher/sylph-searcher-vl.spec

+ 65 - 0
s/sylph-searcher/sylph-searcher-vl.spec

@@ -0,0 +1,65 @@
+Summary: full-text search program for Sylpheed
+Summary(ja): Sylpheed の全文検索プログラム
+Name: sylph-searcher
+Version: 1.2.0
+Release: 1%{?_dist_release}
+License: modified BSD
+Group: Applications/Internet
+URL: http://sylpheed.sraoss.jp/ja/download.html#searcher
+Source0: http://sylpheed.sraoss.jp/sylpheed/misc/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRequires: glib2-devel >= 2.4.0
+BuildRequires: gtk2-devel >= 2.4.0
+BuildRequires: mecab-devel >= 0.96
+BuildRequires: postgresql-devel >= 8.3
+BuildRequires: libsylph-devel >= 1.0.0
+#Requires: sylpheed
+Requires: glib2 >= 2.4.0
+Requires: gtk2 >= 2.4.0
+Requires: mecab >= 0.96
+Requires: postgresql-server >= 8.3
+Requires: libsylph >= 1.0.0
+
+Packager: iwaim
+Vendor: Project Vine
+Distribution: Vine Linux
+
+%description
+Sylph-Searcher (tentative name) is a full-text search program for messages
+stored in the mailboxes of Sylpheed, or generic MH folders.
+It utilizes the full-text search feature of PostgreSQL 8.3 (it will work
+with 8.2, but 8.3 is recommended because the full-text search feature was
+integrated at the version).
+
+%description -l ja
+Sylph-Searcher は Sylpheed のメールボックス、あるいは他のメールソフトの
+MH フォルダに保存されているメッセージを全文検索するプログラムです。
+PostgreSQL 8.3の全文検索機能を利用しています(8.2 でも動作しますが、
+全文検索機能が標準で組み込まれた 8.3 の使用を推奨します)。
+
+%prep
+%setup -q
+
+%build
+%configure
+make
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+%find_lang %{name}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc README* COPYING ChangeLog NEWS
+%{_bindir}/syl*
+%{_datadir}/%{name}
+
+%changelog
+* Tue Mar  9 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0-1
+- Initial build.
+
+