From da7bf284dba111ca98b92dc889919af9fc3e1716 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 10 Dec 2018 20:59:57 +0100 Subject: [PATCH] - adjust also clamav-config; release 5 --- clamav-headers.patch | 20 ++++++++++++++++++++ clamav.spec | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/clamav-headers.patch b/clamav-headers.patch index 8541c0c..bd592d3 100644 --- a/clamav-headers.patch +++ b/clamav-headers.patch @@ -31,3 +31,23 @@ Name: libclamav Description: A GPL virus scanner +--- clamav-0.101.0/clamav-config.in.orig 2018-11-29 14:52:31.000000000 +0100 ++++ clamav-0.101.0/clamav-config.in 2018-12-10 19:32:41.185456107 +0100 +@@ -3,7 +3,7 @@ + + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-includedir=@includedir@ ++includedir=@includedir@/clamav + libdir=@libdir@ + + usage() +@@ -55,7 +55,7 @@ + ;; + + --cflags) +- echo -I@includedir@ @CFLAGS@ ++ echo -I${includedir} @CFLAGS@ + ;; + + --libs) diff --git a/clamav.spec b/clamav.spec index 8ec51db..391cfb4 100644 --- a/clamav.spec +++ b/clamav.spec @@ -19,7 +19,7 @@ Summary: An anti-virus utility for Unix Summary(pl.UTF-8): Narzędzie antywirusowe dla Uniksów Name: clamav Version: 0.101.0 -Release: 4 +Release: 5 License: GPL v2+ Group: Daemons #Source0Download: http://www.clamav.net/download -- 2.44.0