]> git.pld-linux.org Git - packages/apache1-mod_throttle.git/commitdiff
- changed summary and adapterized
authorbonkey <bonkey@bonkey.pl.eu.org>
Tue, 18 Dec 2001 21:06:54 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_throttle.spec -> 1.2

apache1-mod_throttle.spec

index 1c638f84ecf02d851566b97b1ae04d0e2c6b6df7..909903178d17b9a27afb22eadf93846639df375f 100644 (file)
@@ -1,9 +1,11 @@
-Summary:       Support for the FastCGI protocol for apache webserver
+Summary:       Bandwidth & Request Throttling
 Name:          apache-mod_throttle
 Version:       3.1.2
 Release:       1
 License:       Anthony Howe
 Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
+Group(pl):     Sieciowe/Serwery
 Source0:       http://www.snert.com/Software/mod_throttle/mod_throttle312.tgz
 URL:           http://www.snert.com/Software/mod_throttle/
 BuildRequires: apache-devel
@@ -15,16 +17,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This Apache module is intended to reduce the load on your server &
-bandwidth generated by popular virtual hosts, directories, locations, 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.
+bandwidth generated by popular virtual hosts, directories, locations,
+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.
 
 %prep
 %setup -q -n mod_throttle-%{version}
 
 %build
-apxs -D SUEXEC_BIN="\"\\\"/usr/sbin/suexec\\\"\"" -o mod_throttle.so -c *.c
+apxs -D SUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c *.c
 # to don't bother about ssi counter inside
 mv index.shtml index.html
 
This page took 0.047755 seconds and 4 git commands to generate.