]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav.spec
- fix tmp files cleaning
[packages/clamav.git] / clamav.spec
index 713b62e7f29eb9ba9a328cc760cdf5601f098d47..6c658d616deb088e3931901113d603cf137e0f32 100644 (file)
 Summary:       An anti-virus utility for Unix
 Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
-Version:       0.99.2
-Release:       2
+Version:       0.99.3
+Release:       1
 License:       GPL v2+
 Group:         Daemons
 Source0:       http://www.clamav.net/downloads/production/%{name}-%{version}.tar.gz
-# Source0-md5: 61b51a04619aeafd965892a53f86d192
+# Source0-md5: 5272f127312e987b3e10c155cf1d84df
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-milter.init
@@ -45,6 +45,7 @@ Patch3:               ac2.68.patch
 Patch4:                %{name}-openssl.patch
 Patch5:                %{name}-major.patch
 Patch6:                x32.patch
+Patch7:                clamav-0.99.2-temp-cleanup.patch
 URL:           http://www.clamav.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -189,8 +190,11 @@ Biblioteki statyczne clamav.
 #%patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
+export CFLAGS="%{rpmcflags} -Wall -W -Wmissing-prototypes -Wmissing-declarations -std=gnu99"
+export CXXFLAGS="%{rpmcxxflags} -std=gnu++98"
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
This page took 0.030699 seconds and 4 git commands to generate.