source: projects/specs/branches/6/e/estraier/estraier-vl.spec @ 521

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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