]> git.pld-linux.org Git - packages/apache1-mod_gzip.git/commitdiff
- now this module is usable! apache should no longer segfault.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 25 Apr 2003 13:37:38 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Serious candidate for Ra updates.

Changed files:
    apache1-mod_gzip.spec -> 1.21

apache1-mod_gzip.spec

index 007d8f84e21729dda224bc5df270c2a7d8435643..ee5fc19da24020b28d834641da0e70e5e69b66da 100644 (file)
@@ -4,10 +4,11 @@ Summary:      Apache module: On-the-fly compression of HTML documents
 Summary(pl):   Modu³ do apache: kompresuje dokumenty HTML w locie
 Name:          apache-mod_%{mod_name}
 Version:       1.3.26.1a
-Release:       1
+Release:       2
 License:       Apache
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/mod-gzip/mod_gzip-%{version}.tgz
+Patch0:                mod_%{mod_name}-name_clash.patch
 URL:           http://sourceforge.net/projects/mod-gzip/
 BuildRequires: %{apxs}
 BuildRequires: apache(EAPI)-devel
@@ -31,6 +32,7 @@ spos
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
+%patch0 -p1
 
 %build
 %{apxs} -Wc,-Wall,-pipe -c mod_%{mod_name}.c mod_%{mod_name}_debug.c mod_%{mod_name}_compress.c -o mod_%{mod_name}.so
This page took 0.075143 seconds and 4 git commands to generate.