]> git.pld-linux.org Git - packages/amavis.git/commitdiff
- added patch (removed milter chaeching for properly regenerate ac/am
authortrojan <trojan@pld-linux.org>
Tue, 23 Apr 2002 11:35:03 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  scripts)
- added regenerating ac/am scripts
- removed bcond for mks32
- BR: automake
- release 2; STBR

Changed files:
    amavis.spec -> 1.13

amavis.spec

index 7b02d47deeaf55f5585ed065ca953a01496178d6..91af827b4959284683cb557c9b36a03258c4b915 100644 (file)
@@ -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 \
This page took 0.078873 seconds and 4 git commands to generate.