]> git.pld-linux.org Git - packages/squid.git/blob - squid.spec
- fix perl paths in %prep rather in %build
[packages/squid.git] / squid.spec
1 # TODO
2 # - check http://security.gentoo.org/glsa/glsa-200509-06.xml
3 #
4 # Conditional build:
5 %bcond_with     combined_log    # enables apache-like combined log format
6 #
7 Summary:        SQUID Internet Object Cache
8 Summary(es):    proxy/cache para WWW/FTP/gopher
9 Summary(pl):    Uniwersalny serwer proxy-cache
10 Summary(pt_BR): Cache Squid de objetos Internet
11 Summary(ru):    Squid - ËÜÛ ÏÂßÅËÔÏ× Internet
12 Summary(uk):    Squid - ËÅÛ ÏÂ'¤ËԦנInternet
13 Summary(zh_CN): SQUID ¸ßËÙ»º³å´úÀí·þÎñÆ÷
14 Name:           squid
15 Version:        2.5.STABLE12
16 Release:        2
17 Epoch:          7
18 License:        GPL v2
19 Group:          Networking/Daemons
20 Source0:        http://www.squid-cache.org/Versions/v2/2.5/%{name}-%{version}.tar.bz2
21 # Source0-md5:  7354255015b3772a1e024dfac173e48c
22 # http://www.squid-cache.org/Doc/FAQ/FAQ.tar.gz
23 Source1:        %{name}-FAQ.tar.gz
24 # Source1-md5:  cb9a955f8cda9cc166e086fccd412a43
25 Source2:        %{name}.init
26 Source3:        %{name}.sysconfig
27 # http://squid-docs.sourceforge.net/latest/zip-files/book-full-html.zip
28 Source4:        %{name}-book-full-html.zip
29 # Source4-md5:  4f3b6dab1de9cbb847df89d8b417378a
30 Source5:        %{name}.conf.patch
31 Source6:        %{name}.logrotate
32 Source7:        %{name}.pamd
33 # Bug fixes from Squid home page, please include URL
34 Patch0:         http://www.squid-cache.org/Versions/v2/2.5/bugs/squid-2.5.STABLE12-setenv.patch
35 # Other patches:
36 Patch100:       http://www.sed.pl/~mrk/qos/%{name}_hit_miss_mark.patch
37 Patch101:       %{name}-fhs.patch
38 Patch102:       %{name}-location.patch
39 Patch103:       %{name}-domainmatch.patch
40 Patch104:       %{name}-libnsl_fixes.patch
41 Patch105:       %{name}-ac_fix.patch
42 Patch106:       %{name}-crash-on-ENOSPC.patch
43 Patch107:       %{name}-newssl.patch
44 Patch108:       %{name}-nolibs.patch
45 Patch109:       http://piorun.ds.pg.gda.pl/~blues/patches/%{name}-more_FD-new.patch
46 Patch110:       %{name}-empty-referer.patch
47 Patch111:       %{name}-align.patch
48 Patch112:       %{name}-2.5.STABLE4-apache-like-combined-log.patch
49 URL:            http://www.squid-cache.org/
50 BuildRequires:  autoconf
51 BuildRequires:  automake
52 BuildRequires:  cyrus-sasl-devel >= 2.1.0
53 BuildRequires:  openldap-devel
54 BuildRequires:  openssl-devel >= 0.9.7d
55 BuildRequires:  pam-devel
56 BuildRequires:  perl-base
57 BuildRequires:  rpmbuild(macros) >= 1.202
58 BuildRequires:  sed >= 4.0
59 BuildRequires:  unzip
60 PreReq:         rc-scripts >= 0.2.0
61 PreReq:         setup >= 2.4.6
62 Requires(pre):  /bin/id
63 Requires(pre):  /usr/bin/getgid
64 Requires(pre):  /usr/lib/rpm/user_group.sh
65 Requires(pre):  /usr/sbin/groupadd
66 Requires(pre):  /usr/sbin/useradd
67 Requires(post,preun):   /sbin/chkconfig
68 Requires(post): fileutils
69 Requires(post): findutils
70 Requires(post): grep
71 Requires(post): /bin/hostname
72 Requires(postun):       /usr/sbin/groupdel
73 Requires(postun):       /usr/sbin/userdel
74 Provides:       group(squid)
75 Provides:       user(squid)
76 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
77
78 %define         _libexecdir     %{_libdir}/%{name}
79 %define         _sysconfdir     /etc/%{name}
80 %define         _cgidir         /home/services/httpd/cgi-bin
81
82 %description
83 Squid is a high-performance proxy caching server for web clients,
84 supporting FTP, gopher, and HTTP data objects. Unlike traditional
85 caching software, Squid handles all requests in a single,
86 non-blocking, I/O-driven process. Squid keeps meta data and especially
87 hot objects cached in RAM, caches DNS lookups, supports non-blocking
88 DNS lookups, and implements negative caching of failed requests. If
89 you are tight on memory, check out the NOVM version of this package.
90 Squid supports SSL, extensive access controls, and full request
91 logging. By using the lightweight Internet Cache Protocol, Squid
92 caches can be arranged in a hierarchy or mesh for additional bandwidth
93 savings. Squid consists of a main server program squid, a Domain Name
94 System lookup program dnsserver, a program for retrieving FTP data
95 ftpget, and some management and client tools. When squid starts up, it
96 spawns a configurable number of dnsserver processes, each of which can
97 perform a single, blocking Domain Name System (DNS) lookup. This
98 reduces the amount of time the cache waits for DNS lookups. Squid is
99 derived from the ARPA-funded Harvest project.
100
101 %description -l es
102 Squid es un servidor proxy con caché de alto desempeño para clientes
103 web, soportando FTP, gopher y HTTP. Diferentemente de softwares
104 tradicionales de caché squid manipula todas las requisiciones en un
105 único proceso sin bloqueos, direccionado a E/S. Mantienen metadatos y
106 objetos frecuentemente pedidos en uno caché en memoria RAM. Hace caché
107 de resoluciones DNS, soporta resoluciones DNS sin bloqueo y implementa
108 un caché negativo de requisiciones que fallen. Si tiene poca memoria
109 da un vistazo en la versión NOVM de este paquete. También soporta SSL,
110 controles extensivos de acceso y registro (log) completo de las
111 requisiciones. Usando el ligero Protocolo de Caches Internet (ICP)
112 puede ser usado en una jerarquía de servidores para mayor ahorro de la
113 banda de comunicación. Está compuesto del programa squid (servidor
114 principal), del programa dnsserver (para resolución DNS), del programa
115 ftpget (para transmisiones ftp) y otras herramientas clientes y para
116 administración. Cuando squid se inicia, dispara un número configurable
117 de procesos dnsserver, cada uno pudiendo ejecutar solamente una
118 resolución DNS con poder de bloquear. Esto reduce el tiempo que el
119 caché espera por resoluciones DNS. Fue derivado del proyecto Harvest,
120 financiado por la ARPA.
121
122 %description -l pl
123 Squid jest wysoce wydajnym serwerem proxy-cache dla przegl±darek WWW,
124 klientów FTP i gopher. Squid przechowuje najczê¶ciej pobierane dane w
125 pamiêci RAM i zapamiêtuje odwo³ania do DNS. Squid oferuje wsparcie dla
126 SSL, rozbudowan± kontrolê dostêpu oraz pe³ne rejestrowanie pobieranych
127 danych. Dziêki u¿yciu protoko³u ICP (Internet Cache Protocol), serwer
128 squid mo¿na ³±czyæ w hierarchiê, zwiêkszaj±c ich efektywno¶æ. Pakiet
129 squid obejmuje: g³ówny program serwera squid, program dostarczaj±cy
130 informacji z DNS dnsserver, program odbieraj±cy dane FTP ftpget, oraz
131 pomocnicze programy do zarz±dzania. Squid wywodzi siê ze
132 sponsorowanego przez ARPA projektu Harvest.
133
134 %description -l pt_BR
135 O Squid é um servidor proxy com cache de alta performance para
136 clientes web, suportando FTP, gopher e HTTP. Diferentemente de
137 softwares tradicionais de cache o squid manipula todas as requisições
138 em um único processo sem bloqueios, direcionado a E/S.
139
140 Mantém meta dados e objetos freqüentemente pedidos num cache em
141 memória RAM. Faz cache de resoluções DNS, suporta resoluções DNS sem
142 bloqueio e implementa um cache negativo de requisições que falharem.
143 Se você tem pouca memória dê uma olhada na versão NOVM deste pacote.
144
145 Também suporta SSL, controles extensivos de acesso e registro (log)
146 completo das requisições. Usando o leve Protocolo de Caches Internet
147 (ICP) ele pode ser usado em uma hierarquia de servidores para maior
148 economia de banda de comunicação.
149
150 Ele consiste do programa squid (servidor principal), do programa
151 dnsserver (para resolução DNS), do programa ftpget (para transmissões
152 ftp) e outras ferramentas clientes e para gerenciamento. Quando o
153 squid é inicializado ele dispara um número configurável de processos
154 dnsserver, cada um podendo executar somente uma resolução DNS
155 bloqueante. Isto reduz o tempo que o cache espera por resoluções DNS.
156
157 Foi derivado do projeto Harvest, financiado pela ARPA.
158
159 %description -l ru
160 Squid - ÜÔÏ ×ÙÓÏËÏÐÒÏÉÚ×ÏÄÉÔÅÌØÎÙÊ ËÜÛÉÒÕÀÝÉÊ ÐÒÏËÓÉ-ÓÅÒ×ÅÒ ÄÌÑ
161 ËÌÉÅÎÔÏ× web, ÐÏÄÄÅÒÖÉ×ÁÀÝÉÊ ÏÂßÅËÔÙ ÄÁÎÎÙÈ ÔÉÐÁ FTP, gopher É HTTP. ÷
162 ÏÔÌÉÞÉÅ ÏÔ ÔÒÁÄÉÃÉÏÎÎÙÈ ËÜÛÉÒÕÀÝÉÈ ÐÒÏÇÒÁÍÍ, Squid ÏÂÒÁÂÁÔÙ×ÁÅÔ ×ÓÅ
163 ÚÁÐÒÏÓÙ ÐÒÉ ÐÏÍÏÝÉ ÏÄÎÏÇÏ ÎÅÂÌÏËÉÒÕÀÝÅÇÏÓÑ, ÕÐÒÁ×ÌÑÅÍÏÇÏ
164 ××ÏÄÏÍ-×Ù×ÏÄÏÍ ÐÒÏÃÅÓÓÁ.
165
166 üÔÏÔ ÐÁËÅÔ ÉÍÅÅÔ ×ÓÔÒÏÅÎÎÕÀ ÐÏÄÄÅÒÖËÕ ÂÁÚÙ ÄÁÎÎÙÈ ÓÅÔÅ×ÙÈ ICMP-ÐÒÏÂ
167 (Netdb).
168
169 %description -l uk
170 Squid - ÃÅ ËÅÛÕÀÞÉÊ ÐÒÏËÓ¦-ÓÅÒ×ÅÒ ÄÌÑ web-Ë̦¤ÎÔ¦×, ÝϠЦÄÔÒÉÍÕ¤
171 ÏÂ'¤ËÔÉ ÄÁÎÉÈ ÔÉÐÕ FTP, gopher ÔÁ HTTP. îÁ ×¦ÄͦÎՠצĠÔÒÁÄÉæÊÎÉÈ
172 ËÅÛÕÀÞÉÈ ÐÒÏÇÒÁÍ, Squid ÏÂÒÏÂÌѤ ×Ó¦ ÚÁÐÉÔÉ ÚÁ ÄÏÐÏÍÏÇÏÀ ÏÄÎÏÇÏ
173 ÎÅÂÌÏËÕÀÞÏÇÏ, ËÅÒÏ×ÁÎÏÇÏ ××ÏÄÏÍ-×É×ÏÄÏÍ ÐÒÏÃÅÓÕ.
174
175 ãÅÊ ÐÁËÅÔ ÍÁ¤ ×ÂÕÄÏ×ÁÎՠЦÄÔÒÉÍËÕ ÂÁÚÉ ÄÁÎÉÈ ÍÅÒÅÖÅ×ÉÈ ICMP-ÐÒÏÂ
176 (Netdb).
177
178 %package cachemgr
179 Summary:        CGI script for Squid management
180 Summary(pl):    Skrypt CGI do zarz±dzania Squidem przez WWW
181 Group:          Networking/Admin
182 Requires:       %{name} = %{epoch}:%{version}-%{release}
183 Requires:       httpd
184
185 %description cachemgr
186 Cachemgr.cgi is a CGI script that allows administrator to chceck
187 various informations about Squid via WWW.
188
189 %description cachemgr -l pl
190 Cachemgr.cgi jest skryptem CGI, który pozwala administratorowi
191 zapoznaæ siê z informacjami o pracy Squida poprzez WWW.
192
193 %package ldap_auth
194 Summary:        LDAP authentication helper for Squid
195 Summary(pl):    Obs³uga uwierzytelniania LDAP dla squida
196 Group:          Networking/Admin
197 Requires:       %{name} = %{epoch}:%{version}-%{release}
198
199 %description ldap_auth
200 This Squid helper allows authentication against LDAP directories using
201 the "simple authentication" (plain-text).
202
203 %description ldap_auth -l pl
204 Pakiet ten pozwala na uwierzytelnianie przez LDAP za pomoc± prostego
205 uwierzytelniania (otwartym tekstem).
206
207 %package pam_auth
208 Summary:        PAM authentication helper for Squid
209 Summary(pl):    Obs³uga uwierzytelniania PAM dla squida
210 Group:          Networking/Admin
211 Requires:       %{name} = %{epoch}:%{version}-%{release}
212 Requires:       pam >= 0.77.3
213
214 %description pam_auth
215 This program authenticates users against a PAM configured
216 authentication service "squid". This allows you to authenticate Squid
217 users to any authentication source for which you have a PAM module.
218
219 %description pam_auth -l pl
220 Program ten pozwala na uwierzytelnianie u¿ytkowników squida w dowolnym
221 ¼ródle posiadaj±cym modu³ PAM.
222
223 %package smb_auth
224 Summary:        SMB authentication helper for Squid
225 Summary(pl):    Obs³uga uwierzytelniania SMB dla squida
226 Group:          Networking/Admin
227 Requires:       %{name} = %{epoch}:%{version}-%{release}
228
229 %description smb_auth
230 This is a proxy authentication module. With smb_auth you can
231 authenticate proxy users against an SMB server like Windows NT or
232 Samba.
233
234 %description smb_auth -l pl
235 To jest modu³ uwierzytelniania proxy. Przy pomocy smb_auth mo¿na
236 uwierzytelniaæ u¿ytkowników proxy na serwerach SMB, jak Windows NT czy
237 Samba.
238
239 %package msnt_auth
240 Summary:        MSNT domain authentication helper for Squid
241 Summary(pl):    Obs³uga uwierzytelniania w domenie MSNT dla squida
242 Group:          Networking/Admin
243 Requires:       %{name} = %{epoch}:%{version}-%{release}
244
245 %description msnt_auth
246 This is an authentication module for the Squid proxy server to
247 authenticate users on an NT domain.
248
249 %description msnt_auth -l pl
250 Jest to modu³ uwierzytelniania proxy, który pozwala na
251 uwierzytelnianie u¿ytkowników proxy w domenie NT.
252
253 %package yp_auth
254 Summary:        YP authentication helper for Squid
255 Summary(pl):    Obs³uga uwierzytelniania YP dla squida
256 Group:          Networking/Admin
257 Requires:       %{name} = %{epoch}:%{version}-%{release}
258
259 %description yp_auth
260 This is an authentication module for the Squid proxy server to
261 authenticate users on YP.
262
263 %description yp_auth -l pl
264 Jest to modu³ uwierzytelniania proxy, który pozwala na
265 uwierzytelnianie u¿ytkowników proxy poprzez YP.
266
267 %package ncsa_auth
268 Summary:        NCSA httpd style authentication helper for Squid
269 Summary(pl):    Obs³uga uwierzytelniania NCSA httpd dla squida
270 Group:          Networking/Admin
271 Requires:       %{name} = %{epoch}:%{version}-%{release}
272
273 %description ncsa_auth
274 This module uses a NCSA httpd style password file for authentication.
275
276 %description ncsa_auth -l pl
277 Modu³ uwierzytelniania proxy u¿ywaj±cy pliku hase³ jak w NCSA httpd.
278
279 %package sasl_auth
280 Summary:        SASL authentication helper for Squid
281 Summary(pl):    Obs³uga uwierzytelniania SASL dla squida
282 Group:          Networking/Admin
283 Requires:       %{name} = %{epoch}:%{version}-%{release}
284
285 %description sasl_auth
286 This is an authentication module for the Squid proxy server to
287 authenticate users via SASL.
288
289 %description sasl_auth -l pl
290 Jest to modu³ uwierzytelniania proxy, który pozwala na
291 uwierzytelnianie u¿ytkowników proxy poprzez SASL.
292
293 %package winbind_auth
294 Summary:        WINBIND authentication helper for Squid
295 Summary(pl):    Obs³uga uwierzytelniania WINBIND dla squida
296 Group:          Networking/Admin
297 Requires:       %{name} = %{epoch}:%{version}-%{release}
298
299 %description winbind_auth
300 This is an authentication module for the Squid proxy server to
301 authenticate users via WINBIND.
302
303 %description winbind_auth -l pl
304 Jest to modu³ uwierzytelniania proxy, który pozwala na
305 uwierzytelnianie u¿ytkowników proxy poprzez WINBIND.
306
307 %package getpwname_auth
308 Summary:        getpwname authentication helper for Squid
309 Summary(pl):    Obs³uga uwierzytelniania getpwname dla squida
310 Group:          Networking/Admin
311 Requires:       %{name} = %{epoch}:%{version}-%{release}
312
313 %description getpwname_auth
314 This is an authentication module for the Squid proxy server to
315 authenticate users using getpwname.
316
317 %description getpwname_auth -l pl
318 Jest to modu³ uwierzytelniania proxy, który pozwala na
319 uwierzytelnianie u¿ytkowników proxy poprzez getpwname.
320
321 %package passwd_auth
322 Summary:        passwd authentication helper for Squid
323 Summary(pl):    Obs³uga uwierzytelniania passwd dla squida
324 Group:          Networking/Admin
325 Requires:       %{name} = %{epoch}:%{version}-%{release}
326
327 %description passwd_auth
328 This is an authentication module for the Squid proxy server to
329 authenticate users with separate passwd file.
330
331 %description passwd_auth -l pl
332 Jest to modu³ uwierzytelniania proxy, który pozwala na
333 uwierzytelnianie u¿ytkowników proxy poprzez oddzielny plik passwd.
334
335 %package ntlm_auth
336 Summary:        NTLM authentication helper for Squid
337 Summary(pl):    Obs³uga uwierzytelniania NTLM dla squida
338 Group:          Networking/Admin
339 Requires:       %{name} = %{epoch}:%{version}-%{release}
340
341 %description ntlm_auth
342 This is an authentication module for the Squid proxy server to
343 authenticate users on NTLM.
344
345 %description ntlm_auth -l pl
346 Jest to modu³ uwierzytelniania proxy, który pozwala na
347 uwierzytelnianie u¿ytkowników proxy poprzez NTLM.
348
349 %package ip_acl
350 Summary:        IP external ACL helper for Squid
351 Summary(pl):    Wsparcie kontroli dostêpu przez IP dla squida
352 Group:          Networking/Admin
353 Requires:       %{name} = %{epoch}:%{version}-%{release}
354
355 %description ip_acl
356 This is an external ACL module for the Squid proxy server to limit
357 access for users based on IP address.
358
359 %description ip_acl -l pl
360 Jest to modu³ kontroli dostêpu (ACL) do proxy, który pozwala na
361 ograniczenie dostêpu u¿ytkowników proxy na podstawie ich adresu IP.
362
363 %package ldap_acl
364 Summary:        LDAP group external ACL helper for Squid
365 Summary(pl):    Wsparcie kontroli dostêpu przez grupy LDAP dla squida
366 Group:          Networking/Admin
367 Requires:       %{name} = %{epoch}:%{version}-%{release}
368
369 %description ldap_acl
370 This is an external ACL module for the Squid proxy server to limit
371 access for users based on LDAP group membership.
372
373 %description ldap_acl -l pl
374 Jest to modu³ kontroli dostêpu (ACL) do proxy, który pozwala na
375 ograniczenie dostêpu u¿ytkowników proxy na podstawie ich
376 przynale¿no¶ci do grup LDAP.
377
378 %package unix_acl
379 Summary:        UNIX group external ACL helper for Squid
380 Summary(pl):    Wsparcie kontroli dostêpu przez grupy UNIX dla squida
381 Group:          Networking/Admin
382 Requires:       %{name} = %{epoch}:%{version}-%{release}
383
384 %description unix_acl
385 This is an external ACL module for the Squid proxy server to limit
386 access for users based on UNIX group membership.
387
388 %description unix_acl -l pl
389 Jest to modu³ kontroli dostêpu (ACL) do proxy, który pozwala na
390 ograniczenie dostêpu u¿ytkowników proxy na podstawie ich
391 przynale¿no¶ci do grup UNIX.
392
393 %package wbinfo_acl
394 Summary:        NT domain group external ACL helper for Squid
395 Summary(pl):    Wsparcie kontroli dostêpu przez grupy w domenie NT dla squida
396 Group:          Networking/Admin
397 Requires:       %{name} = %{epoch}:%{version}-%{release}
398
399 %description wbinfo_acl
400 This is an external ACL module for the Squid proxy server to limit
401 access for users based on NT domain group membership using wbinfo.
402
403 %description wbinfo_acl -l pl
404 Jest to modu³ kontroli dostêpu (ACL) do proxy, który pozwala na
405 ograniczenie dostêpu u¿ytkowników proxy na podstawie ich
406 przynale¿no¶ci do grup w domenie NT przy u¿yciu wbinfo.
407
408 %package winbind_acl
409 Summary:        NT domain group external ACL helper for Squid
410 Summary(pl):    Wsparcie kontroli dostêpu przez grupy w domenie NT dla squida
411 Group:          Networking/Admin
412 Requires:       %{name} = %{epoch}:%{version}-%{release}
413
414 %description winbind_acl
415 This is an external ACL module for the Squid proxy server to limit
416 access for users based on NT domain group membership based on Samba
417 Winbindd from Samba 2.2.4 or greater.
418
419 %description winbind_acl -l pl
420 Jest to modu³ kontroli dostêpu (ACL) do proxy, który pozwala na
421 ograniczenie dostêpu u¿ytkowników proxy na podstawie ich
422 przynale¿no¶ci do grup w domenie NT oparty na Samba Winbindd z pakietu
423 Samba 2.2.4 lub wy¿szego.
424
425 %prep
426 %setup -q -a1 -a4
427 # Bug fixes from Squid home page:
428 %patch0 -p1
429 # Other patches:
430 %patch100 -p1
431 %patch101 -p1
432 %patch102 -p1
433 %patch103 -p1
434 %patch104 -p1
435 %patch105 -p1
436 %patch106 -p1
437 %patch107 -p1
438 %patch108 -p1
439 %patch109 -p1
440 %patch110 -p1
441 %patch111 -p1
442 %{?with_combined_log:%patch112 -p1}
443
444 %{__sed} -i -e '1s#!.*bin/perl#!%{__perl}#' {contrib,scripts,helpers/*/*}/*.pl
445
446 %build
447 %{__aclocal}
448 %{__autoconf}
449 %{__automake}
450 %configure \
451         --datadir=%{_datadir}/squid \
452         --disable-ipf-transparent \
453         --enable-arp-acl \
454         --enable-auth=yes \
455         --enable-basic-auth-helpers=yes \
456         --enable-cache-digests \
457         --enable-carp \
458         --enable-delay-pools \
459         --enable-digest-auth-helpers=yes \
460         --enable-err-language=English \
461         --enable-external-acl-helpers=yes \
462         --enable-forw-via-db \
463         --enable-htcp \
464         --enable-icmp \
465         --enable-linux-netfilter \
466         --enable-ntlm-auth-helpers=yes \
467         --enable-referer-log \
468         --enable-removal-policies="lru heap" \
469         --enable-ssl \
470         --enable-snmp \
471         --enable-storeio="aufs,coss,diskd,null,ufs" \
472         --enable-underscores \
473         --enable-useragent-log \
474         --enable-x-accelerator-vary \
475         --localstatedir=/var \
476         --sysconfdir=%{_sysconfdir} \
477         --with-pthreads
478
479 %{__make}
480
481 %install
482 rm -rf $RPM_BUILD_ROOT
483 install -d $RPM_BUILD_ROOT%{_cgidir} \
484         $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,security,sysconfig,logrotate.d} \
485         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir},%{_libexecdir}/contrib} \
486         $RPM_BUILD_ROOT%{_mandir}/man8 \
487         $RPM_BUILD_ROOT%{_datadir}/squid \
488         $RPM_BUILD_ROOT/var/{cache,log{,/archiv}}/squid
489
490 %{__make} install \
491         DESTDIR=$RPM_BUILD_ROOT
492
493 cp -a contrib/*.pl $RPM_BUILD_ROOT%{_libexecdir}/contrib
494 install scripts/*.pl $RPM_BUILD_ROOT%{_libexecdir}
495
496 install %{SOURCE7} $RPM_BUILD_ROOT/etc/pam.d/squid
497 touch $RPM_BUILD_ROOT/etc/security/blacklist.squid
498
499 mv -f $RPM_BUILD_ROOT%{_libdir}/squid/cachemgr.cgi $RPM_BUILD_ROOT%{_cgidir}
500
501 cd $RPM_BUILD_ROOT/etc/squid
502 cp -f squid.conf{,.default}
503 patch -p0 < %{SOURCE5}
504 cd -
505
506 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/squid
507 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/squid
508 install %{SOURCE6} $RPM_BUILD_ROOT/etc/logrotate.d/squid
509
510 touch $RPM_BUILD_ROOT/var/log/squid/{access,cache,store}.log
511
512 # These two files start squid. They are replaced by /etc/rc.d/init.d script.
513 rm -f $RPM_BUILD_ROOT%{_bindir}/R*
514
515 # cp, to have re-entrant install
516 rm -rf docs
517 cp -a doc docs
518 # dunno why, but manual is not installed
519 mv docs/squid.8 $RPM_BUILD_ROOT%{_mandir}/man8
520 # We don't want Makefiles as docs...
521 rm -f docs/Makefile*
522
523 # We don't like message: rpm found unpackaged files ...
524 rm -f $RPM_BUILD_ROOT/etc/squid/msntauth.conf.default \
525         $RPM_BUILD_ROOT/etc/squid/squid.conf.orig
526
527 > $RPM_BUILD_ROOT/var/cache/squid/netdb_state
528 > $RPM_BUILD_ROOT/var/cache/squid/swap.state
529 > $RPM_BUILD_ROOT/var/cache/squid/swap.state.clean
530 > $RPM_BUILD_ROOT/var/cache/squid/swap.state.last-clean
531
532 %clean
533 rm -rf $RPM_BUILD_ROOT
534
535 %triggerpostun -- squid < 7:2.5.STABLE7-5
536 %addusertogroup stats squid
537
538 %pre
539 %groupadd -g 91 squid
540 %useradd -o -u 91 -s /bin/false -g squid -c "SQUID http caching daemon" -d /var/cache/squid squid
541 %addusertogroup stats squid
542
543 [ -L %{_datadir}/squid/errors ] && rm -f %{_datadir}/squid/errors || :
544
545 %post
546 if ! grep -q "^visible_hostname" /etc/squid/squid.conf; then
547         hostname=`/bin/hostname -f 2>/dev/null` || hostname='localhost'
548         echo visible_hostname $hostname >> /etc/squid/squid.conf
549 fi
550
551 if [ "$1" = "1" ]; then
552         /sbin/chkconfig --add squid
553         /etc/rc.d/init.d/squid init >&2
554         echo "Run \"/etc/rc.d/init.d/squid start\" to start squid." >&2
555 else
556         if [ -f /var/lock/subsys/squid ]; then
557                 /etc/rc.d/init.d/squid restart >&2
558         fi
559 fi
560
561 %preun
562 if [ "$1" = "0" ]; then
563         if [ -f /var/lock/subsys/squid ]; then
564                 /etc/rc.d/init.d/squid stop >&2
565         fi
566         /sbin/chkconfig --del squid
567
568         # nuke squid cache if uninstalling
569         rm -rf /var/cache/squid/??
570 fi
571
572 %postun
573 if [ "$1" = "0" ]; then
574         %userremove squid
575         %groupremove squid
576 fi
577
578 %files
579 %defattr(644,root,root,755)
580 %doc CONTRIBUTORS COPYRIGHT CREDITS README ChangeLog QUICKSTART RELEASENOTES.html SPONSORS
581 %doc docs/* src/mib.txt FAQ*.html book-full.html
582 %attr(755,root,root) %{_bindir}/squidclient
583 %attr(755,root,root) %{_libexecdir}/diskd
584 # YES, it has to be suid root, it sends ICMP packets.
585 %attr(4754,root,squid) %{_libexecdir}/pinger
586 %attr(755,root,root) %{_libexecdir}/unlinkd
587 %attr(755,root,root) %{_libexecdir}/fakeauth_auth
588 %attr(755,root,root) %{_sbindir}/*
589
590 %attr(755,root,root) %dir %{_sysconfdir}
591
592 %attr(754,root,root) /etc/rc.d/init.d/squid
593 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/squid
594 %attr(640,root,squid) %config(noreplace) /etc/sysconfig/squid
595 %attr(640,root,squid) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/squid.conf
596 %attr(640,root,squid) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.conf
597 %attr(640,root,root) %{_sysconfdir}/mime.conf.default
598 %attr(640,root,root) %{_sysconfdir}/squid.conf.default
599
600 %dir %{_datadir}/squid
601 %dir %{_datadir}/squid/errors
602 %{_datadir}/squid/icons
603 %{_datadir}/squid/mib.txt
604 %lang(bg) %{_datadir}/squid/errors/Bulgarian
605 %lang(ca) %{_datadir}/squid/errors/Catalan
606 %lang(cs) %{_datadir}/squid/errors/Czech
607 %lang(da) %{_datadir}/squid/errors/Danish
608 %lang(nl) %{_datadir}/squid/errors/Dutch
609 %{_datadir}/squid/errors/English
610 %lang(et) %{_datadir}/squid/errors/Estonian
611 %lang(fi) %{_datadir}/squid/errors/Finnish
612 %lang(fr) %{_datadir}/squid/errors/French
613 %lang(de) %{_datadir}/squid/errors/German
614 %lang(el) %{_datadir}/squid/errors/Greek
615 %lang(he) %{_datadir}/squid/errors/Hebrew
616 %lang(hu) %{_datadir}/squid/errors/Hungarian
617 %lang(it) %{_datadir}/squid/errors/Italian
618 %lang(ja) %{_datadir}/squid/errors/Japanese
619 %lang(ko) %{_datadir}/squid/errors/Korean
620 %lang(lt) %{_datadir}/squid/errors/Lithuanian
621 %lang(pl) %{_datadir}/squid/errors/Polish
622 %lang(pt) %{_datadir}/squid/errors/Portuguese
623 %lang(ro) %{_datadir}/squid/errors/Romanian
624 %lang(ru) %{_datadir}/squid/errors/Russian-1251
625 %lang(ru) %{_datadir}/squid/errors/Russian-koi8-r
626 %lang(zh_CN) %{_datadir}/squid/errors/Simplify_Chinese
627 %lang(sk) %{_datadir}/squid/errors/Slovak
628 %lang(es) %{_datadir}/squid/errors/Spanish
629 %lang(sr) %{_datadir}/squid/errors/Serbian
630 %lang(sv) %{_datadir}/squid/errors/Swedish
631 %lang(zh_TW) %{_datadir}/squid/errors/Traditional_Chinese
632 %lang(tr) %{_datadir}/squid/errors/Turkish
633
634 %attr(755,root,root) %dir %{_libexecdir}
635 %attr(755,root,root) %{_libexecdir}/*.pl
636 %attr(755,root,root) %{_libexecdir}/contrib
637
638 %attr(770,root,squid) %dir /var/log/archiv/squid
639 %attr(770,root,squid) %dir /var/log/squid
640 %attr(660,root,squid) %ghost /var/log/squid/*
641
642 %attr(770,root,squid) %dir /var/cache/squid
643 %ghost /var/cache/squid/netdb_state
644 %ghost /var/cache/squid/swap.state
645 %ghost /var/cache/squid/swap.state.clean
646 %ghost /var/cache/squid/swap.state.last-clean
647 %{_mandir}/man8/squid.8*
648
649 %files cachemgr
650 %defattr(644,root,root,755)
651 %attr(640,root,squid) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cachemgr.conf
652 %attr(755,root,root) %{_cgidir}/*
653 %{_mandir}/man8/cachemgr.cgi.8*
654
655 %files ldap_auth
656 %defattr(644,root,root,755)
657 %doc helpers/basic_auth/LDAP/README
658 %attr(755,root,root) %{_libexecdir}/%{name}_ldap_auth
659 %{_mandir}/man8/%{name}_ldap_auth.*
660
661 %files pam_auth
662 %defattr(644,root,root,755)
663 %doc helpers/basic_auth/PAM/pam_auth.c
664 %config(noreplace) /etc/pam.d/squid
665 %config(noreplace) /etc/security/blacklist.squid
666 %attr(755,root,root) %{_libexecdir}/pam_auth
667 %{_mandir}/man8/pam_auth.8*
668
669 %files smb_auth
670 %defattr(644,root,root,755)
671 %doc helpers/basic_auth/SMB/{README,ChangeLog,smb_auth.sh}
672 %doc helpers/basic_auth/multi-domain-NTLM/*
673 %attr(755,root,root) %{_libexecdir}/smb_auth*
674
675 %files msnt_auth
676 %defattr(644,root,root,755)
677 %doc helpers/basic_auth/MSNT/README*
678 %attr(755,root,root) %{_libexecdir}/msnt_auth
679 %attr(640,root,squid) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/msntauth.conf
680
681 %files yp_auth
682 %defattr(644,root,root,755)
683 %attr(755,root,root) %{_libexecdir}/yp_auth
684
685 %files ncsa_auth
686 %defattr(644,root,root,755)
687 %attr(755,root,root) %{_libexecdir}/ncsa_auth
688
689 %files sasl_auth
690 %defattr(644,root,root,755)
691 %doc helpers/basic_auth/SASL/{README,squid_sasl*}
692 %attr(755,root,root) %{_libexecdir}/sasl_auth
693
694 %files winbind_auth
695 %defattr(644,root,root,755)
696 %attr(755,root,root) %{_libexecdir}/wb_auth
697
698 %files getpwname_auth
699 %defattr(644,root,root,755)
700 %attr(755,root,root) %{_libexecdir}/getpwname_auth
701
702 %files passwd_auth
703 %defattr(644,root,root,755)
704 %attr(755,root,root) %{_libexecdir}/digest_pw_auth
705
706 %files ntlm_auth
707 %defattr(644,root,root,755)
708 %doc helpers/ntlm_auth/no_check/{README*,no_check.pl}
709 %attr(755,root,root) %{_libexecdir}/wb_ntlmauth
710 %attr(755,root,root) %{_libexecdir}/ntlm_auth
711
712 %files ip_acl
713 %defattr(644,root,root,755)
714 %doc helpers/external_acl/ip_user/{README,example*}
715 %attr(755,root,root) %{_libexecdir}/ip_user_check
716
717 %files ldap_acl
718 %defattr(644,root,root,755)
719 %attr(755,root,root) %{_libexecdir}/squid_ldap_group
720 %{_mandir}/man8/%{name}_ldap_group.*
721
722 %files unix_acl
723 %defattr(644,root,root,755)
724 %doc helpers/external_acl/unix_group/README
725 %attr(755,root,root) %{_libexecdir}/squid_unix_group
726 %{_mandir}/man8/%{name}_unix_group.*
727
728 %files wbinfo_acl
729 %defattr(644,root,root,755)
730 %attr(755,root,root) %{_libexecdir}/wbinfo_group.pl
731
732 %files winbind_acl
733 %defattr(644,root,root,755)
734 %doc helpers/external_acl/winbind_group/readme.txt
735 %attr(755,root,root) %{_libexecdir}/wb_group
This page took 0.48972 seconds and 4 git commands to generate.