]> git.pld-linux.org Git - packages/apache1-mod_throttle.git/blob - apache1-mod_throttle.spec
- massive attack: adding Source-md5
[packages/apache1-mod_throttle.git] / apache1-mod_throttle.spec
1 %define         apxs    /usr/sbin/apxs
2 Summary:        Bandwidth & Request Throttling for Apache
3 Summary(cs):    Omezení sí»ového provozu pro Apache
4 Summary(de):    Ein Modul, das die Bandbreiten- und Anforderungseinschränkung für Apache implementiert
5 Summary(es):    Módulo que implementa la gestión de ancho de banda y peticiones para Apache
6 Summary(fr):    Module qui met en oeuvre la bande passante et l'étranglement requis pour Apache
7 Summary(it):    Modulo che implementa la larghezza di banda e la richiesta di throttling per Apache
8 Summary(ja):    Apache ÍÑÂÓ°èÉý¤ª¤è¤ÓÍ׵᥹¥í¥Ã¥È¥ë¤ò¼ÂÁõ¤¹¤ë¥â¥¸¥å¡¼¥ë
9 Summary(pl):    T³umienie przepustowo¶ci i zapytañ dla Apache'a
10 Summary(pt_BR): Descompressão "On-the-fly" de arquivos HTML para o Apache
11 Summary(sv):    En modul som implementerar bandvidd- och begäranbegränsningar i Apache
12 Name:           apache-mod_throttle
13 Version:        3.1.2
14 Release:        6
15 License:        Anthony Howe
16 Group:          Networking/Daemons
17 Source0:        http://www.snert.com/Software/mod_throttle/mod_throttle312.tgz
18 # Source0-md5:  6edc45c3ea8a0855d4b0b14cf0f76404
19 Patch0:         %{name}-PLD-v6stuff.patch
20 URL:            http://www.snert.com/Software/mod_throttle/
21 BuildRequires:  apache-devel
22 BuildRequires:  %{apxs}
23 Prereq:         %{_sbindir}/apxs
24 Requires:       apache >= 1.3.1
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %define         _libexecdir     %{_libdir}/apache
28 %define         _htmldocdir     /home/httpd/manual/mod
29
30 %description
31 This Apache module is intended to reduce the load on your server &
32 bandwidth generated by popular virtual hosts, directories, locations,
33 or users according to supported polices (see below) that decide when
34 to delay or refuse requests. Also mod_throttle can track and throttle
35 incoming connections by IP address or by authenticated remote user.
36
37 %description -l cs
38 Balíèek mod_throttle obsahuje modul, který umo¾òuje omezit prùtok dat,
39 která odcházejí z WWW serveru Apache. Limity mohou být nastaveny pro
40 jednotlivé virtuální weby, adresáøe, umístìní nebo autentizované
41 u¾ivatele.
42
43 %description -l de
44 Mod_throttle kann verwendet werden, um die Datenmenge zu beschränken,
45 die Ihr Web-Server behandelt. Diese Einschränkungen können für
46 einzelne virtuelle Rechner, Verzeichnisse, Speicherstellen oder
47 authentifizierte Benutzer eingestellt werden.
48
49 %description -l es
50 Mod_throttle puede usarse para limitar la cantidad de datos que su
51 servidor web va a servir. Estos límites se pueden configurar para
52 hosts virtuales individuales, directorios, lug<res o usuarios
53 autenticados.
54
55 %description -l fr
56 Mod_throttle peut être utilisé pour limiter la quantité de données
57 servies par votre serveur Web. Ces limites peuvent être définies pour
58 des hôtes virtuels individuels, répertoires, emplacements ou
59 utilisateurs authentifiés.
60
61 %description -l it
62 Mod_throttle può essere usato per limitare la quantità di dati che il
63 server Web dovrà servire. Queste limitazioni possono essere
64 configurate per singoli host virtuali, directory, indirizzi o utenti
65 autenticati.
66
67 %description -l ja
68 Mod_throttle ¤Ë¤è¤Ã¤Æ Web ¥µ¡¼¥Ð¡¼¤¬½èÍý¤¹¤ë¥Ç¡¼¥¿Î̤òÀ©¸Â¤Ç¤­¤Þ¤¹
69 ¤³¤ì¤é¤ÎÀ©¸Â¤Ï¡¢¸Ä¡¹¤Î²¾ÁÛ¥Û¥¹¥È¡¢¥Ç¥£¥ì¥¯¥È¥ê¡¢¾ì½ê¡¢¤Þ¤¿¤Ï
70 ǧ¾Ú¥æ¡¼¥¶¡¼ÍѤˤĤ¤¤ÆÀßÄê¤Ç¤­¤Þ¤¹¡£
71
72 %description -l pl
73 Ten modu³ Apache ma s³u¿yæ do zmniejszania obci±¿enia serwera i ruchu
74 generowanego przez popularne hosty wirtualne, katalogi, pliki lub
75 u¿ytkowników zgodnie z obs³ugiwanymi polisami, które decyduj± kiedy
76 opó¼niæ lub odrzuciæ zapytanie. mod_throttle mo¿e tak¿e ¶ledziæ i
77 t³umiæ po³±czenia przychodz±ce z danego adresu IP lub danego,
78 autentykuj±cego siê, u¿ytkownika.
79
80 %description -l pt_BR
81 Descompressão "On-the-fly" de arquivos HTML para o Apache.
82
83 %description -l sv
84 Mod_throttle kan användas för att begränsa mängden data som din
85 webbserver skickar. Dessa gränser kan sättas för enskilda virtuella
86 värdar, kataloger, platser eller autenticerade användare.
87
88 %prep
89 %setup -q -n mod_throttle-%{version}
90 %patch0 -p1
91
92 %build
93 %{apxs} -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c mod_throttle.c
94
95 %install
96 rm -rf $RPM_BUILD_ROOT
97 install -d $RPM_BUILD_ROOT{%{_libexecdir},%{_htmldocdir}}
98
99 install mod_throttle.so $RPM_BUILD_ROOT%{_libexecdir}
100
101 sed -e 's/<!--#/<!--/g' index.shtml > mod_throttle.html
102
103 %clean
104 rm -rf $RPM_BUILD_ROOT
105
106 %post
107 %{apxs} -e -a -n throttle %{_libexecdir}/mod_throttle.so 1>&2
108 if [ -f /var/lock/subsys/httpd ]; then
109         /etc/rc.d/init.d/httpd restart 1>&2
110 else
111         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
112 fi
113
114 %preun
115 if [ "$1" = "0" ]; then
116         %{apxs} -e -A -n throttle %{_libexecdir}/mod_throttle.so 1>&2
117         if [ -f /var/lock/subsys/httpd ]; then
118                 /etc/rc.d/init.d/httpd restart 1>&2
119         fi
120 fi
121
122 %files
123 %defattr(644,root,root,755)
124 %doc *.txt *.html
125 %attr(755,root,root) %{_libexecdir}/*
This page took 0.070578 seconds and 4 git commands to generate.