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
|
||||
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,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 <autodist@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user