8
0

Accepting request 909334 from home:tinita:branches:devel:languages:perl

- Add patch silence_sqlite_unicode_deprecation_warning.patch
   See https://github.com/DBD-SQLite/DBD-SQLite/issues/87

OBS-URL: https://build.opensuse.org/request/show/909334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=66
This commit is contained in:
2021-07-30 07:59:12 +00:00
committed by Git OBS Bridge
parent fa56dcb9e2
commit e497e6fb54
4 changed files with 26 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: silence_sqlite_unicode_deprecation_warning.patch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBI) >= 1.57
@@ -70,7 +71,7 @@ currently many statement attributes are not implemented or are limited by
the typeless nature of the SQLite database.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"