rebuilt with perl 5.36.0 [release 4.050-2mamba;Sun Oct 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:48:01 +01:00
parent fc7ba920b2
commit 86c8ee12b5

View File

@ -2,7 +2,7 @@
Name: perl-DBD-mysql
Version: 4.050
Release: 1mamba
Release: 2mamba
Summary: DBD::mysql - A Perl5 Database Interface to the MySQL database
Group: Development/Libraries/Perl
Vendor: openmamba
@ -13,10 +13,7 @@ Source: https://cpan.metacpan.org/modules/by-module/DBD/DBD-mysql-%{versi
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libmysqlclient-devel
BuildRequires: libopenssl-devel
BuildRequires: libperl
BuildRequires: libz-devel
BuildRequires: libmariadb-devel
BuildRequires: perl-DBI
BuildRequires: perl-devel
## AUTOBUILDREQ-END
@ -47,6 +44,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[[ "%{buildroot}" ]] && rm -rf %{buildroot}
@ -54,6 +53,9 @@ done
%defattr(-,root,root)
%changelog
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.050-2mamba
- rebuilt with perl 5.36.0
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 4.050-1mamba
- automatic version update by autodist