rpms/bogofilter/devel bogofilter.spec,1.8,1.9

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jul 10 15:54:49 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/bogofilter/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2310

Modified Files:
	bogofilter.spec 
Log Message:
rebuild against db4-4.7, fix minor spec errors


Index: bogofilter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bogofilter/devel/bogofilter.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bogofilter.spec	31 May 2008 19:18:54 -0000	1.8
+++ bogofilter.spec	10 Jul 2008 15:53:53 -0000	1.9
@@ -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 @@
  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 @@
 %exclude %{_mandir}/man1/bogoupgrade*
 
 %changelog
+* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.7-2
+- rebuild against db4-4.7
+- use make DESTDIR install
+- disable rpaths
+
 * Sat May 31 2008 Adrian Reber <adrian at lisas.de> - 1.1.7-1
 - updated to 1.1.7
 - moved bogoupgrade to its own package to remove the perl




More information about the scm-commits mailing list