update to 1.65_03 version

This commit is contained in:
Markeryang 2020-08-25 15:57:21 +08:00 committed by Gitee
parent 52e8b50cec
commit 47ba567486

View File

@ -1,18 +1,11 @@
Name: perl-DBD-SQLite
Version: 1.58
Release: 5
Version: 1.65_03
Release: 1
Summary: DBD::SQLite embeds SQLite database engine into a DBD driver
License: (GPL+ or Artistic) and Public Domain
URL: https://metacpan.org/release/DBD-SQLite
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
Patch0: 0000-perl-DBD-SQLite-bz543982.patch
Patch1: 0001-DBD-SQLite-1.50-Remove-bundled-source-extentions.patch
Patch2: 0002-DBD-SQLite-1.58-Unbundle-Test-NoWarnings.patch
Patch6000: 6000-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch
Patch6001: 6001-added-a-boilerplace-for-test.patch
Patch6002: 6002-fixed-for-older-DBI.patch
BuildRequires: sqlite-devel coreutils findutils
BuildRequires: gcc make perl-devel
@ -53,10 +46,6 @@ This contains man files for the using of perl-DBD-SQLite.
%prep
%autosetup -n DBD-SQLite-%{version} -p1
rm sqlite*
sed -i -e '/^sqlite/ d' MANIFEST
rm -rf inc
sed -i -e '/^inc\// d' MANIFEST
%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -79,6 +68,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Tue Aug 25 2020 yanglongkang <yanglongkang@huawei.com> - 1.65_03-1
- update to 1.65_03 version
* Tue Aug 18 2020 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 1.58-5
- Type:enhancement
- ID:NA