[bogofilter] add new libdb4 include path to configure options

Adrian Reber adrian at fedoraproject.org
Thu Jul 26 12:43:15 UTC 2012


commit c4ba94da01e20816a829e4a144548de901c3e0a4
Author: Adrian Reber <adrian at lisas.de>
Date:   Thu Jul 26 14:43:09 2012 +0200

    add new libdb4 include path to configure options

 bogofilter.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bogofilter.spec b/bogofilter.spec
index 47b91a5..d975cff 100644
--- a/bogofilter.spec
+++ b/bogofilter.spec
@@ -1,7 +1,7 @@
 Summary: Fast anti-spam filtering by Bayesian statistical analysis
 Name: bogofilter
 Version: 1.2.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://bogofilter.sourceforge.net/
@@ -41,7 +41,7 @@ iconv -f iso-8859-1 -t utf-8 \
  doc/bogofilter-faq-fr.html
 
 %build
-%configure --disable-rpath
+%configure --disable-rpath --with-libdb-prefix=%{_includedir}/libdb4
 %{__make} %{?_smp_mflags}
 
 %install
@@ -79,6 +79,9 @@ iconv -f iso-8859-1 -t utf-8 \
 %exclude %{_mandir}/man1/bogoupgrade*
 
 %changelog
+* Thu Jul 26 2012 Adrian Reber <adrian at lisas.de> - 1.2.2-5
+- add new libdb4 include path to configure options
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list