]> git.pld-linux.org Git - packages/bogofilter.git/commitdiff
- %bcond_with new_bconds
authoreothane <eothane@pld-linux.org>
Thu, 13 Nov 2003 13:55:20 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogofilter.spec -> 1.45

bogofilter.spec

index 9dae1e37aaa83493c50fba1816ae28300b37aec1..a937c1a9e2cae7e50841c4b29864385ec5f6fd31 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _with_db3    - build with db3 instead of db 4.x
+%bcond_with    db3 # with db3 instead of db4
 #
 Summary:       Bayesian Spam Filter
 Summary(pl):   BayesjaƱski Filtr Antyspamowy
@@ -17,7 +17,7 @@ URL:          http://bogofilter.sourceforge.net/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 %{!?_with_db3:BuildRequires:   db-devel}
-%{?_with_db3:BuildRequires:    db3-devel}
+%{?with_db3:BuildRequires:     db3-devel}
 BuildRequires: flex
 BuildRequires: gsl-devel
 BuildRequires: judy-devel
This page took 0.044498 seconds and 4 git commands to generate.