]> git.pld-linux.org Git - packages/aspseek.git/blame - aspseek.spec
- fixed chkconfig --add
[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
cc648b24 9Release: 3
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}
e92f949b
AM
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%define _sysconfdir /etc/%{name}
33%define _bindir /home/httpd/cgi-bin
08326d23 34%define _pkglibdir %(%{apxs} -q LIBEXECDIR)
e92f949b
AM
35
36%description
37ASPSeek is an Internet search engine, written in C++ using the STL
38library. It consists of an indexing robot, a search daemon, and a CGI
39search frontend. It can index as many as a few million URLs and search
40for words and phrases, use wildcards, and do a Boolean search. Search
41results can be limited to time period given, site or Web space (set of
42sites) and sorted by relevance (some cool techniques are used) or
43date.
44
45ASPSeek is optimized for multiple sites (threaded index, async DNS
46lookups, grouping results by site, Web spaces), but can be used for
47searching one site as well. ASPSeek can work with multiple
48languages/encodings at once (including multibyte encodings such as
49Chinese) due to Unicode storage mode. Other features include stopwords
50and ispell support, a charset and language guesser, HTML templates for
51search results, excerpts, and query words highlighting.
52
53%description -l pl
54ASPSeek jest silnikiem wyszukiwarki Internetowej, napisany w C++ z
55