]> git.pld-linux.org Git - packages/squid.git/blame - squid.spec
- %desc
[packages/squid.git] / squid.spec
CommitLineData
bbd3a6ea 1Summary: SQUID Internet Object Cache
c4d1c114 2Summary(pl): Uniwersalny proxy-cache server
bbd3a6ea 3Name: squid
d9cb9535 4Version: 2.4.STABLE3
5Release: 1
688434c4 6Epoch: 6
8f00d34a 7License: GPL
36fddb2a 8Group: Networking/Daemons
4dc42b89 9Group(de): Netzwerkwesen/Server
36fddb2a 10Group(pl): Sieciowe/Serwery
dad16a56 11Source0: http://www.squid-cache.org/Versions/v2/2.4/%{name}-%{version}-src.tar.gz
bbd3a6ea
AF
12Source1: %{name}-1.1.19-faq.tar.gz
13Source2: %{name}.init
29ca562c 14Source3: %{name}.sysconfig
8f00d34a 15Source4: http://cache.is.co.za/%{name}-docs.tar.gz
590e6457 16Source5: %{name}.conf.patch
27a7ed0d 17Source6: %{name}.logrotate
dae9f88a
PG
18Patch10: %{name}-perl.patch
19Patch11: %{name}-linux.patch
20Patch12: %{name}-fhs.patch
21Patch13: %{name}-location.patch
22Patch14: %{name}-domainmatch.patch
23Patch15: %{name}-libnsl_fixes.patch
7488bd27 24BuildRequires: autoconf
29294f93 25BuildRequires: openldap-devel
26BuildRequires: pam-devel
8acaa3f5
TP
27PreReq: rc-scripts >= 0.2.0
28PreReq: /sbin/chkconfig
f01c9d57 29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e1baf3c8 30
7480ed4d
AF
31%define _libexecdir %{_libdir}/%{name}
32%define _sysconfdir /etc/%{name}
33
e1baf3c8 34%description
36fddb2a 35Squid is a high-performance proxy caching server for web clients,
36supporting FTP, gopher, and HTTP data objects. Unlike traditional
37caching software, Squid handles all requests in a single,
38non-blocking, I/O-driven process. Squid keeps meta data and especially
39hot objects cached in RAM, caches DNS lookups, supports non-blocking
40DNS lookups, and implements negative caching of failed requests. If
41you are tight on memory, check out the NOVM version of this package.
42Squid supports SSL, extensive access controls, and full request
43logging. By using the lightweight Internet Cache Protocol, Squid
8f00d34a 44caches can be arranged in a hierarchy or mesh for additional bandwidth
36fddb2a 45savings. Squid consists of a main server program squid, a Domain Name
46System lookup program dnsserver, a program for retrieving FTP data
47ftpget, and some management and client tools. When squid starts up, it
48spawns a configurable number of dnsserver processes, each of which can
49perform a single, blocking Domain Name System (DNS) lookup. This
50reduces the amount of time the cache waits for DNS lookups. Squid is
51derived from the ARPA-funded Harvest project.
e1baf3c8 52
53%description -l pl
54