]> git.pld-linux.org Git - packages/estraier.git/blob - estraier.spec
c74331660aaa6aa61c0f0b0a8c6268a80ae65c32
[packages/estraier.git] / estraier.spec
1 Summary:        estraier - a full-text search engine
2 Summary(pl):    estraier - silnik przeszukiwania pe³notekstowego
3 Name:           estraier
4 Version:        1.2.24
5 Release:        1
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://estraier.sourceforge.net/%{name}-%{version}.tar.gz
9 # Source0-md5:  04d81b3ace6364bc08ecfe2da31616c3
10 URL:            http://estraier.sourceforge.net/
11 BuildRequires:  chasen-devel
12 BuildRequires:  kakasi-devel
13 BuildRequires:  zlib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 estraier is a full-text search system for personal use. Full-text
18 search means functions to search lots of documents for some documents
19 including specified words. The principal purpose of Estraier is to
20 realize a full-text search system of a web site. It functions
21 similarly to Google, but for a personal web site or sites in an
22 intranet.
23
24 %description -l pl
25 estraier to system przeszukiwania pe³notekstowego do u¿ytku
26 w³asnego. Przeszukiwanie pe³notekstowe oznacza funkcje do szukania w
27 du¿ej liczbie dokumentów pewnych dokumentów zawieraj±cych okre¶lone
28 s³owa. Zasadniczym celem Straiera jest realizacja systemu
29 przeszukiwania pe³notekstowego dla serwisu WWW. Dzia³a podobnie do
30 Google, ale dla w³asnej strony lub w intranecie.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure \
37         --libexecdir=%{_libdir}/%{name} \
38         --enable-regex \
39         --enable-chasen \
40         --enable-kakasi
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %post   -p /sbin/ldconfig
54 %postun -p /sbin/ldconfig
55
56 %files
57 %defattr(644,root,root,755)
58 %doc ChangeLog README
59 %attr(755,root,root) %{_bindir}/*
60 %{_datadir}/%{name}
61 %dir %{_libdir}/%{name}
62 %attr(755,root,root) %{_libdir}/%{name}/*
This page took 0.055236 seconds and 2 git commands to generate.