]> git.pld-linux.org Git - packages/apache-mod_clamav.git/commitdiff
- up to 0.23; libtool-tag.patch obsoleted
authorzbyniu <zbyniu@pld-linux.org>
Sat, 11 Feb 2012 22:07:44 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_clamav-libtool-tag.patch -> 1.3
    apache-mod_clamav.spec -> 1.21

apache-mod_clamav-libtool-tag.patch [deleted file]
apache-mod_clamav.spec

diff --git a/apache-mod_clamav-libtool-tag.patch b/apache-mod_clamav-libtool-tag.patch
deleted file mode 100644 (file)
index 3d645bc..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.am~       2003-11-11 10:37:30.000000000 +0100
-+++ Makefile.am        2003-12-29 11:52:20.264607184 +0100
-@@ -16,6 +16,7 @@
- INC = @CPPFLAGS@
- LIB = @LIBS@
- AM_CFLAGS = @CFLAGS@
-+LIBTOOL = @LIBTOOL@ --tag CC
- #   the default target
- lib_LTLIBRARIES = mod_clamav.la
---- Makefile.am.save   2005-12-26 21:21:33.000000000 +0200
-+++ Makefile.am        2005-12-26 21:21:33.000000000 +0200
-@@ -27,7 +27,7 @@
- MODULESOURCES = mod_clamav.c
- mod_clamav_la_SOURCES = $(MODULESOURCES)
--mod_clamav_la_LDFLAGS = -module `${APXS} -q LDFLAGS_SHLIB`
-+mod_clamav_la_LDFLAGS = -module -avoid-version `${APXS} -q LDFLAGS_SHLIB`
- mod_clamav_la_CPPFLAGS = -I`${APXS} -q INCLUDEDIR`
- mod_clamav_la_CFLAGS = `${APXS} -q CFLAGS_SHLIB`
- CC = `${APXS} -q CC`
index b4c4ee61a09c63925e86a78b8638406e21804cda..fb55f80289b92999b2d19c0090381e5589365b7f 100644 (file)
@@ -1,18 +1,15 @@
-# TODO
-# - fix build with new apache/apr (apr_off_t)
 %define        apxs            /usr/sbin/apxs
 %define                mod_name        clamav
 Summary:       An Apache virus scanning filter
 Summary(pl.UTF-8):     Filtr skanera antywirusowego dla Apache'a
 Name:          apache-mod_%{mod_name}
-Version:       0.21
+Version:       0.23
 Release:       0.1
 License:       GPL
 Group:         Networking/Daemons/HTTP
 Source0:       http://software.othello.ch/mod_clamav/mod_%{mod_name}-%{version}.tar.gz
-# Source0-md5: 98bd0d8628be8ddeae21da6623e57d20
+# Source0-md5: 32c7b285dfdff5d13371b92ebe73b352
 Source1:       %{name}.conf
-Patch0:                %{name}-libtool-tag.patch
 URL:           http://software.othello.ch/mod_clamav/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0
@@ -43,7 +40,6 @@ skanera antywirusowego Clamav.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
-%patch0 -p0
 
 %build
 %{__libtoolize}
This page took 0.119345 seconds and 4 git commands to generate.