diff --git a/README.md b/README.md index 84464e8..88df49a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,5 @@ SQLite is a public domain file-based relational database engine that you can find at http://www.sqlite.org/. - -This module provides a SQLite RDBMS module that uses the system SQLite -libraries. +This module provides a SQLite RDBMS module that uses the system SQLite libraries. diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 2bf89ad..05c2885 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -2,37 +2,41 @@ Name: perl-DBD-SQLite Version: 1.72 -Release: 1mamba +Release: 2mamba Summary: DBD::SQLite - Self-contained RDBMS in a DBI Driver Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco URL: https://www.cpan.org Source: https://cpan.metacpan.org/modules/by-module/DBD/DBD-SQLite-%{version}.tar.gz Patch0: perl-DBD-SQLite-1.27-bz543982.patch Patch1: perl-DBD-SQLite-1.31-fts3-test.patch License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel BuildRequires: libsqlite-devel +BuildRequires: perl-DBI +BuildRequires: perl-Scalar-List-Utils +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(File::Spec) BuildRequires: perl(DBI) BuildRequires: perl-DBI-Proxy BuildRequires: perl-DBI-ProfileDumper-Apache -BuildRequires: perl-devel Requires: perl >= %perl_major_ver %description SQLite is a public domain file-based relational database engine that you can find at http://www.sqlite.org/. - -This module provides a SQLite RDBMS module that uses the system SQLite -libraries. +This module provides a SQLite RDBMS module that uses the system SQLite libraries. %prep %setup -q -n DBD-SQLite-%{version} -%patch0 -p1 +%patch 0 -p1 #%patch1 -p1 %build @@ -56,10 +60,13 @@ chmod -R u+w %{buildroot}/* %defattr(-,root,root) %{perl_vendorarch}/auto/* %{perl_vendorarch}/DBD/* -%{_mandir}/man3/*.3pm.gz -%doc Changes LICENSE README +%{_mandir}/man3/*.3pm* +%doc LICENSE %changelog +* Mon Apr 17 2023 Silvan Calarco 1.72-2mamba +- rebuilt with perl 5.36.0 + * Fri Nov 04 2022 Automatic Build System 1.72-1mamba - automatic version update by autodist