File perl-DBI.spec of Package perl-DBI.17227

#
# spec file for package perl-DBI
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           perl-DBI
Version:        1.639
Release:        0
%define cpan_name DBI
Summary:        Database independent interface for Perl
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            https://search.cpan.org/dist/DBI/
Source0:        https://cpan.metacpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz
Source1:        perl-DBI.rpmlintrc
Source2:        cpanspec.yml
#PATCH-FIX-UPSTREAM bsc#1176412 CVE-2020-14392 Memory corruption in XS functions
Patch1:         perl-DBI-CVE-2020-14392.patch
#PATCH-FIX-UPSTREAM bsc#1176409 CVE-2020-14393 Buffer overflow on an overlong DBD class name
Patch2:         perl-DBI-CVE-2020-14393.patch
#PATCH-FIX-UPSTREAM bsc#1176764 CVE-2019-20919 NULL profile de-reference in dbi_profile()
Patch3:         perl-DBI-CVE-2019-20919.patch
#PATCH-FIX-UPSTREAM bsc#1176492 CVE-2014-10401,CVE-2014-10402: DBD:File drivers can open
# files from folders other than those specifically passed via the f_dir attribute.
Patch4:         perl-DBI-CVE-2014-10402.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Storable) >= 2.16
BuildRequires:  perl(Test::Simple) >= 0.90
Requires:       perl(Storable) >= 2.16
%{perl_requires}

%description
The DBI is a database access module for the Perl programming language. It
defines a set of methods, variables, and conventions that provide a
consistent database interface, independent of the actual database being
used.

It is important to remember that the DBI is just an interface. The DBI is a
layer of "glue" between an application and one or more database _driver_
modules. It is the driver modules which do most of the real work. The DBI
provides a standard interface and framework for the drivers to operate
within.

This document often uses terms like _references_, _objects_, _methods_. If
you're not familiar with those terms then it would be a good idea to read
at least the following perl manuals first: perlreftut, perldsc, perllol,
and perlboot.

%prep
%setup -q -n %{cpan_name}-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644

%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}

%check
make test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Driver.xst README.md
%license LICENSE

%changelog
openSUSE Build Service is sponsored by