rebuilt with perl 5.36.0 [release 1.72-2mamba;Mon Apr 17 2023]
This commit is contained in:
parent
c56e9e9f7d
commit
4f95bc57c4
@ -2,7 +2,5 @@
|
|||||||
|
|
||||||
SQLite is a public domain file-based relational database engine that you can find at
|
SQLite is a public domain file-based relational database engine that you can find at
|
||||||
http://www.sqlite.org/.
|
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.
|
|
||||||
|
|
||||||
|
@ -2,33 +2,37 @@
|
|||||||
|
|
||||||
Name: perl-DBD-SQLite
|
Name: perl-DBD-SQLite
|
||||||
Version: 1.72
|
Version: 1.72
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: DBD::SQLite - Self-contained RDBMS in a DBI Driver
|
Summary: DBD::SQLite - Self-contained RDBMS in a DBI Driver
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: https://cpan.metacpan.org/modules/by-module/DBD/DBD-SQLite-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/DBD/DBD-SQLite-%{version}.tar.gz
|
||||||
Patch0: perl-DBD-SQLite-1.27-bz543982.patch
|
Patch0: perl-DBD-SQLite-1.27-bz543982.patch
|
||||||
Patch1: perl-DBD-SQLite-1.31-fts3-test.patch
|
Patch1: perl-DBD-SQLite-1.31-fts3-test.patch
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libsqlite-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(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(DBI)
|
BuildRequires: perl(DBI)
|
||||||
BuildRequires: perl-DBI-Proxy
|
BuildRequires: perl-DBI-Proxy
|
||||||
BuildRequires: perl-DBI-ProfileDumper-Apache
|
BuildRequires: perl-DBI-ProfileDumper-Apache
|
||||||
BuildRequires: perl-devel
|
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SQLite is a public domain file-based relational database engine that you can find at
|
SQLite is a public domain file-based relational database engine that you can find at
|
||||||
http://www.sqlite.org/.
|
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
|
%prep
|
||||||
%setup -q -n DBD-SQLite-%{version}
|
%setup -q -n DBD-SQLite-%{version}
|
||||||
@ -56,10 +60,13 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{perl_vendorarch}/auto/*
|
%{perl_vendorarch}/auto/*
|
||||||
%{perl_vendorarch}/DBD/*
|
%{perl_vendorarch}/DBD/*
|
||||||
%{_mandir}/man3/*.3pm.gz
|
%{_mandir}/man3/*.3pm*
|
||||||
%doc Changes LICENSE README
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.72-2mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 1.72-1mamba
|
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 1.72-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user