From ffdcc02516a6c273584982ad49402050e9676cfb Mon Sep 17 00:00:00 2001 From: trojan Date: Tue, 23 Apr 2002 11:35:03 +0000 Subject: [PATCH] - added patch (removed milter chaeching for properly regenerate ac/am scripts) - added regenerating ac/am scripts - removed bcond for mks32 - BR: automake - release 2; STBR Changed files: amavis.spec -> 1.13 --- amavis.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/amavis.spec b/amavis.spec index 7b02d47..91af827 100644 --- a/amavis.spec +++ b/amavis.spec @@ -1,19 +1,19 @@ -# conditional build _with_mks32 support for mks32 i386 _only_ - %include /usr/lib/rpm/macros.perl Summary: A Mail Virus Scanner Summary(pl): Antywirusowy skaner poczty elektronicznej Name: amavis Version: 11 -Release: 1 +Release: 2 URL: http://www.amavis.org/ Source0: http://www.amavis.org/dist/perl/%{name}-perl-%{version}.tar.gz -%{?_with_mks32:Patch0: %{name}-perl-mks32.patch} +Patch0: %{name}-perl-mks32.patch +Patch1: %{name}-nomilter.patch License: GPL Group: Applications/Mail Obsoletes: AMaViS BuildRequires: autoconf >= 2.52 +BuildRequires: automake BuildRequires: perl BuildRequires: perl-modules BuildRequires: perl-Convert-UUlib @@ -54,9 +54,12 @@ a jednym lub wi %prep %setup -q -n %{name}-perl-%{version} -%{?_with_mks32:%patch -p1} +%patch0 -p1 +%patch1 -p1 %build +aclocal +automake -a -c autoconf %configure \ --enable-all \ -- 2.44.0