]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- undefine llvm for x32 and properly for ac auto/th/clamav-0.98.7-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 May 2015 19:26:56 +0000 (21:26 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 May 2015 19:26:56 +0000 (21:26 +0200)
- rel 2

clamav.spec

index ae4f80d5d990a7ff654d18c483fbbbdd267f5411..4c1551c954709f47f63442805a4cae20846849ed 100644 (file)
@@ -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
This page took 0.185862 seconds and 4 git commands to generate.