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

This commit is contained in:
Sdk Build System 2024-01-06 08:39:37 +01:00
parent c9615d58e9
commit 64b1ca42cd

View File

@ -2,7 +2,7 @@
Name: perl-Cairo-GObject Name: perl-Cairo-GObject
Version: 1.005 Version: 1.005
Release: 1mamba Release: 2mamba
Summary: Cairo::GObject - Integrate Cairo into the Glib type system Summary: Cairo::GObject - Integrate Cairo into the Glib type system
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -20,6 +20,7 @@ BuildRequires: perl-Cairo
BuildRequires: perl-Glib BuildRequires: perl-Glib
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
%description %description
@ -48,6 +49,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist echo "%dir ${dir#%buildroot}" >> .packlist
done done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -56,5 +59,8 @@ done
%doc LICENSE %doc LICENSE
%changelog %changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.005-2mamba
- rebuilt with perl 5.36.0
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.005-1mamba * Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.005-1mamba
- package created using the webbuild interface - package created using the webbuild interface