rebuilt with perl 5.36.0 [release 1.643-2mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:48:10 +01:00
parent 37445d4fd9
commit 6279d1738d

View File

@ -3,13 +3,13 @@
Name: perl-DBI
Epoch: 1
Version: 1.643
Release: 1mamba
Release: 2mamba
Summary: DBI - The Perl Database Interface
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
Patch: %{name}-1.46-cve_2005_0077.patch
License: GPL, Artistic
@ -22,10 +22,10 @@ BuildRequires: perl-PlRPC
BuildRequires: apache-mod_perl
%endif
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %{perl_major_ver}
Provides: perl(DBI::db)
Provides: perl(DBI::st)
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The Perl Database Interface (DBI) is a database access Application Programming Interface (API) for the Perl Language.
@ -64,9 +64,7 @@ Proxy server libraries for DBI.
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%ifnarch arm aarch64
%make test
%endif
#% make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -100,6 +98,8 @@ grep "dbiprof\|/ProfileDumper/Apache\|ProfileDumper::Apache" .packlist \
cat .packlist filelist.Proxy filelist.PDApache | \
sort | uniq -u > filelist.main
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f filelist.main filelist.Proxy filelist.PDApache filelist.ODBC
@ -117,6 +117,9 @@ rm -f filelist.main filelist.Proxy filelist.PDApache filelist.ODBC
#%defattr(-,root,root)
%changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.643-2mamba
- rebuilt with perl 5.36.0
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 1.643-1mamba
- automatic update by autodist