]> git.pld-linux.org Git - packages/apache-mod_bw.git/commitdiff
- fixed config file (default settings work)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 12 Mar 2005 14:54:50 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- apply apr_1.0.patch (no more unresolved symbols)
- works fine, release 0.3

Changed files:
    apache-mod_bw.spec -> 1.19

apache-mod_bw.spec

index 95d1d10a384a85db3847ed2c21b0cdf4124a38ab..ec15452d9933aa22c30521eeb800ee170f6c8f02 100644 (file)
@@ -8,12 +8,13 @@ Summary:      Apache module: bandwidth limits
 Summary(pl):   Modu³ do Apache: limity pasma
 Name:          apache-mod_%{mod_name}
 Version:       0.6
-Release:       0.2
+Release:       0.3
 License:       Apache
 Group:         Networking/Daemons
 Source0:       http://www.ivn.cl/apache/bw_mod-%{version}.tgz
 # Source0-md5: 0c92fa6344f487321291a592dbb49856
 Source1:       %{name}.conf
+Patch0:                %{name}-apr_1.0.patch
 URL:           http://www.ivn.cl/apache/
 BuildRequires: apache-devel >= 2.0.0
 BuildRequires: %{apxs}
@@ -40,6 +41,7 @@ na katalogu, wielko
 
 %prep
 %setup -q -n bw_mod-%{version}
+%patch0 -p1
 
 %build
 perl -pi -e 's@include "apr@include "apr/apr@g' bw_mod-%{version}.c
This page took 0.077833 seconds and 4 git commands to generate.