]> git.pld-linux.org Git - packages/apache-mod_bw.git/commitdiff
- cleanups, updated TODO,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 8 Mar 2005 12:44:45 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_bw.spec -> 1.17

apache-mod_bw.spec

index c66bbda8713bfc55f9e4949a38e9c31f618b58a9..4e147a872c56affd7f44e2143615a1544544a63f 100644 (file)
@@ -1,5 +1,5 @@
 # TODO:
-# - confs, cleanups
+# - cron?
 
 %define                mod_name        bandwidth
 %define        apxs            /usr/sbin/apxs
@@ -13,7 +13,6 @@ License:      Apache
 Group:         Networking/Daemons
 Source0:       http://www.ivn.cl/apache/bw_mod-%{_ver}.tgz
 # Source0-md5: 0c92fa6344f487321291a592dbb49856
-#Source0:      http://www.ivn.cl/apache/mod_%{mod_name}-%{_version}.tgz
 Source1:       %{name}.conf
 URL:           http://www.ivn.cl/apache/
 BuildRequires: apache-devel >= 2.0.0
@@ -40,13 +39,11 @@ Modu
 na katalogu, wielko¶ci plików oraz zdalnym IP/domenie.
 
 %prep
-#%setup -q -n mod_%{mod_name}-%{version}
 %setup -q -n bw_mod-0.6
 
 %build
 perl -pi -e 's@include "apr@include "apr/apr@g' bw_mod-%{_ver}.c
 perl -pi -e 's@^.*apr_buckets.h.*$@@'  bw_mod-%{_ver}.c
-#%{apxs} -c mod_%{mod_name}-%{version}.c -o mod_%{mod_name}.so
 %{apxs} -c bw_mod-%{_ver}.c
 mv .libs/bw_mod-0.6.so mod_bandwidth.so
 
This page took 0.092331 seconds and 4 git commands to generate.