Browse Source

<BTS:VineLinux:852>対応ついでにソースも更新

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2420 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 13 years ago
parent
commit
b56889f8a2
1 changed files with 11 additions and 3 deletions
  1. 11 3
      b/bogofilter/bogofilter-vl.spec

+ 11 - 3
b/bogofilter/bogofilter-vl.spec

@@ -1,17 +1,19 @@
 Name:		bogofilter
 Summary:	fast anti-spam filtering by Bayesian statistical analysis
 Summary(ja):	ベイジアン解析による高速アンチスパムフィルタリング
-Version:	1.0.2
+Version:	1.2.2
 Release:	1%{?_dist_release}
 URL:		http://bogofilter.sourceforge.net/
 Source0:	http://prdownloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.bz2
 Source999:	filter-requires-bogofilter.sh
 #Patch10:	http://www.ono.org/software/dist/%{name}-%{version}+kakasi-0.5.patch.gz
-Patch10:	%{name}-%{version}+kakasi-0.5.patch
+Patch10:	http://www.c-wind.com/bogofilter/%{name}-%{version}+kakasi-0.5.patch.gz
 License:	GPL
 Group:		Applications/Internet
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-BuildRequires:	db4-devel >= 4.3.29, kakasi-devel, gsl-devel, flex
+
+Requires:	kakasi
+BuildRequires:	db4-devel >= 4.3.29, kakasi, kakasi-devel, gsl-devel, flex
 
 %define __find_requires %{SOURCE999}
 
@@ -104,6 +106,12 @@ done
 %{_mandir}/man1/bf_tar.1*
 
 %changelog
+* Thu Dec 30 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.2.2-1
+- new upstream release
+- update Patch10
+- add Requires: kakasi (<BTS:VineLinux:852>)
+- updates Source999: add filtering string
+
 * Fri Sep 12 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.2-1vl5
 - applied new versioning policy, spec in utf-8