summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Callaway <spot@fedoraproject.org>2008-07-10 15:53:53 +0000
committerTom Callaway <spot@fedoraproject.org>2008-07-10 15:53:53 +0000
commitbc3430f50f8acf907c69d5a539133e5f52414b70 (patch)
tree351a0ae212699519b873d187930f98bb6f789bd3
parentfbdb54a4a41ab553740328770918745b51f9d5a6 (diff)
downloadbogofilter_EL6-bc3430f50f8acf907c69d5a539133e5f52414b70.tar.gz
rebuild against db4-4.7, fix minor spec errorsbogofilter-1_1_7-2_fc10F-10-startF-10-split
-rw-r--r--bogofilter.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/bogofilter.spec b/bogofilter.spec
index 241fc41..89fb259 100644
--- a/bogofilter.spec
+++ b/bogofilter.spec
@@ -1,7 +1,7 @@
Summary: Fast anti-spam filtering by Bayesian statistical analysis
Name: bogofilter
Version: 1.1.7
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
Group: Applications/Internet
URL: http://bogofilter.sourceforge.net/
@@ -41,12 +41,12 @@ iconv -f iso-8859-1 -t utf-8 \
doc/bogofilter-faq-fr.html
%build
-%configure
+%configure --disable-rpath
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} DESTDIR=%{buildroot} install
%{__mv} -f %{buildroot}%{_sysconfdir}/bogofilter.cf.example \
%{buildroot}%{_sysconfdir}/bogofilter.cf
@@ -79,6 +79,11 @@ iconv -f iso-8859-1 -t utf-8 \
%exclude %{_mandir}/man1/bogoupgrade*
%changelog
+* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.7-2
+- rebuild against db4-4.7
+- use make DESTDIR install
+- disable rpaths
+
* Sat May 31 2008 Adrian Reber <adrian@lisas.de> - 1.1.7-1
- updated to 1.1.7
- moved bogoupgrade to its own package to remove the perl