]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- disable silent rules we do not have on ac; rel 2 auto/ac/clamav-0_96-2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 15 Apr 2010 10:39:45 +0000 (10:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    am-nosilentrules.patch -> 1.1
    clamav.spec -> 1.279

am-nosilentrules.patch [new file with mode: 0644]
clamav.spec

diff --git a/am-nosilentrules.patch b/am-nosilentrules.patch
new file mode 100644 (file)
index 0000000..111380a
--- /dev/null
@@ -0,0 +1,12 @@
+--- clamav-0.96/configure.in~  2010-04-15 13:38:54.000000000 +0300
++++ clamav-0.96/configure.in   2010-04-15 13:38:55.799688151 +0300
+@@ -34,8 +34,7 @@
+ dnl -Wall and -Werror here are NOT CFLAGS, they refer to automake warnings
+ dnl enable stealth builds and psychedelic tests
+-AM_INIT_AUTOMAKE([1.11 -Wall -Wportability -Wno-override -Werror std-options foreign dist-bzip2 no-define color-tests parallel-tests tar-ustar])
+-AM_SILENT_RULES([yes])
++AM_INIT_AUTOMAKE([1.10 -Wall -Wportability -Wno-override -Werror std-options foreign dist-bzip2 no-define tar-ustar])
+ dnl we told automake to not define these, since we want to include
+ dnl the date in the version
index 225706fd9163699d88049d89877dca95ffadcff0..4c1e8e573c6ca9cba74195afd5ab571413b0e30b 100644 (file)
@@ -9,7 +9,7 @@ Summary:        An anti-virus utility for Unix
 Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
 Version:       0.96
-Release:       1
+Release:       2
 Epoch:         0
 License:       GPL v2+
 Group:         Applications
@@ -24,6 +24,7 @@ Source8:      %{name}-post-updatedb
 Source9:       %{name}-milter.sysconfig
 Patch0:                %{name}-pld_config.patch
 Patch1:                %{name}-nolibs.patch
+Patch2:                am-nosilentrules.patch
 URL:           http://www.clamav.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -148,6 +149,7 @@ Biblioteki statyczne clamav.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.156433 seconds and 4 git commands to generate.