Browse Source

2015-02-06 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* bogofilter: updated
	* perl, python-bsbddb3: rebuilt with libdb
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9332 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
4579348964
3 changed files with 41 additions and 25 deletions
  1. 13 4
      b/bogofilter/bogofilter-vl.spec
  2. 17 14
      p/perl/perl-vl.spec
  3. 11 7
      p/python-bsddb3/python-bsddb3-vl.spec

+ 13 - 4
b/bogofilter/bogofilter-vl.spec

@@ -1,17 +1,21 @@
 Name:		bogofilter
 Summary:	fast anti-spam filtering by Bayesian statistical analysis
 Summary(ja):	ベイジアン解析による高速アンチスパムフィルタリング
-Version:	1.2.3
+Version:	1.2.4
 Release:	1%{?_dist_release}
+License:	GPLv2
+Group:		Applications/Internet
 URL:		http://bogofilter.sourceforge.net/
 Source0:	http://prdownloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.bz2
 Source999:	filter-requires-bogofilter.sh
 Patch10:	http://www.c-wind.com/bogofilter/bogofilter-%{version}+mecab-0.1.patch.gz
-License:	GPLv2
-Group:		Applications/Internet
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-BuildRequires:	db4-devel >= 4.3.29, mecab-devel, gsl-devel, flex
+BuildRequires:	libdb-devel
+BuildRequires:  mecab-devel
+BuildRequires:  gsl-devel
+BuildRequires:  flex
+BuildRequires:  xmlto
 
 %define __find_requires %{SOURCE999}
 
@@ -107,6 +111,11 @@ done
 %{_mandir}/man1/bf_tar.1*
 
 %changelog
+* Thu Feb  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.4-1
+- update to 1.2.4
+- built with libdb 5.3.28
+- BR: xmlto
+
 * Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-1
 - update to 1.2.3
 - use mecab instead of kakasi

+ 17 - 14
p/perl/perl-vl.spec

@@ -1,4 +1,4 @@
-%define       _noVersionedDependencies 1
+%define _noVersionedDependencies 1
 %define threading  1
 %define largefiles 1
 
@@ -12,7 +12,7 @@
 %define new_perl %{new_perl_flags} $RPM_BUILD_ROOT/%{_bindir}/perl
 
 %define perl_version 5.16.3
-%define perlrel 1
+%define perlrel 2
 %define perl_epoch 2
 
 Provides: perl(:WITH_PERLIO)
@@ -42,19 +42,19 @@ Release:      %{perlrel}%{?_dist_release}
 Epoch:        %{perl_epoch}
 License:      Artistic or GPL
 Group:        Development/Languages
-Url:	      http://www.perl.org/
-Source0: ftp://ftp.perl.org/pub/perl/CPAN/src/perl-%{perl_version}.tar.bz2
-Source10: system-owned-directories
-Source11: filter-depends.sh
-Source12: perl-5.8.0-libnet.cfg
-Patch4: perl-5.6.1-prereq.patch
-Patch6: perl-5.8.0-fhs.patch
-Patch7: perl-5.6.0-buildroot.patch
-#Patch8: perl-5.8.0-errno.patch
-Patch9: perl-5.7.3-syslog.patch
+URL:	      http://www.perl.org/
+Source0:      ftp://ftp.perl.org/pub/perl/CPAN/src/perl-%{perl_version}.tar.bz2
+Source10:     system-owned-directories
+Source11:     filter-depends.sh
+Source12:     perl-5.8.0-libnet.cfg
+Patch4:       perl-5.6.1-prereq.patch
+Patch6:       perl-5.8.0-fhs.patch
+Patch7:       perl-5.6.0-buildroot.patch
+#Patch8:      perl-5.8.0-errno.patch
+Patch9:       perl-5.7.3-syslog.patch
 
 ## from CentOS 7 Open QA – c7.00.04: perl-5.16.3-283.el7
-Patch13: perl-perlbug-tag.patch
+Patch13:      perl-perlbug-tag.patch
 
 %define __perl_requires %{SOURCE11}
 
@@ -132,7 +132,7 @@ Patch2030: perl-5.12.3_CVE-2012-5526.patch
 Patch2050: perl-5.17.6-Fix-misparsing-of-maketext-strings.patch
 
 Buildroot:    %{_tmppath}/%{name}-%{version}-root
-BuildRequires:  gawk, grep, tcsh, gdbm-devel, db4-devel
+BuildRequires:  gawk, grep, tcsh, gdbm-devel, libdb-devel
 BuildRequires:  rpm-devel, ncurses-devel, zlib-devel, netpbm-devel
 BuildRequires:  libpng-devel, libtiff-devel, libelf, libjpeg-devel
 BuildRequires:  netpbm-devel, e2fsprogs-devel
@@ -549,6 +549,9 @@ make test
 %dir %{_prefix}/local/lib/site_perl/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
 
 %changelog
+* Thu Feb  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.16.3-2
+- rebuilt with libdb 5.3.28
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwai@alib.jp> 5.16.3-1
 - drop unnecessary patches
  - fix thread leak patch (Patch1011): upstream fixed

+ 11 - 7
p/python-bsddb3/python-bsddb3-vl.spec

@@ -3,18 +3,19 @@ Summary:	Python bindings for Berkeley DB
 Summary(ja): 	Berkeley DB 用 python バインディング
 Name:		python-bsddb3
 Version:	6.0.1
-Release: 	1%{?_dist_release}
-Source0:	http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz
+Release: 	2%{?_dist_release}
+
 License:	MIT
-Group:		Development/Languages
+Group:		System Environment/Libraries
 URL:		http://www.jcea.es/programacion/pybsddb.htm
 
-Requires:	python
+Source0:	http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	python-devel
-BuildRequires:	db4-devel
+BuildRequires:	libdb-devel
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+Requires:	python
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -28,6 +29,7 @@ python-bsddb3 は Oracle Berkeley DB 用の python バインディングです
 
 %package devel
 Summary: Development files for %{name}
+Summary(ja): %{name} の開発用ファイル
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 
@@ -36,7 +38,6 @@ Requires: %{name} = %{version}-%{release}
 
 
 %prep
-
 %setup -q -n bsddb3-%{version}
 
 
@@ -64,6 +65,9 @@ Requires: %{name} = %{version}-%{release}
 
 
 %changelog
+* Thu Feb  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 6.0.1-2
+- rebuilt with libdb 5.3.28
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0.1-1
 - new upstream release