]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav.spec
- undefine llvm for x32 and properly for ac
[packages/clamav.git] / 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.091541 seconds and 4 git commands to generate.