updated to 1.2.3 (fixes #1084359)
This commit is contained in:
parent
9b9d1773b0
commit
3c4f2c749f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,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
|
||||
/bogofilter-1.2.4.repack.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Fast anti-spam filtering by Bayesian statistical analysis
|
||||
Name: bogofilter
|
||||
Version: 1.2.3
|
||||
Release: 5%{?dist}
|
||||
Version: 1.2.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/Internet
|
||||
URL: http://bogofilter.sourceforge.net/
|
||||
@ -9,12 +9,11 @@ URL: http://bogofilter.sourceforge.net/
|
||||
# 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
|
||||
# wget http://downloads.sourceforge.net/bogofilter/bogofilter-1.2.4.tar.gz
|
||||
# tar xf bogofilter-1.2.4.tar.gz
|
||||
# rm bogofilter-1.2.4/doc/bogofilter-SA-20[0-1][0,5]-0[1,2]
|
||||
# tar cf bogofilter-1.2.4.repack.tar.gz bogofilter-1.2.4
|
||||
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
|
||||
|
||||
@ -53,7 +52,6 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__make} DESTDIR=%{buildroot} install
|
||||
|
||||
%{__mv} -f %{buildroot}%{_sysconfdir}/bogofilter.cf.example \
|
||||
@ -65,9 +63,6 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf
|
||||
|
||||
%{__chmod} -x contrib/*
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files bogoupgrade
|
||||
%defattr(-, root, root, 0755)
|
||||
%{_bindir}/bogoupgrade
|
||||
@ -87,6 +82,9 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf
|
||||
%exclude %{_mandir}/man1/bogoupgrade*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 23 2014 Adrian Reber <adrian@lisas.de> - 1.2.4-1
|
||||
- updated to 1.2.3 (fixes #1084359)
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
@ -120,7 +118,7 @@ CFLAGS="%{optflags} -I%{_includedir}/libdb4" LDFLAGS="-L%{_libdir}/libdb4" %conf
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Feb 26 2009 Adrian Reber <adrian@lisas.de> - 1.2.0-1
|
||||
* Thu Feb 26 2009 Adrian Reber <adrian@lisas.de> - 1.2.0-1
|
||||
- updated to 1.2.0
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.7-3
|
||||
|
Loading…
Reference in New Issue
Block a user