From da430249ac6004a88777db47bba0e4c7756f2712 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 3 May 2015 21:26:56 +0200 Subject: [PATCH] - undefine llvm for x32 and properly for ac - rel 2 --- clamav.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/clamav.spec b/clamav.spec index ae4f80d..4c1551c 100644 --- a/clamav.spec +++ b/clamav.spec @@ -4,17 +4,21 @@ # # Conditional build: %bcond_without milter # milter interface subpackage -%if "%{pld_release}" == "ac" -%bcond_with llvm # LLVM support -%else %bcond_without llvm # LLVM support + +%if "%{pld_release}" == "ac" +%undefine with_llvm +%endif + +%ifarch x32 +%undefine with_llvm %endif Summary: An anti-virus utility for Unix Summary(pl.UTF-8): Narzędzie antywirusowe dla Uniksów Name: clamav Version: 0.98.7 -Release: 1 +Release: 2 License: GPL v2+ Group: Daemons Source0: http://downloads.sourceforge.net/clamav/%{name}-%{version}.tar.gz -- 2.43.0