]> git.pld-linux.org Git - packages/spamassassin.git/commitdiff
- prefork patch bconded (on by default for now) auto/ac/spamassassin-3_0_1-4
authorhavner <havner@pld-linux.org>
Thu, 9 Dec 2004 16:28:29 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 4

Changed files:
    spamassassin.spec -> 1.66

spamassassin.spec

index 591a7dd7163d0017901c6a3361a8ce9d0ebcf8b3..9c9ce250af6038622202c9508d8c4b2233de56e6 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
-%bcond_with  tests     # perform "make test"
+%bcond_with    tests           # perform "make test"
+%bcond_without  prefork                # don't apply prefork patch inspired by apache
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Mail
@@ -9,7 +10,7 @@ Summary:       A spam filter for email which can be invoked from mail delivery agents
 Summary(pl):   Filtr antyspamowy, przeznaczony dla programów dostarczaj±cych pocztê (MDA)
 Name:          spamassassin
 Version:       3.0.1
-Release:       3
+Release:       4
 License:       Apache Software License v2
 Group:         Applications/Mail
 Source0:       http://www.apache.org/dist/spamassassin/%{pdir}-%{pnam}-%{version}.tar.bz2
@@ -140,7 +141,7 @@ aplikacji do czytania poczty.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch0 -p0
+%{?with_prefork:%patch0 -p0}
 
 %build
 echo "postmaster@localhost" | \
This page took 0.118813 seconds and 4 git commands to generate.