8
0

Accepting request 960437 from home:jmoellers:branches:devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/960437
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=68
This commit is contained in:
2022-03-09 10:15:14 +00:00
committed by Git OBS Bridge
parent 296b947ae7
commit 01b28519ff
4 changed files with 59 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DBD-SQLite
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,13 @@
Name: perl-DBD-SQLite
Version: 1.70
Release: 0
Summary: Self-contained RDBMS in a DBI Driver
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Self-contained RDBMS in a DBI Driver
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
# PATCH-FIX-OPENSUSE use system sqlite
Patch0: perl-DBD-SQLite-use-external-sqlite3.patch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBI) >= 1.57
@@ -33,6 +35,9 @@ BuildRequires: perl(Test::More) >= 0.88
Requires: perl(DBI) >= 1.57
Requires: perl(Test::More) >= 0.88
%{perl_requires}
# MANUAL BEGIN
BuildRequires: sqlite3-devel
# MANUAL END
%description
SQLite is a public domain file-based relational database engine that you
@@ -70,7 +75,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}"