]> git.pld-linux.org Git - packages/amavis.git/commitdiff
- added conditional build w/ support for mks32-beta
authorhunter <hunter@pld-linux.org>
Mon, 11 Feb 2002 20:23:12 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavis.spec -> 1.10

amavis.spec

index 175b16e9e4775dfe80c40d8f9a2828e21639fe69..7cb57fdcb0c971660b59cf189aead3b3e6716baf 100644 (file)
@@ -1,3 +1,6 @@
+
+# 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
@@ -6,6 +9,7 @@ Version:        11
 Release:       1
 URL:           http://www.amavis.org/
 Source0:       http://www.amavis.org/dist/perl/%{name}-perl-%{version}.tar.gz
+%{?_with_mks32:Patch0:         amavis-perl-mks32.patch}
 License:       GPL
 Group:         Applications/Mail
 Group(de):     Applikationen/Post
@@ -53,6 +57,7 @@ a jednym lub wi
 
 %prep
 %setup -q -n %{name}-perl-%{version}
+%{?_with_mks32:%patch -p1}  
 
 %build
 autoconf
This page took 0.058268 seconds and 4 git commands to generate.