]> git.pld-linux.org Git - packages/apache1-mod_throttle.git/commitdiff
- turned off ThrottleClientIP; builds now
authorradek <radek@pld-linux.org>
Thu, 29 Aug 2002 00:34:23 +0000 (00:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
STBR

Changed files:
    apache1-mod_throttle.spec -> 1.15

apache1-mod_throttle.spec

index f6a3f5ae962350ffeb467075ad530739b83350e5..8f78ead26a07af7a27ac9f01eaf554efdffb4593 100644 (file)
@@ -11,10 +11,11 @@ Summary(pt_BR):     Descompress
 Summary(sv):   En modul som implementerar bandvidd- och begäranbegränsningar i Apache
 Name:          apache-mod_throttle
 Version:       3.1.2
-Release:       3
+Release:       4
 License:       Anthony Howe
 Group:         Networking/Daemons
 Source0:       http://www.snert.com/Software/mod_throttle/mod_throttle312.tgz
+Patch0:                apache-mod_throttle-throttle-ip-off.patch
 URL:           http://www.snert.com/Software/mod_throttle/
 BuildRequires: apache-devel
 BuildRequires: %{apxs}
@@ -85,9 +86,10 @@ v
 
 %prep
 %setup -q -n mod_throttle-%{version}
+%patch0 -p0
 
 %build
-%{apxs} -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c *.c
+%{apxs} -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c mod_throttle.c
 # to don't bother about ssi counter inside
 mv -f index.shtml index.html
 
This page took 0.065863 seconds and 4 git commands to generate.