]> git.pld-linux.org Git - packages/apache1-mod_throttle.git/commitdiff
- es,pt_BR translations moved to proper place (apache-mod_gunzip.spec)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Dec 2001 08:47:35 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added pl ones, cosmetics

Changed files:
    apache1-mod_throttle.spec -> 1.5

apache1-mod_throttle.spec

index 5b0a7718867baa87769a102026cd004ee5488116..98e8a56287793f85c571f630b305f579f078e4da 100644 (file)
@@ -1,6 +1,5 @@
 Summary:       Bandwidth & Request Throttling
-Summary(es):   Descompresión instantanea de archivos HTML para Apache
-Summary(pt_BR):        Descompressão "On-the-fly" de arquivos HTML para o Apache
+Summary(pl):   T³umienie przepustowo¶ci i zapytañ
 Name:          apache-mod_throttle
 Version:       3.1.2
 Release:       1
@@ -24,11 +23,13 @@ or users according to supported polices (see below) that decide when
 to delay or refuse requests. Also mod_throttle can track and throttle
 incoming connections by IP address or by authenticated remote user.
 
-%description -l es
-Descompresión instantanea de archivos HTML para Apache.
-
-%description -l pt_BR
-Descompressão "On-the-fly" de arquivos HTML para o Apache.
+%description -l pl
+Ten modu³ Apache ma s³u¿yæ do zmniejsszania obci±¿enia serwera i ruchu
+generowanego przez popularne hosty wirtualne, katalogi, pliki lub
+u¿ytkowników zgodnie z obs³ugiwanymi polisami, które decyduj± kiedy
+opó¼niæ lub odrzuciæ zapytanie. mod_throttle mo¿e tak¿e ¶ledziæ i
+t³umiæ po³±czenia przychodz±ce z danego adresu IP lub danego,
+autentykuj±cego siê, u¿ytkownika.
 
 %prep
 %setup -q -n mod_throttle-%{version}
@@ -36,7 +37,7 @@ Descompress
 %build
 /usr/sbin/apxs -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c *.c
 # to don't bother about ssi counter inside
-mv index.shtml index.html
+mv -f index.shtml index.html
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -47,6 +48,9 @@ install *.html $RPM_BUILD_ROOT%{_htmldocdir}
 
 gzip -9nf *.txt
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 %{_sbindir}/apxs -e -a -n throttle %{_libexecdir}/mod_throttle.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
@@ -63,9 +67,6 @@ if [ "$1" = "0" ]; then
        fi
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc *.gz
This page took 0.271054 seconds and 4 git commands to generate.