rebuilt with perl 5.36.0 [release 2.76-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
6601c67b2f
commit
be94fd5f01
@ -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 <sdk@mambasoft.it> 2.76-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Tue Feb 01 2022 Automatic Build System <autodist@mambasoft.it> 2.76-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user