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