]> git.pld-linux.org Git - packages/apache1-mod_throttle.git/blobdiff - apache1-mod_throttle.spec
- adapterized.
[packages/apache1-mod_throttle.git] / apache1-mod_throttle.spec
index 550fc5890ecc04f8a27f13597b294c75c6a97b59..30f598ec52b54dff57ec8c5020348e9af96c378f 100644 (file)
@@ -1,3 +1,4 @@
+%define        apxs    /usr/sbin/apxs
 Summary:       Bandwidth & Request Throttling for Apache
 Summary(cs):   Omezení sí»ového provozu pro Apache
 Summary(de):   Ein Modul, das die Bandbreiten- und Anforderungseinschränkung für Apache implementiert
@@ -6,30 +7,18 @@ Summary(fr):  Module qui met en oeuvre la bande passante et l'
 Summary(it):   Modulo che implementa la larghezza di banda e la richiesta di throttling per Apache
 Summary(ja):   Apache ÍÑÂÓ°èÉý¤ª¤è¤ÓÍ׵᥹¥í¥Ã¥È¥ë¤ò¼ÂÁõ¤¹¤ë¥â¥¸¥å¡¼¥ë
 Summary(pl):   T³umienie przepustowo¶ci i zapytañ dla Apache'a
+Summary(pt_BR):        Descompressão "On-the-fly" de arquivos HTML para o Apache
 Summary(sv):   En modul som implementerar bandvidd- och begäranbegränsningar i Apache
-Summary():     
 Name:          apache-mod_throttle
 Version:       3.1.2
-Release:       1
+Release:       3
 License:       Anthony Howe
 Group:         Networking/Daemons
-Group(cs):     Sí»ové/Démoni
-Group(da):     Netværks/Dæmoner
-Group(de):     Netzwerkwesen/Server
-Group(es):     Red/Servidores
-Group(fr):     Réseau/Serveurs
-Group(is):     Net/Púkar
-Group(it):     Rete/Demoni
-Group(no):     Nettverks/Daemoner
-Group(pl):     Sieciowe/Serwery
-Group(pt):     Rede/Servidores
-Group(ru):     óÅÔØ/äÅÍÏÎÙ
-Group(sl):     Omre¾ni/Stre¾niki
-Group(sv):     Nätverk/Demoner
-Group(uk):     íÅÒÅÖÁ/äÅÍÏÎÉ
 Source0:       http://www.snert.com/Software/mod_throttle/mod_throttle312.tgz
 URL:           http://www.snert.com/Software/mod_throttle/
 BuildRequires: apache-devel
+BuildRequires: %{apxs}
+Prereq:                %{_sbindir}/apxs
 Requires:      apache >= 1.3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -86,6 +75,9 @@ op
 t³umiæ po³±czenia przychodz±ce z danego adresu IP lub danego,
 autentykuj±cego siê, u¿ytkownika.
 
+%description -l pt_BR
+Descompressão "On-the-fly" de arquivos HTML para o Apache.
+
 %description -l sv
 Mod_throttle kan användas för att begränsa mängden data som din
 webbserver skickar. Dessa gränser kan sättas för enskilda virtuella
@@ -95,7 +87,7 @@ v
 %setup -q -n mod_throttle-%{version}
 
 %build
-/usr/sbin/apxs -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c *.c
+%{apxs} -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c *.c
 # to don't bother about ssi counter inside
 mv -f index.shtml index.html
 
This page took 0.089223 seconds and 4 git commands to generate.