diff --git a/perl-GD.spec b/perl-GD.spec index 03df0f2..6abb127 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -2,7 +2,7 @@ Name: perl-GD Version: 2.76 -Release: 1mamba +Release: 2mamba Summary: A perl library that generates images Group: Development/Libraries/Perl Vendor: openmamba @@ -18,6 +18,7 @@ BuildRequires: libgd-devel BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver %description @@ -50,6 +51,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}" rm -f .packlist @@ -58,6 +61,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 2.76-2mamba +- rebuilt with perl 5.36.0 + * Tue Feb 01 2022 Automatic Build System 2.76-1mamba - automatic version update by autodist