]> git.pld-linux.org Git - packages/apache-mod_bw.git/commitdiff
- reflect name change (mod_bandwidth -> mod_bw) auto/ac/apache-mod_bw-0_6-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 12 Mar 2005 18:43:19 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 1

Changed files:
    apache-mod_bw.conf -> 1.5
    apache-mod_bw.spec -> 1.20

apache-mod_bw.conf
apache-mod_bw.spec

index 962835dcc432a865a87ca2468c4c0e0cb8d8ce94..01c9d050e83d4d58de25b7db80f9d436434a403e 100644 (file)
@@ -1,4 +1,4 @@
-LoadModule bw_module /usr/lib/apache/mod_bandwidth.so
+LoadModule bw_module /usr/lib/apache/mod_bw.so
 BandWidthModule On
 
 # Sample entry - sets limit to 100 kBps
 BandWidthModule On
 
 # Sample entry - sets limit to 100 kBps
index ec15452d9933aa22c30521eeb800ee170f6c8f02..4c61ca3649ec45d50b5f69597e051033147a95bc 100644 (file)
@@ -1,14 +1,12 @@
 # TODO:
 # - cron?
 # TODO:
 # - cron?
-# - rename to apache-mod_bw (it is not the same as apache1-mod_bandwidth)
-
-%define                mod_name        bandwidth
+%define                mod_name        bw
 %define        apxs            /usr/sbin/apxs
 Summary:       Apache module: bandwidth limits
 Summary(pl):   Modu³ do Apache: limity pasma
 Name:          apache-mod_%{mod_name}
 Version:       0.6
 %define        apxs            /usr/sbin/apxs
 Summary:       Apache module: bandwidth limits
 Summary(pl):   Modu³ do Apache: limity pasma
 Name:          apache-mod_%{mod_name}
 Version:       0.6
-Release:       0.3
+Release:       1
 License:       Apache
 Group:         Networking/Daemons
 Source0:       http://www.ivn.cl/apache/bw_mod-%{version}.tgz
 License:       Apache
 Group:         Networking/Daemons
 Source0:       http://www.ivn.cl/apache/bw_mod-%{version}.tgz
@@ -47,7 +45,7 @@ na katalogu, wielko
 perl -pi -e 's@include "apr@include "apr/apr@g' bw_mod-%{version}.c
 perl -pi -e 's@^.*apr_buckets.h.*$@@'  bw_mod-%{version}.c
 %{apxs} -c bw_mod-%{version}.c
 perl -pi -e 's@include "apr@include "apr/apr@g' bw_mod-%{version}.c
 perl -pi -e 's@^.*apr_buckets.h.*$@@'  bw_mod-%{version}.c
 %{apxs} -c bw_mod-%{version}.c
-mv .libs/bw_mod-%{version}.so mod_bandwidth.so
+mv .libs/bw_mod-%{version}.so mod_bw.so
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.060004 seconds and 4 git commands to generate.