diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | bogofilter.spec | 15 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 15 insertions, 3 deletions
@@ -1,3 +1,4 @@ bogofilter-1.2.0.tar.gz bogofilter-1.2.2.tar.gz /bogofilter-1.2.3.tar.gz +/bogofilter-1.2.3.repack.tar.gz diff --git a/bogofilter.spec b/bogofilter.spec index 5cd56cd..a48c963 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -1,11 +1,19 @@ Summary: Fast anti-spam filtering by Bayesian statistical analysis Name: bogofilter Version: 1.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ -Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.gz +# Source: http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.gz +# The above used to be to the Source: line +# but due to bug 912694 which identified three files with license +# problems the following steps are necessary to repack bogofilter +# wget http://downloads.sourceforge.net/bogofilter/bogofilter-1.2.3.tar.gz +# tar xf bogofilter-1.2.3.tar.gz +# rm bogofilter-1.2.3/doc/bogofilter-SA-20[0-1][0,5]-0[1,2] +# tar cf bogofilter-1.2.3.repack.tar.gz bogofilter-1.2.3 +Source: bogofilter-%{version}.repack.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex db4-devel gsl-devel BuildRequires: /usr/bin/iconv @@ -79,6 +87,9 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Fri Feb 22 2012 Adrian Reber <adrian@lisas.de> - 1.2.3-2 +- removed three files with an unfree license from Source (fixes #912694) + * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild @@ -1 +1 @@ -aec710e967a7378f57267db70fe3217b bogofilter-1.2.3.tar.gz +d7a9665e04a3ba92611515d736db0125 bogofilter-1.2.3.repack.tar.gz |