]> git.pld-linux.org Git - packages/aspseek.git/blame - aspseek.spec
- sorted BRs
[packages/aspseek.git] / aspseek.spec
CommitLineData
08326d23
AM
1# TODO:
2# - split into indexer and client?
3# - running indexer from cron?
625d9c47 4%define apxs /usr/sbin/apxs
e92f949b
AM
5Summary: Advanced Internet search engine
6Summary(pl): Silnik zaawansowanej wyszukiwarki Internetowej
7Name: aspseek
8Version: 1.2.8
0a4a4e9d 9Release: 7
e92f949b
AM
10License: GPL
11Group: Networking/Utilities
e92f949b 12Source0: http://www.aspseek.org/pkg/src/1.2.8/%{name}-%{version}.tar.gz
875aed1f 13# Source0-md5: 0660b6b0d45d37c7a53c7e1c40cae002
08326d23
AM
14Source1: %{name}-mod_aspseek.conf
15Source2: %{name}.init
cc648b24 16Patch0: %{name}-types.patch
e92f949b 17URL: http://www.aspseek.org/
08326d23 18BuildRequires: apache(EAPI)-devel
e92f949b 19BuildRequires: libstdc++-devel
7e7033d7 20BuildRequires: mysql-devel
21BuildRequires: openssl-devel >= 0.9.7d
7937dc92 22BuildRequires: rpmbuild(macros) >= 1.159
08326d23 23BuildRequires: zlib-devel
e568d047 24Requires(pre): /bin/id
25Requires(pre): /usr/sbin/useradd
26Requires(postun): /usr/sbin/userdel
5029daf9
JB
27Requires(post): fileutils
28Requires(post,preun): /sbin/chkconfig
29Requires(post,postun): /sbin/ldconfig
5029daf9
JB
30Requires: webserver
31Requires: %{name}-db-%{version}
7937dc92 32Provides: user(aspseek)
becae7d1 33Obsoletes: swish++
34Obsoletes: mnogosearch
e92f949b
AM
35BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37%define _sysconfdir /etc/%{name}
38%define _bindir /home/httpd/cgi-bin
625d9c47 39%define _pkglibdir %(%{apxs} -q LIBEXECDIR)
e92f949b
AM
40
41%description
42ASPSeek is an Internet search engine, written in C++ using the STL
43library. It consists of an indexing robot, a search daemon, and a CGI
44search frontend. It can index as many as a few million URLs and search
45for words and phrases, use wildcards, and do a Boolean search. Search
46results can be limited to time period given, site or Web space (set of
47sites) and sorted by relevance (some cool techniques are used) or
48date.
49
50ASPSeek is optimized for multiple sites (threaded index, async DNS
51lookups, grouping results by site, Web spaces), but can be used for
52searching one site as well. ASPSeek can work with multiple
53languages/encodings at once (including multibyte encodings such as
54Chinese) due to Unicode storage mode. Other features include stopwords
55and ispell support, a charset and language guesser, HTML templates for
56search results, excerpts, and query words highlighting.
57
58%description -l pl
59ASPSeek jest silnikiem wyszukiwarki Internetowej, napisany w C++ z
60