]> git.pld-linux.org Git - packages/squid.git/blame - squid.spec
- "s-/usr/lib/-%{_libdir}-"
[packages/squid.git] / squid.spec
CommitLineData
e968fb53
AF
1%define calamaris_ver 2.23
2
bbd3a6ea
AF
3Summary: SQUID Internet Object Cache
4Summary(pl): Uniwersalny proxy-cache
5Name: squid
e968fb53 6Version: 2.2.STABLE2
a2c0915e 7Release: 1
bbd3a6ea 8Copyright: GPL
e968fb53
AF
9Group: Networking/Daemons
10Group(pl): Sieciowe/Serwery
11Source0: ftp://squid.nlanr.net/pub/Squid/squid-2/%{name}-%{version}-src.tar.gz
bbd3a6ea
AF
12Source1: %{name}-1.1.19-faq.tar.gz
13Source2: %{name}.init
e968fb53
AF
14Source3: http://www.detmold.netsurf.de/homepages/cord/tools/squid/calamaris/calamaris-%{calamaris_ver}.tar.gz
15Source4: %{name}.crontab
bbd3a6ea
AF
16Source5: fix.pl
17Source6: %{name}.conf
18Source7: http://cache.is.co.za/squid-docs.tar.gz
e968fb53
AF
19Source8: calamaris.crontab
20Source9: %{name}.sysconfig
bbd3a6ea
AF
21Patch0: %{name}-2.0-make.patch
22Patch1: %{name}-perl.patch
e968fb53
AF
23BuildPrereq: autoconf
24BuildPrereq: perl
25BuildRoot: /tmp/%{name}-%{version}-root
bbd3a6ea 26Prereq: /sbin/chkconfig
e968fb53 27Requires: crontabs
e1baf3c8 28
29%description
30Squid is a high-performance proxy caching server for web clients, supporting
31FTP, gopher, and HTTP data objects. Unlike traditional caching software,
32Squid handles all requests in a single, non-blocking, I/O-driven process.
33
34Squid keeps meta data and especially hot objects cached in RAM, caches DNS
35lookups, supports non-blocking DNS lookups, and implements negative caching
36of failed requests. If you are tight on memory, check out the NOVM version
37of this package.
38
39Squid supports SSL, extensive access controls, and full request logging. By
40using the lightweight Internet Cache Protocol, Squid caches can be arranged
41in a hierarchy or mesh for additional bandwidth savings.
42
43Squid consists of a main server program squid, a Domain Name System lookup
44program dnsserver, a program for retrieving FTP data ftpget, and some
45management and client tools. When squid starts up, it spawns a configurable
46number of dnsserver processes, each of which can perform a single, blocking
47Domain Name System (DNS) lookup. This reduces the amount of time the cache
48waits for DNS lookups.
49
50Squid is derived from the ARPA-funded Harvest project.
51
52%description -l pl
53