]> git.pld-linux.org Git - packages/aspseek.git/blame - aspseek.spec
- use SUSv2-compliant chown syntax (user:group) instead of deprecated
[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
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
0aee3dbf 19BuildRequires: openssl-devel >= 0.9.7
e92f949b
AM
20BuildRequires: mysql-devel
21BuildRequires: libstdc++-devel
08326d23 22BuildRequires: zlib-devel
203fc1d2 23Requires(pre): /bin/id
24Requires(pre): /usr/sbin/useradd
25Requires(postun): /usr/sbin/userdel
5029daf9
JB
26Requires(post): fileutils
27Requires(post,preun): /sbin/chkconfig
28Requires(post,postun): /sbin/ldconfig
5029daf9
JB
29Requires: webserver
30Requires: %{name}-db-%{version}
becae7d1 31Obsoletes: swish++
32Obsoletes: mnogosearch
e92f949b
AM
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%define _sysconfdir /etc/%{name}
36%define _bindir /home/httpd/cgi-bin
08326d23 37%define _pkglibdir %(%{apxs} -q LIBEXECDIR)
e92f949b
AM
38
39%description
40ASPSeek is an Internet search engine, written in C++ using the STL
41library. It consists of an indexing robot, a search daemon, and a CGI
42search frontend. It can index as many as a few million URLs and search
43for words and phrases, use wildcards, and do a Boolean search. Search
44results can be limited to time period given, site or Web space (set of
45sites) and sorted by relevance (some cool techniques are used) or
46date.
47
48ASPSeek is optimized for multiple sites (threaded index, async DNS
49lookups, grouping results by site, Web spaces), but can be used for
50searching one site as well. ASPSeek can work with multiple
51languages/encodings at once (including multibyte encodings such as
52Chinese) due to Unicode storage mode. Other features include stopwords
53and ispell support, a charset and language guesser, HTML templates for
54search results, excerpts, and query words highlighting.
55
56%description -l pl
57ASPSeek jest silnikiem wyszukiwarki Internetowej, napisany w C++ z
58