source: projects/specs/trunk/s/sylph-searcher/sylph-searcher-vl.spec @ 8235

Revision 8235, 2.2 KB checked in by iwaim, 10 years ago (diff)

sylph-searcher 1.2.0-5

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